|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.TelephoneAttributesGroup
public class TelephoneAttributesGroup
Provides telephone information details. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TelephoneAttributesGroup"> <xs:attribute type="xs:string" use="optional" name="PhoneLocationType"/> <xs:attribute type="xs:string" use="optional" name="PhoneTechType"/> <xs:attribute type="xs:string" use="optional" name="PhoneUseType"/> <xs:attribute type="xs:string" use="optional" name="CountryAccessCode"/> <xs:attribute type="xs:string" use="optional" name="AreaCityCode"/> <xs:attribute type="xs:string" use="required" name="PhoneNumber"/> <xs:attribute type="xs:string" use="optional" name="Extension"/> <xs:attribute type="xs:string" use="optional" name="PIN"/> <xs:attribute type="xs:string" use="optional" name="Remark"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
TelephoneAttributesGroup()
|
Method Summary | |
---|---|
java.lang.String |
getAreaCityCode()
Get the 'AreaCityCode' attribute value. |
java.lang.String |
getCountryAccessCode()
Get the 'CountryAccessCode' attribute value. |
java.lang.String |
getExtension()
Get the 'Extension' attribute value. |
java.lang.String |
getPhoneLocation()
Get the 'PhoneLocationType' attribute value. |
java.lang.String |
getPhoneNumber()
Get the 'PhoneNumber' attribute value. |
java.lang.String |
getPhoneTech()
Get the 'PhoneTechType' attribute value. |
java.lang.String |
getPhoneUse()
Get the 'PhoneUseType' attribute value. |
java.lang.String |
getPIN()
Get the 'PIN' attribute value. |
java.lang.String |
getRemark()
Get the 'Remark' attribute value. |
void |
setAreaCityCode(java.lang.String areaCityCode)
Set the 'AreaCityCode' attribute value. |
void |
setCountryAccessCode(java.lang.String countryAccessCode)
Set the 'CountryAccessCode' attribute value. |
void |
setExtension(java.lang.String extension)
Set the 'Extension' attribute value. |
void |
setPhoneLocation(java.lang.String phoneLocation)
Set the 'PhoneLocationType' attribute value. |
void |
setPhoneNumber(java.lang.String phoneNumber)
Set the 'PhoneNumber' attribute value. |
void |
setPhoneTech(java.lang.String phoneTech)
Set the 'PhoneTechType' attribute value. |
void |
setPhoneUse(java.lang.String phoneUse)
Set the 'PhoneUseType' attribute value. |
void |
setPIN(java.lang.String PIN)
Set the 'PIN' attribute value. |
void |
setRemark(java.lang.String remark)
Set the 'Remark' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TelephoneAttributesGroup()
Method Detail |
---|
public java.lang.String getPhoneLocation()
public void setPhoneLocation(java.lang.String phoneLocation)
phoneLocation
- public java.lang.String getPhoneTech()
public void setPhoneTech(java.lang.String phoneTech)
phoneTech
- public java.lang.String getPhoneUse()
public void setPhoneUse(java.lang.String phoneUse)
phoneUse
- public java.lang.String getCountryAccessCode()
public void setCountryAccessCode(java.lang.String countryAccessCode)
countryAccessCode
- public java.lang.String getAreaCityCode()
public void setAreaCityCode(java.lang.String areaCityCode)
areaCityCode
- public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String phoneNumber)
phoneNumber
- public java.lang.String getExtension()
public void setExtension(java.lang.String extension)
extension
- public java.lang.String getPIN()
public void setPIN(java.lang.String PIN)
PIN
- public java.lang.String getRemark()
public void setRemark(java.lang.String remark)
remark
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |