|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleRetrieveResRSCore
public class VehicleRetrieveResRSCore
The VehicleRetrieveResRSCoreType complex type identifies the core, or common, information that is associated with a retrieved reservation, or a list of reservations when one exact match could not be identified. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleRetrieveResRSCoreType"> <xs:sequence> <xs:choice> <xs:element type="ns:VehicleReservationType" name="VehReservation"/> <xs:element name="VehResSummaries"> <xs:complexType> <xs:sequence> <xs:element type="ns:VehicleReservationSummaryType" name="VehResSummary" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> </xs:sequence> </xs:complexType>
Constructor Summary | |
---|---|
VehicleRetrieveResRSCore()
|
Method Summary | |
---|---|
void |
addVehResSummary(VehicleReservationSummary item)
Add a 'VehResSummary' element item. |
void |
clearChoiceSelect()
Clear the choice selection. |
void |
clearVehResSummaries()
Remove all 'VehResSummary' element items. |
VehicleReservation |
getVehReservation()
Get the 'VehReservation' element value. |
java.util.List<VehicleReservationSummary> |
getVehResSummaries()
Get the list of 'VehResSummary' element items. |
VehicleReservationSummary |
getVehResSummary(int index)
Get 'VehResSummary' element item by position. |
boolean |
ifVehReservation()
Check if VehReservation is current selection for choice. |
boolean |
ifVehResSummaries()
Check if VehResSummaries is current selection for choice. |
void |
setVehReservation(VehicleReservation vehReservation)
Set the 'VehReservation' element value. |
void |
setVehResSummaries(java.util.List<VehicleReservationSummary> list)
Set the list of 'VehResSummary' element items. |
int |
sizeVehResSummaries()
Get the number of 'VehResSummary' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleRetrieveResRSCore()
Method Detail |
---|
public void clearChoiceSelect()
public boolean ifVehReservation()
true
if selection, false
if notpublic VehicleReservation getVehReservation()
public void setVehReservation(VehicleReservation vehReservation)
vehReservation
- public boolean ifVehResSummaries()
true
if selection, false
if notpublic java.util.List<VehicleReservationSummary> getVehResSummaries()
public void setVehResSummaries(java.util.List<VehicleReservationSummary> list)
list
- public int sizeVehResSummaries()
public void addVehResSummary(VehicleReservationSummary item)
item
- public VehicleReservationSummary getVehResSummary(int index)
index
-
public void clearVehResSummaries()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |