org.ota.cruise
Class FareAvailRS.FareCodeOptions.FareCodeOption

java.lang.Object
  extended by org.ota.cruise.FareAvailRS.FareCodeOptions.FareCodeOption
Enclosing class:
FareAvailRS.FareCodeOptions

public static class FareAvailRS.FareCodeOptions.FareCodeOption
extends java.lang.Object

Specifies the fare information available for the selected sailing. 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" type="ns:FareCodeOptionType" name="FareCodeOption" maxOccurs="unbounded"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FareCodeOptionType">
   <xs:sequence>
     <xs:element type="ns:FreeTextType" name="FareRemark" minOccurs="0"/>
   </xs:sequence>
   <xs:attribute type="xs:string" use="optional" name="ListOfFareQualifierCode"/>
   <xs:attribute type="xs:string" use="optional" name="Status"/>
   <xs:attribute type="xs:string" use="optional" name="FareDescription"/>
   <xs:attributeGroup ref="ns:FareGroup"/>
 </xs:complexType>
 


Constructor Summary
FareAvailRS.FareCodeOptions.FareCodeOption()
           
 
Method Summary
 java.lang.String getFareDescription()
          Get the 'FareDescription' attribute value.
 FareGroup getFareGroup()
          Get the 'FareGroup' attributeGroup value.
 FreeText getFareRemark()
          Get the 'FareRemark' element value.
 java.lang.String getListOfFareQualifierCode()
          Get the 'ListOfFareQualifierCode' attribute value.
 java.lang.String getStatus()
          Get the 'Status' attribute value.
 void setFareDescription(java.lang.String fareDescription)
          Set the 'FareDescription' attribute value.
 void setFareGroup(FareGroup fareGroup)
          Set the 'FareGroup' attributeGroup value.
 void setFareRemark(FreeText fareRemark)
          Set the 'FareRemark' element value.
 void setListOfFareQualifierCode(java.lang.String listOfFareQualifierCode)
          Set the 'ListOfFareQualifierCode' attribute value.
 void setStatus(java.lang.String status)
          Set the 'Status' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareAvailRS.FareCodeOptions.FareCodeOption

public FareAvailRS.FareCodeOptions.FareCodeOption()
Method Detail

getFareRemark

public FreeText getFareRemark()
Get the 'FareRemark' element value. Contains a remark pertaining to the fare.

Returns:
value

setFareRemark

public void setFareRemark(FreeText fareRemark)
Set the 'FareRemark' element value. Contains a remark pertaining to the fare.

Parameters:
fareRemark -

getListOfFareQualifierCode

public java.lang.String getListOfFareQualifierCode()
Get the 'ListOfFareQualifierCode' attribute value. Specify the type of fare. For example it could specify that the fare applies to a past passenger. Refer to OpenTravel Code table Fare Qualifier (FQC).

Returns:
value

setListOfFareQualifierCode

public void setListOfFareQualifierCode(java.lang.String listOfFareQualifierCode)
Set the 'ListOfFareQualifierCode' attribute value. Specify the type of fare. For example it could specify that the fare applies to a past passenger. Refer to OpenTravel Code table Fare Qualifier (FQC).

Parameters:
listOfFareQualifierCode -

getStatus

public java.lang.String getStatus()
Get the 'Status' attribute value. Indicates the status of the fare. Refer to OpenTravel Code table Status (STS).

Returns:
value

setStatus

public void setStatus(java.lang.String status)
Set the 'Status' attribute value. Indicates the status of the fare. Refer to OpenTravel Code table Status (STS).

Parameters:
status -

getFareDescription

public java.lang.String getFareDescription()
Get the 'FareDescription' attribute value. Contains a description of the fare.

Returns:
value

setFareDescription

public void setFareDescription(java.lang.String fareDescription)
Set the 'FareDescription' attribute value. Contains a description of the fare.

Parameters:
fareDescription -

getFareGroup

public FareGroup getFareGroup()
Get the 'FareGroup' attributeGroup value.

Returns:
value

setFareGroup

public void setFareGroup(FareGroup fareGroup)
Set the 'FareGroup' attributeGroup value.

Parameters:
fareGroup -