org.ota.cruise
Class BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item

java.lang.Object
  extended by org.ota.shared.Paragraph
      extended by org.ota.cruise.BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item
Enclosing class:
BookingHistoryRS.HistoryInfos.HistoryInfo.Items

public static class BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item
extends Paragraph

History item details. 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="Item" maxOccurs="999">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ParagraphType">
         <xs:attribute type="xs:string" use="optional" name="GuestID"/>
         <xs:attribute type="xs:string" use="optional" name="ItemName"/>
         <xs:attribute type="xs:string" use="optional" name="OldValue"/>
         <xs:attribute type="xs:string" use="optional" name="NewValue"/>
         <xs:attribute type="xs:string" use="optional" name="Classification"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.Paragraph
Paragraph.Choice
 
Constructor Summary
BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item()
           
 
Method Summary
 java.lang.String getClassification()
          Get the 'Classification' attribute value.
 java.lang.String getGuestID()
          Get the 'GuestID' attribute value.
 java.lang.String getItemName()
          Get the 'ItemName' attribute value.
 java.lang.String getNewValue()
          Get the 'NewValue' attribute value.
 java.lang.String getOldValue()
          Get the 'OldValue' attribute value.
 void setClassification(java.lang.String classification)
          Set the 'Classification' attribute value.
 void setGuestID(java.lang.String guestID)
          Set the 'GuestID' attribute value.
 void setItemName(java.lang.String itemName)
          Set the 'ItemName' attribute value.
 void setNewValue(java.lang.String newValue)
          Set the 'NewValue' attribute value.
 void setOldValue(java.lang.String oldValue)
          Set the 'OldValue' attribute value.
 
Methods inherited from class org.ota.shared.Paragraph
addChoice, clearChoices, getChoice, getChoices, getDateTimeStampGroup, getLanguage, getName, getParagraphNumber, setChoices, setDateTimeStampGroup, setLanguage, setName, setParagraphNumber, sizeChoices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item

public BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item()
Method Detail

getGuestID

public java.lang.String getGuestID()
Get the 'GuestID' attribute value. Unique identifier of the guest to whom this transaction applies.

Returns:
value

setGuestID

public void setGuestID(java.lang.String guestID)
Set the 'GuestID' attribute value. Unique identifier of the guest to whom this transaction applies.

Parameters:
guestID -

getItemName

public java.lang.String getItemName()
Get the 'ItemName' attribute value. The item being modified in this transaction.

Returns:
value

setItemName

public void setItemName(java.lang.String itemName)
Set the 'ItemName' attribute value. The item being modified in this transaction.

Parameters:
itemName -

getOldValue

public java.lang.String getOldValue()
Get the 'OldValue' attribute value. Specifies the old value of an item.

Returns:
value

setOldValue

public void setOldValue(java.lang.String oldValue)
Set the 'OldValue' attribute value. Specifies the old value of an item.

Parameters:
oldValue -

getNewValue

public java.lang.String getNewValue()
Get the 'NewValue' attribute value. Specifies the new value of an item.

Returns:
value

setNewValue

public void setNewValue(java.lang.String newValue)
Set the 'NewValue' attribute value. Specifies the new value of an item.

Parameters:
newValue -

getClassification

public java.lang.String getClassification()
Get the 'Classification' attribute value. Specifies the classification of the item (e.g., RES_GUEST, RES_HEADER).

Returns:
value

setClassification

public void setClassification(java.lang.String classification)
Set the 'Classification' attribute value. Specifies the classification of the item (e.g., RES_GUEST, RES_HEADER).

Parameters:
classification -