org.ota.cruise
Class FareGroup

java.lang.Object
  extended by org.ota.cruise.FareGroup

public class FareGroup
extends java.lang.Object

Specifies fare code and group code. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FareGroup">
   <xs:attribute type="xs:string" use="optional" name="FareCode"/>
   <xs:attribute type="xs:string" use="optional" name="GroupCode"/>
 </xs:attributeGroup>
 


Constructor Summary
FareGroup()
           
 
Method Summary
 java.lang.String getFareCode()
          Get the 'FareCode' attribute value.
 java.lang.String getGroupCode()
          Get the 'GroupCode' attribute value.
 void setFareCode(java.lang.String fareCode)
          Set the 'FareCode' attribute value.
 void setGroupCode(java.lang.String groupCode)
          Set the 'GroupCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareGroup

public FareGroup()
Method Detail

getFareCode

public java.lang.String getFareCode()
Get the 'FareCode' attribute value. Specifies the fare code. Fare codes are specific to individual cruise lines.

Returns:
value

setFareCode

public void setFareCode(java.lang.String fareCode)
Set the 'FareCode' attribute value. Specifies the fare code. Fare codes are specific to individual cruise lines.

Parameters:
fareCode -

getGroupCode

public java.lang.String getGroupCode()
Get the 'GroupCode' attribute value. Specifies the group code. Group codes are specific to individual cruise lines.

Returns:
value

setGroupCode

public void setGroupCode(java.lang.String groupCode)
Set the 'GroupCode' attribute value. Specifies the group code. Group codes are specific to individual cruise lines.

Parameters:
groupCode -