|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.Fare.FareConstruction
public static class Fare.FareConstruction
Should not contain unstructured FareCalc data. 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="FareConstruction" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:boolean" use="optional" name="FormattedIndicator"/> <xs:attribute type="xs:string" use="optional" name="Language"/> <xs:attribute type="xs:string" use="optional" name="OriginCityCode"/> <xs:attribute type="xs:string" use="optional" name="OriginCodeContext"/> <xs:attribute type="xs:string" use="optional" name="DestinationCityCode"/> <xs:attribute type="xs:string" use="optional" name="DestinationCodeContext"/> <xs:attribute type="ns:ActionType" use="optional" name="Operation"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
Fare.FareConstruction()
|
Method Summary | |
---|---|
java.lang.String |
getDestinationCityCode()
Get the 'DestinationCityCode' attribute value. |
java.lang.String |
getDestinationCodeContext()
Get the 'DestinationCodeContext' attribute value. |
java.lang.Boolean |
getFormattedIndicator()
Get the 'FormattedIndicator' attribute value. |
java.lang.String |
getLanguage()
Get the 'Language' attribute value. |
Action |
getOperation()
Get the 'Operation' attribute value. |
java.lang.String |
getOriginCityCode()
Get the 'OriginCityCode' attribute value. |
java.lang.String |
getOriginCodeContext()
Get the 'OriginCodeContext' attribute value. |
void |
setDestinationCityCode(java.lang.String destinationCityCode)
Set the 'DestinationCityCode' attribute value. |
void |
setDestinationCodeContext(java.lang.String destinationCodeContext)
Set the 'DestinationCodeContext' attribute value. |
void |
setFormattedIndicator(java.lang.Boolean formattedIndicator)
Set the 'FormattedIndicator' attribute value. |
void |
setLanguage(java.lang.String language)
Set the 'Language' attribute value. |
void |
setOperation(Action operation)
Set the 'Operation' attribute value. |
void |
setOriginCityCode(java.lang.String originCityCode)
Set the 'OriginCityCode' attribute value. |
void |
setOriginCodeContext(java.lang.String originCodeContext)
Set the 'OriginCodeContext' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Fare.FareConstruction()
Method Detail |
---|
public java.lang.Boolean getFormattedIndicator()
public void setFormattedIndicator(java.lang.Boolean formattedIndicator)
formattedIndicator
- public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- public java.lang.String getOriginCityCode()
public void setOriginCityCode(java.lang.String originCityCode)
originCityCode
- public java.lang.String getOriginCodeContext()
public void setOriginCodeContext(java.lang.String originCodeContext)
originCodeContext
- public java.lang.String getDestinationCityCode()
public void setDestinationCityCode(java.lang.String destinationCityCode)
destinationCityCode
- public java.lang.String getDestinationCodeContext()
public void setDestinationCodeContext(java.lang.String destinationCodeContext)
destinationCodeContext
- public Action getOperation()
public void setOperation(Action operation)
operation
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |