|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rim._3.TelephoneNumberType
public class TelephoneNumberType
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 String |
areaCode
|
protected String |
countryCode
|
protected String |
extension
|
protected String |
number
|
protected String |
phoneType
|
| Constructor Summary | |
|---|---|
TelephoneNumberType()
|
|
| Method Summary | |
|---|---|
String |
getAreaCode()
Gets the value of the areaCode property. |
String |
getCountryCode()
Gets the value of the countryCode property. |
String |
getExtension()
Gets the value of the extension property. |
String |
getNumber()
Gets the value of the number property. |
String |
getPhoneType()
Gets the value of the phoneType property. |
void |
setAreaCode(String value)
Sets the value of the areaCode property. |
void |
setCountryCode(String value)
Sets the value of the countryCode property. |
void |
setExtension(String value)
Sets the value of the extension property. |
void |
setNumber(String value)
Sets the value of the number property. |
void |
setPhoneType(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 |
|---|
protected String areaCode
protected String countryCode
protected String extension
protected String number
protected String phoneType
| Constructor Detail |
|---|
public TelephoneNumberType()
| Method Detail |
|---|
public String getAreaCode()
Stringpublic void setAreaCode(String value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getExtension()
Stringpublic void setExtension(String value)
value - allowed object is
Stringpublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getPhoneType()
Stringpublic void setPhoneType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||