org.ota.shared
Class TelephoneAttributesGroup

java.lang.Object
  extended by org.ota.shared.TelephoneAttributesGroup

public class TelephoneAttributesGroup
extends java.lang.Object

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

TelephoneAttributesGroup

public TelephoneAttributesGroup()
Method Detail

getPhoneLocation

public java.lang.String getPhoneLocation()
Get the 'PhoneLocationType' attribute value. Refer to OpenTravel Code List Phone Location Type (PLT).

Returns:
value

setPhoneLocation

public void setPhoneLocation(java.lang.String phoneLocation)
Set the 'PhoneLocationType' attribute value. Refer to OpenTravel Code List Phone Location Type (PLT).

Parameters:
phoneLocation -

getPhoneTech

public java.lang.String getPhoneTech()
Get the 'PhoneTechType' attribute value. Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OpenTravel Code List Phone Technology Type (PTT).

Returns:
value

setPhoneTech

public void setPhoneTech(java.lang.String phoneTech)
Set the 'PhoneTechType' attribute value. Indicates type of technology associated with this telephone number, such as Voice, Data, Fax, Pager, Mobile, TTY, etc. Refer to OpenTravel Code List Phone Technology Type (PTT).

Parameters:
phoneTech -

getPhoneUse

public java.lang.String getPhoneUse()
Get the 'PhoneUseType' attribute value. Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OpenTravel Code List Phone Use Type (PUT).

Returns:
value

setPhoneUse

public void setPhoneUse(java.lang.String phoneUse)
Set the 'PhoneUseType' attribute value. Describes the type of telephone number, in the context of its general use (e.g. Home, Business, Emergency Contact, Travel Arranger, Day, Evening). Refer to OpenTravel Code List Phone Use Type (PUT).

Parameters:
phoneUse -

getCountryAccessCode

public java.lang.String getCountryAccessCode()
Get the 'CountryAccessCode' attribute value. Code assigned by telecommunications authorities for international country access identifier.

Returns:
value

setCountryAccessCode

public void setCountryAccessCode(java.lang.String countryAccessCode)
Set the 'CountryAccessCode' attribute value. Code assigned by telecommunications authorities for international country access identifier.

Parameters:
countryAccessCode -

getAreaCityCode

public java.lang.String getAreaCityCode()
Get the 'AreaCityCode' attribute value. Code assigned for telephones in a specific region, city, or area.

Returns:
value

setAreaCityCode

public void setAreaCityCode(java.lang.String areaCityCode)
Set the 'AreaCityCode' attribute value. Code assigned for telephones in a specific region, city, or area.

Parameters:
areaCityCode -

getPhoneNumber

public java.lang.String getPhoneNumber()
Get the 'PhoneNumber' attribute value. Telephone number assigned to a single location.

Returns:
value

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)
Set the 'PhoneNumber' attribute value. Telephone number assigned to a single location.

Parameters:
phoneNumber -

getExtension

public java.lang.String getExtension()
Get the 'Extension' attribute value. Extension to reach a specific party at the phone number.

Returns:
value

setExtension

public void setExtension(java.lang.String extension)
Set the 'Extension' attribute value. Extension to reach a specific party at the phone number.

Parameters:
extension -

getPIN

public java.lang.String getPIN()
Get the 'PIN' attribute value. Additional codes used for pager or telephone access rights.

Returns:
value

setPIN

public void setPIN(java.lang.String PIN)
Set the 'PIN' attribute value. Additional codes used for pager or telephone access rights.

Parameters:
PIN -

getRemark

public java.lang.String getRemark()
Get the 'Remark' attribute value. A remark associated with the telephone number.

Returns:
value

setRemark

public void setRemark(java.lang.String remark)
Set the 'Remark' attribute value. A remark associated with the telephone number.

Parameters:
remark -