oasis.names.tc.wsrp.v1.types
Class Contact

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.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()
           
Contact(Extension[] extensions, Online online, Postal postal, Telecom telecom)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Extension[] getExtensions()
          Gets the extensions value for this Contact.
 Extension getExtensions(int i)
           
 Online getOnline()
          Gets the online value for this Contact.
 Postal getPostal()
          Gets the postal value for this Contact.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Telecom getTelecom()
          Gets the telecom value for this Contact.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this Contact.
 void setExtensions(int i, Extension _value)
           
 void setOnline(Online online)
          Sets the online value for this Contact.
 void setPostal(Postal postal)
          Sets the postal value for this Contact.
 void setTelecom(Telecom telecom)
          Sets the telecom value for this Contact.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contact

public Contact()

Contact

public Contact(Extension[] extensions,
               Online online,
               Postal postal,
               Telecom telecom)
Method Detail

getPostal

public Postal getPostal()
Gets the postal value for this Contact.

Returns:
postal

setPostal

public void setPostal(Postal postal)
Sets the postal value for this Contact.

Parameters:
postal -

getTelecom

public Telecom getTelecom()
Gets the telecom value for this Contact.

Returns:
telecom

setTelecom

public void setTelecom(Telecom telecom)
Sets the telecom value for this Contact.

Parameters:
telecom -

getOnline

public Online getOnline()
Gets the online value for this Contact.

Returns:
online

setOnline

public void setOnline(Online online)
Sets the online value for this Contact.

Parameters:
online -

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this Contact.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this Contact.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

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