org.ota.air
Class AirTraveler.Telephone

java.lang.Object
  extended by org.ota.air.AirTraveler.Telephone
Enclosing class:
AirTraveler

public static class AirTraveler.Telephone
extends java.lang.Object

Telephone number for the person traveling. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Telephone" minOccurs="0" maxOccurs="20">
   <xs:complexType>
     <xs:attributeGroup ref="ns:TelephoneInfoGroup"/>
     <xs:attribute type="ns:ActionType" use="optional" name="Operation"/>
     <xs:attribute type="xs:string" use="optional" name="LocationCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AirTraveler.Telephone()
           
 
Method Summary
 java.lang.String getLocationCode()
          Get the 'LocationCode' attribute value.
 Action getOperation()
          Get the 'Operation' attribute value.
 TelephoneInfoGroup getTelephoneInfoGroup()
          Get the 'TelephoneInfoGroup' attributeGroup value.
 void setLocationCode(java.lang.String locationCode)
          Set the 'LocationCode' attribute value.
 void setOperation(Action operation)
          Set the 'Operation' attribute value.
 void setTelephoneInfoGroup(TelephoneInfoGroup telephoneInfoGroup)
          Set the 'TelephoneInfoGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirTraveler.Telephone

public AirTraveler.Telephone()
Method Detail

getTelephoneInfoGroup

public TelephoneInfoGroup getTelephoneInfoGroup()
Get the 'TelephoneInfoGroup' attributeGroup value.

Returns:
value

setTelephoneInfoGroup

public void setTelephoneInfoGroup(TelephoneInfoGroup telephoneInfoGroup)
Set the 'TelephoneInfoGroup' attributeGroup value.

Parameters:
telephoneInfoGroup -

getOperation

public Action getOperation()
Get the 'Operation' attribute value. Indicates the required modification to the element.

Returns:
value

setOperation

public void setOperation(Action operation)
Set the 'Operation' attribute value. Indicates the required modification to the element.

Parameters:
operation -

getLocationCode

public java.lang.String getLocationCode()
Get the 'LocationCode' attribute value. A 3 character ATA/IATA city code of telephone location.

Returns:
value

setLocationCode

public void setLocationCode(java.lang.String locationCode)
Set the 'LocationCode' attribute value. A 3 character ATA/IATA city code of telephone location.

Parameters:
locationCode -