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

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

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

See Also:
Serialized Form

Constructor Summary
TelephoneNum()
           
TelephoneNum(java.lang.String comment, java.lang.String ext, Extension[] extensions, java.lang.String intcode, java.lang.String loccode, java.lang.String number)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComment()
          Gets the comment value for this TelephoneNum.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getExt()
          Gets the ext value for this TelephoneNum.
 Extension[] getExtensions()
          Gets the extensions value for this TelephoneNum.
 Extension getExtensions(int i)
           
 java.lang.String getIntcode()
          Gets the intcode value for this TelephoneNum.
 java.lang.String getLoccode()
          Gets the loccode value for this TelephoneNum.
 java.lang.String getNumber()
          Gets the number value for this TelephoneNum.
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
 int hashCode()
           
 void setComment(java.lang.String comment)
          Sets the comment value for this TelephoneNum.
 void setExt(java.lang.String ext)
          Sets the ext value for this TelephoneNum.
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this TelephoneNum.
 void setExtensions(int i, Extension _value)
           
 void setIntcode(java.lang.String intcode)
          Sets the intcode value for this TelephoneNum.
 void setLoccode(java.lang.String loccode)
          Sets the loccode value for this TelephoneNum.
 void setNumber(java.lang.String number)
          Sets the number value for this TelephoneNum.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TelephoneNum

public TelephoneNum()

TelephoneNum

public TelephoneNum(java.lang.String comment,
                    java.lang.String ext,
                    Extension[] extensions,
                    java.lang.String intcode,
                    java.lang.String loccode,
                    java.lang.String number)
Method Detail

getIntcode

public java.lang.String getIntcode()
Gets the intcode value for this TelephoneNum.

Returns:
intcode

setIntcode

public void setIntcode(java.lang.String intcode)
Sets the intcode value for this TelephoneNum.

Parameters:
intcode -

getLoccode

public java.lang.String getLoccode()
Gets the loccode value for this TelephoneNum.

Returns:
loccode

setLoccode

public void setLoccode(java.lang.String loccode)
Sets the loccode value for this TelephoneNum.

Parameters:
loccode -

getNumber

public java.lang.String getNumber()
Gets the number value for this TelephoneNum.

Returns:
number

setNumber

public void setNumber(java.lang.String number)
Sets the number value for this TelephoneNum.

Parameters:
number -

getExt

public java.lang.String getExt()
Gets the ext value for this TelephoneNum.

Returns:
ext

setExt

public void setExt(java.lang.String ext)
Sets the ext value for this TelephoneNum.

Parameters:
ext -

getComment

public java.lang.String getComment()
Gets the comment value for this TelephoneNum.

Returns:
comment

setComment

public void setComment(java.lang.String comment)
Sets the comment value for this TelephoneNum.

Parameters:
comment -

getExtensions

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

Returns:
extensions

setExtensions

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

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