|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.wsrp.v1.types.Telecom
public class Telecom
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 |
---|
public Telecom()
public Telecom(Extension[] extensions, TelephoneNum fax, TelephoneNum mobile, TelephoneNum pager, TelephoneNum telephone)
Method Detail |
---|
public TelephoneNum getTelephone()
public void setTelephone(TelephoneNum telephone)
telephone
- public TelephoneNum getFax()
public void setFax(TelephoneNum fax)
fax
- public TelephoneNum getMobile()
public void setMobile(TelephoneNum mobile)
mobile
- public TelephoneNum getPager()
public void setPager(TelephoneNum pager)
pager
- public Extension[] getExtensions()
public void setExtensions(Extension[] extensions)
extensions
- public Extension getExtensions(int i)
public void setExtensions(int i, Extension _value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |