|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.itin.RS
public class RS
This message is in response to a read RQ for a travel itinerary. 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="OTA_TravelItineraryRS"> <xs:complexType> <xs:choice> <xs:sequence> <xs:element type="ns:SuccessType" name="Success"/> <xs:element type="ns:WarningsType" name="Warnings" minOccurs="0"/> <xs:element name="TravelItinerary"> <xs:complexType> <xs:sequence> <xs:element type="ns:UniqueID_Type" name="ItineraryRef"/> <xs:element name="CustomerInfos"> <xs:complexType> <xs:sequence> <xs:element type="ns:CustomerInfoType" name="CustomerInfo" maxOccurs="unbounded"/> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element type="ns:ItineraryInfoType" name="ItineraryInfo"/> <xs:element type="ns:AssociatedContentType" name="AssociatedContent" minOccurs="0"/> <xs:element type="ns:TravelCostType" name="TravelCost" minOccurs="0"/> <xs:element name="Remarks" minOccurs="0"> <!-- Reference to inner class Remarks --> </xs:element> <xs:element type="ns:AccessesType" name="UpdatedBy"/> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:element type="ns:ErrorsType" name="Errors"/> </xs:choice> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> </xs:complexType> </xs:element> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SuccessType"/> <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
Nested Class Summary | |
---|---|
static class |
RS.Remarks
Free text remarks associated with the itinerary (non-customer, non-item). |
Constructor Summary | |
---|---|
RS()
|
Method Summary | |
---|---|
void |
addTravelItineraryCustomerInfo(CustomerInfo item)
Add a 'CustomerInfo' element item. |
void |
clearChoiceSelect()
Clear the choice selection. |
void |
clearTravelItineraryCustomerInfos()
Remove all 'CustomerInfo' element items. |
Errors |
getErrors()
Get the 'Errors' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
RS.Remarks |
getRemarks()
Get the 'Remarks' element value. |
AssociatedContent |
getTravelItineraryAssociatedContent()
Get the 'AssociatedContent' element value. |
CustomerInfo |
getTravelItineraryCustomerInfo(int index)
Get 'CustomerInfo' element item by position. |
java.util.List<CustomerInfo> |
getTravelItineraryCustomerInfos()
Get the list of 'CustomerInfo' element items. |
ItineraryInfo |
getTravelItineraryItineraryInfo()
Get the 'ItineraryInfo' element value. |
UniqueID |
getTravelItineraryItineraryRef()
Get the 'ItineraryRef' element value. |
TPAExtensions |
getTravelItineraryTPAExtensions()
Get the 'TPA_Extensions' element value. |
TPAExtensions |
getTravelItineraryTPAExtensions1()
Get the 'TPA_Extensions' element value. |
TravelCost |
getTravelItineraryTravelCost()
Get the 'TravelCost' element value. |
Accesses |
getTravelItineraryUpdatedBy()
Get the 'UpdatedBy' element value. |
Warnings |
getWarnings()
Get the 'Warnings' element value. |
boolean |
ifErrors()
Check if Errors is current selection for choice. |
boolean |
ifSuccess()
Check if Success is current selection for choice. |
void |
setErrors(Errors errors)
Set the 'Errors' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setRemarks(RS.Remarks remarks)
Set the 'Remarks' element value. |
void |
setTravelItineraryAssociatedContent(AssociatedContent travelItineraryAssociatedContent)
Set the 'AssociatedContent' element value. |
void |
setTravelItineraryCustomerInfos(java.util.List<CustomerInfo> list)
Set the list of 'CustomerInfo' element items. |
void |
setTravelItineraryItineraryInfo(ItineraryInfo travelItineraryItineraryInfo)
Set the 'ItineraryInfo' element value. |
void |
setTravelItineraryItineraryRef(UniqueID travelItineraryItineraryRef)
Set the 'ItineraryRef' element value. |
void |
setTravelItineraryTPAExtensions(TPAExtensions travelItineraryTPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setTravelItineraryTPAExtensions1(TPAExtensions travelItineraryTPAExtensions1)
Set the 'TPA_Extensions' element value. |
void |
setTravelItineraryTravelCost(TravelCost travelItineraryTravelCost)
Set the 'TravelCost' element value. |
void |
setTravelItineraryUpdatedBy(Accesses travelItineraryUpdatedBy)
Set the 'UpdatedBy' element value. |
void |
setWarnings(Warnings warnings)
Set the 'Warnings' element value. |
int |
sizeTravelItineraryCustomerInfos()
Get the number of 'CustomerInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RS()
Method Detail |
---|
public void clearChoiceSelect()
public boolean ifSuccess()
true
if selection, false
if notpublic Warnings getWarnings()
public void setWarnings(Warnings warnings)
warnings
- public UniqueID getTravelItineraryItineraryRef()
public void setTravelItineraryItineraryRef(UniqueID travelItineraryItineraryRef)
travelItineraryItineraryRef
- public java.util.List<CustomerInfo> getTravelItineraryCustomerInfos()
public void setTravelItineraryCustomerInfos(java.util.List<CustomerInfo> list)
list
- public int sizeTravelItineraryCustomerInfos()
public void addTravelItineraryCustomerInfo(CustomerInfo item)
item
- public CustomerInfo getTravelItineraryCustomerInfo(int index)
index
-
public void clearTravelItineraryCustomerInfos()
public TPAExtensions getTravelItineraryTPAExtensions()
public void setTravelItineraryTPAExtensions(TPAExtensions travelItineraryTPAExtensions)
travelItineraryTPAExtensions
- public ItineraryInfo getTravelItineraryItineraryInfo()
public void setTravelItineraryItineraryInfo(ItineraryInfo travelItineraryItineraryInfo)
travelItineraryItineraryInfo
- public AssociatedContent getTravelItineraryAssociatedContent()
public void setTravelItineraryAssociatedContent(AssociatedContent travelItineraryAssociatedContent)
travelItineraryAssociatedContent
- public TravelCost getTravelItineraryTravelCost()
public void setTravelItineraryTravelCost(TravelCost travelItineraryTravelCost)
travelItineraryTravelCost
- public RS.Remarks getRemarks()
public void setRemarks(RS.Remarks remarks)
remarks
- public Accesses getTravelItineraryUpdatedBy()
public void setTravelItineraryUpdatedBy(Accesses travelItineraryUpdatedBy)
travelItineraryUpdatedBy
- public TPAExtensions getTravelItineraryTPAExtensions1()
public void setTravelItineraryTPAExtensions1(TPAExtensions travelItineraryTPAExtensions1)
travelItineraryTPAExtensions1
- public boolean ifErrors()
true
if selection, false
if notpublic Errors getErrors()
public void setErrors(Errors errors)
errors
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |