|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.PkgAvailRQ.GuestInfos.GuestInfo
public static class PkgAvailRQ.GuestInfos.GuestInfo
Specifies the guest information. 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="GuestInfo" maxOccurs="9"> <xs:complexType> <xs:sequence> <xs:element name="SelectedFareCode" minOccurs="0" maxOccurs="2"> <xs:complexType> <xs:attributeGroup ref="ns:FareGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:GuestTransportationType" name="GuestTransportation" minOccurs="0" maxOccurs="2"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
PkgAvailRQ.GuestInfos.GuestInfo()
|
Method Summary | |
---|---|
void |
addGuestTransportation(GuestTransportation item)
Add a 'GuestTransportation' element item. |
void |
addSelectedFareCode(FareGroup item)
Add a 'SelectedFareCode' element item. |
void |
clearGuestTransportations()
Remove all 'GuestTransportation' element items. |
void |
clearSelectedFareCodes()
Remove all 'SelectedFareCode' element items. |
GuestTransportation |
getGuestTransportation(int index)
Get 'GuestTransportation' element item by position. |
java.util.List<GuestTransportation> |
getGuestTransportations()
Get the list of 'GuestTransportation' element items. |
FareGroup |
getSelectedFareCode(int index)
Get 'SelectedFareCode' element item by position. |
java.util.List<FareGroup> |
getSelectedFareCodes()
Get the list of 'SelectedFareCode' element items. |
void |
setGuestTransportations(java.util.List<GuestTransportation> list)
Set the list of 'GuestTransportation' element items. |
void |
setSelectedFareCodes(java.util.List<FareGroup> list)
Set the list of 'SelectedFareCode' element items. |
int |
sizeGuestTransportations()
Get the number of 'GuestTransportation' element items. |
int |
sizeSelectedFareCodes()
Get the number of 'SelectedFareCode' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PkgAvailRQ.GuestInfos.GuestInfo()
Method Detail |
---|
public java.util.List<FareGroup> getSelectedFareCodes()
public void setSelectedFareCodes(java.util.List<FareGroup> list)
list
- public int sizeSelectedFareCodes()
public void addSelectedFareCode(FareGroup item)
item
- public FareGroup getSelectedFareCode(int index)
index
-
public void clearSelectedFareCodes()
public java.util.List<GuestTransportation> getGuestTransportations()
public void setGuestTransportations(java.util.List<GuestTransportation> list)
list
- public int sizeGuestTransportations()
public void addGuestTransportation(GuestTransportation item)
item
- public GuestTransportation getGuestTransportation(int index)
index
-
public void clearGuestTransportations()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |