|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Paragraph
org.ota.cruise.BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item
public static class BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item
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 |
---|
public BookingHistoryRS.HistoryInfos.HistoryInfo.Items.Item()
Method Detail |
---|
public java.lang.String getGuestID()
public void setGuestID(java.lang.String guestID)
guestID
- public java.lang.String getItemName()
public void setItemName(java.lang.String itemName)
itemName
- public java.lang.String getOldValue()
public void setOldValue(java.lang.String oldValue)
oldValue
- public java.lang.String getNewValue()
public void setNewValue(java.lang.String newValue)
newValue
- public java.lang.String getClassification()
public void setClassification(java.lang.String classification)
classification
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |