org.ota.cruise
Class CruisePackageGroup

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

public class CruisePackageGroup
extends java.lang.Object

Specifies package type. 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="CruisePackageGroup">
   <xs:attribute type="xs:string" use="optional" name="CruisePackageCode"/>
   <xs:attribute type="xs:boolean" use="optional" name="InclusiveIndicator"/>
   <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
 </xs:attributeGroup>
 


Constructor Summary
CruisePackageGroup()
           
 
Method Summary
 java.lang.String getCruisePackageCode()
          Get the 'CruisePackageCode' attribute value.
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 java.lang.Boolean getInclusiveIndicator()
          Get the 'InclusiveIndicator' attribute value.
 void setCruisePackageCode(java.lang.String cruisePackageCode)
          Set the 'CruisePackageCode' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setInclusiveIndicator(java.lang.Boolean inclusiveIndicator)
          Set the 'InclusiveIndicator' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CruisePackageGroup

public CruisePackageGroup()
Method Detail

getCruisePackageCode

public java.lang.String getCruisePackageCode()
Get the 'CruisePackageCode' attribute value. Specifies the inclusive package code as defined by the cruise line.

Returns:
value

setCruisePackageCode

public void setCruisePackageCode(java.lang.String cruisePackageCode)
Set the 'CruisePackageCode' attribute value. Specifies the inclusive package code as defined by the cruise line.

Parameters:
cruisePackageCode -

getInclusiveIndicator

public java.lang.Boolean getInclusiveIndicator()
Get the 'InclusiveIndicator' attribute value. When true, specifies the package is included in the cruise arrangement.

Returns:
value

setInclusiveIndicator

public void setInclusiveIndicator(java.lang.Boolean inclusiveIndicator)
Set the 'InclusiveIndicator' attribute value. When true, specifies the package is included in the cruise arrangement.

Parameters:
inclusiveIndicator -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. Provides the time span of the package.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. Provides the time span of the package.

Parameters:
dateTimeSpanGroup -