|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcgl.axis.services.uddi.uddi_schema.Contact
Constructor Summary | |
Contact()
|
|
Contact(Address[] address,
Description[] description,
Email[] email,
PersonName[] personName,
Phone[] phone,
java.lang.String useType)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
Address[] |
getAddress()
Gets the address value for this Contact. |
Address |
getAddress(int i)
|
Description[] |
getDescription()
Gets the description value for this Contact. |
Description |
getDescription(int i)
|
Email[] |
getEmail()
Gets the email value for this Contact. |
Email |
getEmail(int i)
|
PersonName[] |
getPersonName()
Gets the personName value for this Contact. |
PersonName |
getPersonName(int i)
|
Phone[] |
getPhone()
Gets the phone value for this Contact. |
Phone |
getPhone(int i)
|
java.lang.String |
getUseType()
Gets the useType value for this Contact. |
int |
hashCode()
|
void |
setAddress(Address[] address)
Sets the address value for this Contact. |
void |
setAddress(int i,
Address _value)
|
void |
setDescription(Description[] description)
Sets the description value for this Contact. |
void |
setDescription(int i,
Description _value)
|
void |
setEmail(Email[] email)
Sets the email value for this Contact. |
void |
setEmail(int i,
Email _value)
|
void |
setPersonName(int i,
PersonName _value)
|
void |
setPersonName(PersonName[] personName)
Sets the personName value for this Contact. |
void |
setPhone(int i,
Phone _value)
|
void |
setPhone(Phone[] phone)
Sets the phone value for this Contact. |
void |
setUseType(java.lang.String useType)
Sets the useType value for this Contact. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Contact()
public Contact(Address[] address, Description[] description, Email[] email, PersonName[] personName, Phone[] phone, java.lang.String useType)
Method Detail |
public Address[] getAddress()
public void setAddress(Address[] address)
address
- public Address getAddress(int i)
public void setAddress(int i, Address _value)
public Description[] getDescription()
public void setDescription(Description[] description)
description
- public Description getDescription(int i)
public void setDescription(int i, Description _value)
public Email[] getEmail()
public void setEmail(Email[] email)
email
- public Email getEmail(int i)
public void setEmail(int i, Email _value)
public PersonName[] getPersonName()
public void setPersonName(PersonName[] personName)
personName
- public PersonName getPersonName(int i)
public void setPersonName(int i, PersonName _value)
public Phone[] getPhone()
public void setPhone(Phone[] phone)
phone
- public Phone getPhone(int i)
public void setPhone(int i, Phone _value)
public java.lang.String getUseType()
public void setUseType(java.lang.String useType)
useType
- public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |