|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.AirTraveler.Telephone
public static class AirTraveler.Telephone
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 |
|---|
public AirTraveler.Telephone()
| Method Detail |
|---|
public TelephoneInfoGroup getTelephoneInfoGroup()
public void setTelephoneInfoGroup(TelephoneInfoGroup telephoneInfoGroup)
telephoneInfoGroup - public Action getOperation()
public void setOperation(Action operation)
operation - public java.lang.String getLocationCode()
public void setLocationCode(java.lang.String locationCode)
locationCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||