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

Constructor Summary
Contact()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Address[] getAddress()
           
 Address getAddress(int i)
           
 Description[] getDescription()
           
 Description getDescription(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Email[] getEmail()
           
 Email getEmail(int i)
           
 PersonName[] getPersonName()
           
 PersonName getPersonName(int i)
           
 Phone[] getPhone()
           
 Phone getPhone(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 UseType getUseType()
           
 int hashCode()
           
 void setAddress(Address[] address)
           
 void setAddress(int i, Address value)
           
 void setDescription(Description[] description)
           
 void setDescription(int i, Description value)
           
 void setEmail(Email[] email)
           
 void setEmail(int i, Email value)
           
 void setPersonName(int i, PersonName value)
           
 void setPersonName(PersonName[] personName)
           
 void setPhone(int i, Phone value)
           
 void setPhone(Phone[] phone)
           
 void setUseType(UseType useType)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contact

public Contact()
Method Detail

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