org.ota.cruise
Class ReservationStatusGroup

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

public class ReservationStatusGroup
extends java.lang.Object

Provides the synchronization datetime as well as the reservation status 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="ReservationStatusGroup">
   <xs:attribute type="xs:string" use="optional" name="StatusCode"/>
   <xs:attribute type="xs:dateTime" use="optional" name="LastModifyDateTime"/>
   <xs:attribute type="xs:string" use="optional" name="BookedDate"/>
   <xs:attribute type="xs:string" use="optional" name="OfferDate"/>
   <xs:attribute type="xs:dateTime" use="optional" name="SyncDateTime"/>
 </xs:attributeGroup>
 


Constructor Summary
ReservationStatusGroup()
           
 
Method Summary
 java.lang.String getBookedDate()
          Get the 'BookedDate' attribute value.
 java.util.Date getLastModifyDateTime()
          Get the 'LastModifyDateTime' attribute value.
 java.lang.String getOfferDate()
          Get the 'OfferDate' attribute value.
 java.lang.String getStatusCode()
          Get the 'StatusCode' attribute value.
 java.util.Date getSyncDateTime()
          Get the 'SyncDateTime' attribute value.
 void setBookedDate(java.lang.String bookedDate)
          Set the 'BookedDate' attribute value.
 void setLastModifyDateTime(java.util.Date lastModifyDateTime)
          Set the 'LastModifyDateTime' attribute value.
 void setOfferDate(java.lang.String offerDate)
          Set the 'OfferDate' attribute value.
 void setStatusCode(java.lang.String statusCode)
          Set the 'StatusCode' attribute value.
 void setSyncDateTime(java.util.Date syncDateTime)
          Set the 'SyncDateTime' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReservationStatusGroup

public ReservationStatusGroup()
Method Detail

getStatusCode

public java.lang.String getStatusCode()
Get the 'StatusCode' attribute value. Specifies the booking status. Refer to OpenTravel Code list Status (STS).

Returns:
value

setStatusCode

public void setStatusCode(java.lang.String statusCode)
Set the 'StatusCode' attribute value. Specifies the booking status. Refer to OpenTravel Code list Status (STS).

Parameters:
statusCode -

getLastModifyDateTime

public java.util.Date getLastModifyDateTime()
Get the 'LastModifyDateTime' attribute value. Specifies the synchronization date and time of the record between two systems.

Returns:
value

setLastModifyDateTime

public void setLastModifyDateTime(java.util.Date lastModifyDateTime)
Set the 'LastModifyDateTime' attribute value. Specifies the synchronization date and time of the record between two systems.

Parameters:
lastModifyDateTime -

getBookedDate

public java.lang.String getBookedDate()
Get the 'BookedDate' attribute value. The date or date/time associated with the original reservation booking.

Returns:
value

setBookedDate

public void setBookedDate(java.lang.String bookedDate)
Set the 'BookedDate' attribute value. The date or date/time associated with the original reservation booking.

Parameters:
bookedDate -

getOfferDate

public java.lang.String getOfferDate()
Get the 'OfferDate' attribute value. The date or date/time associated with the original reservation offer or quote.

Returns:
value

setOfferDate

public void setOfferDate(java.lang.String offerDate)
Set the 'OfferDate' attribute value. The date or date/time associated with the original reservation offer or quote.

Parameters:
offerDate -

getSyncDateTime

public java.util.Date getSyncDateTime()
Get the 'SyncDateTime' attribute value. Specifies the synchronization date of the record between GDS and CruiseLine.

Returns:
value

setSyncDateTime

public void setSyncDateTime(java.util.Date syncDateTime)
Set the 'SyncDateTime' attribute value. Specifies the synchronization date of the record between GDS and CruiseLine.

Parameters:
syncDateTime -