oasis.names.tc.ebxml_regrep.xsd.rim._3
Class TelephoneNumber

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.TelephoneNumber

public class TelephoneNumber
extends java.lang.Object

TelephoneNumber is the mapping of the same named interface in ebRIM.

Java class for TelephoneNumberType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TelephoneNumberType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="areaCode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String8" />
       <attribute name="countryCode" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String8" />
       <attribute name="extension" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String8" />
       <attribute name="number" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String16" />
       <attribute name="phoneType" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}String32" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String areaCode
           
protected  java.lang.String countryCode
           
protected  java.lang.String extension
           
protected  java.lang.String number
           
protected  java.lang.String phoneType
           
 
Constructor Summary
TelephoneNumber()
           
 
Method Summary
 java.lang.String getAreaCode()
          Gets the value of the areaCode property.
 java.lang.String getCountryCode()
          Gets the value of the countryCode property.
 java.lang.String getExtension()
          Gets the value of the extension property.
 java.lang.String getNumber()
          Gets the value of the number property.
 java.lang.String getPhoneType()
          Gets the value of the phoneType property.
 void setAreaCode(java.lang.String value)
          Sets the value of the areaCode property.
 void setCountryCode(java.lang.String value)
          Sets the value of the countryCode property.
 void setExtension(java.lang.String value)
          Sets the value of the extension property.
 void setNumber(java.lang.String value)
          Sets the value of the number property.
 void setPhoneType(java.lang.String value)
          Sets the value of the phoneType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

areaCode

protected java.lang.String areaCode

countryCode

protected java.lang.String countryCode

extension

protected java.lang.String extension

number

protected java.lang.String number

phoneType

protected java.lang.String phoneType
Constructor Detail

TelephoneNumber

public TelephoneNumber()
Method Detail

getAreaCode

public java.lang.String getAreaCode()
Gets the value of the areaCode property.

Returns:
possible object is String

setAreaCode

public void setAreaCode(java.lang.String value)
Sets the value of the areaCode property.

Parameters:
value - allowed object is String

getCountryCode

public java.lang.String getCountryCode()
Gets the value of the countryCode property.

Returns:
possible object is String

setCountryCode

public void setCountryCode(java.lang.String value)
Sets the value of the countryCode property.

Parameters:
value - allowed object is String

getExtension

public java.lang.String getExtension()
Gets the value of the extension property.

Returns:
possible object is String

setExtension

public void setExtension(java.lang.String value)
Sets the value of the extension property.

Parameters:
value - allowed object is String

getNumber

public java.lang.String getNumber()
Gets the value of the number property.

Returns:
possible object is String

setNumber

public void setNumber(java.lang.String value)
Sets the value of the number property.

Parameters:
value - allowed object is String

getPhoneType

public java.lang.String getPhoneType()
Gets the value of the phoneType property.

Returns:
possible object is String

setPhoneType

public void setPhoneType(java.lang.String value)
Sets the value of the phoneType property.

Parameters:
value - allowed object is String