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

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.Telecom
All Implemented Interfaces:
java.io.Serializable

public class Telecom
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Telecom()
           
Telecom(Extension[] extensions, TelephoneNum fax, TelephoneNum mobile, TelephoneNum pager, TelephoneNum telephone)
           
 
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 Telecom.
 Extension getExtensions(int i)
           
 TelephoneNum getFax()
          Gets the fax value for this Telecom.
 TelephoneNum getMobile()
          Gets the mobile value for this Telecom.
 TelephoneNum getPager()
          Gets the pager value for this Telecom.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TelephoneNum getTelephone()
          Gets the telephone value for this Telecom.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this Telecom.
 void setExtensions(int i, Extension _value)
           
 void setFax(TelephoneNum fax)
          Sets the fax value for this Telecom.
 void setMobile(TelephoneNum mobile)
          Sets the mobile value for this Telecom.
 void setPager(TelephoneNum pager)
          Sets the pager value for this Telecom.
 void setTelephone(TelephoneNum telephone)
          Sets the telephone value for this Telecom.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Telecom

public Telecom()

Telecom

public Telecom(Extension[] extensions,
               TelephoneNum fax,
               TelephoneNum mobile,
               TelephoneNum pager,
               TelephoneNum telephone)
Method Detail

getTelephone

public TelephoneNum getTelephone()
Gets the telephone value for this Telecom.

Returns:
telephone

setTelephone

public void setTelephone(TelephoneNum telephone)
Sets the telephone value for this Telecom.

Parameters:
telephone -

getFax

public TelephoneNum getFax()
Gets the fax value for this Telecom.

Returns:
fax

setFax

public void setFax(TelephoneNum fax)
Sets the fax value for this Telecom.

Parameters:
fax -

getMobile

public TelephoneNum getMobile()
Gets the mobile value for this Telecom.

Returns:
mobile

setMobile

public void setMobile(TelephoneNum mobile)
Sets the mobile value for this Telecom.

Parameters:
mobile -

getPager

public TelephoneNum getPager()
Gets the pager value for this Telecom.

Returns:
pager

setPager

public void setPager(TelephoneNum pager)
Sets the pager value for this Telecom.

Parameters:
pager -

getExtensions

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

Returns:
extensions

setExtensions

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

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