cgl.axis.services.uddi.uddi_schema
Class Contact
java.lang.Object
|
+--cgl.axis.services.uddi.uddi_schema.Contact
- All Implemented Interfaces:
- java.io.Serializable
- public class Contact
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Contact
public Contact()
getDescription
public Description[] getDescription()
setDescription
public void setDescription(Description[] description)
getDescription
public Description getDescription(int i)
setDescription
public void setDescription(int i,
Description value)
getPersonName
public PersonName[] getPersonName()
setPersonName
public void setPersonName(PersonName[] personName)
getPersonName
public PersonName getPersonName(int i)
setPersonName
public void setPersonName(int i,
PersonName value)
getPhone
public Phone[] getPhone()
setPhone
public void setPhone(Phone[] phone)
getPhone
public Phone getPhone(int i)
setPhone
public void setPhone(int i,
Phone value)
getEmail
public Email[] getEmail()
setEmail
public void setEmail(Email[] email)
getEmail
public Email getEmail(int i)
setEmail
public void setEmail(int i,
Email value)
getAddress
public Address[] getAddress()
setAddress
public void setAddress(Address[] address)
getAddress
public Address getAddress(int i)
setAddress
public void setAddress(int i,
Address value)
getUseType
public UseType getUseType()
setUseType
public void setUseType(UseType useType)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getTypeDesc
public static org.apache.axis.description.TypeDesc getTypeDesc()
- Return type metadata object
getSerializer
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Serializer
getDeserializer
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
- Get Custom Deserializer