org.ota.air
Class Fare.FareConstruction

java.lang.Object
  extended by org.ota.air.Fare.FareConstruction
Enclosing class:
Fare

public static class Fare.FareConstruction
extends java.lang.Object

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

Fare.FareConstruction

public Fare.FareConstruction()
Method Detail

getFormattedIndicator

public java.lang.Boolean getFormattedIndicator()
Get the 'FormattedIndicator' attribute value. When true, this is structured fare calculation information.

Returns:
value

setFormattedIndicator

public void setFormattedIndicator(java.lang.Boolean formattedIndicator)
Set the 'FormattedIndicator' attribute value. When true, this is structured fare calculation information.

Parameters:
formattedIndicator -

getLanguage

public java.lang.String getLanguage()
Get the 'Language' attribute value.

Returns:
value

setLanguage

public void setLanguage(java.lang.String language)
Set the 'Language' attribute value.

Parameters:
language -

getOriginCityCode

public java.lang.String getOriginCityCode()
Get the 'OriginCityCode' attribute value. The origin airport city code for this fare construction.

Returns:
value

setOriginCityCode

public void setOriginCityCode(java.lang.String originCityCode)
Set the 'OriginCityCode' attribute value. The origin airport city code for this fare construction.

Parameters:
originCityCode -

getOriginCodeContext

public java.lang.String getOriginCodeContext()
Get the 'OriginCodeContext' attribute value. Identifies the context of the origin city code such as IATA, ARC, or internal code.

Returns:
value

setOriginCodeContext

public void setOriginCodeContext(java.lang.String originCodeContext)
Set the 'OriginCodeContext' attribute value. Identifies the context of the origin city code such as IATA, ARC, or internal code.

Parameters:
originCodeContext -

getDestinationCityCode

public java.lang.String getDestinationCityCode()
Get the 'DestinationCityCode' attribute value. The destination airport city code for this fare construction.

Returns:
value

setDestinationCityCode

public void setDestinationCityCode(java.lang.String destinationCityCode)
Set the 'DestinationCityCode' attribute value. The destination airport city code for this fare construction.

Parameters:
destinationCityCode -

getDestinationCodeContext

public java.lang.String getDestinationCodeContext()
Get the 'DestinationCodeContext' attribute value. Identifies the context of the destination city code such as IATA, ARC, or internal code.

Returns:
value

setDestinationCodeContext

public void setDestinationCodeContext(java.lang.String destinationCodeContext)
Set the 'DestinationCodeContext' attribute value. Identifies the context of the destination city code such as IATA, ARC, or internal code.

Parameters:
destinationCodeContext -

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 -