|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleSegmentCore
public class VehicleSegmentCore
The VehicleSegmentCoreType complex type identifies the core, or common, data that descibes the information assocated with a vehicle segment. Such information is typically provided in a reservation. 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="VehicleSegmentCoreType"> <xs:sequence> <xs:element name="ConfID" maxOccurs="4"> <!-- Reference to inner class ConfID --> </xs:element> <xs:element type="ns:CompanyNameType" name="Vendor" minOccurs="0"/> <xs:element type="ns:VehicleRentalCoreType" name="VehRentalCore" minOccurs="0"/> <xs:element type="ns:VehicleType" name="Vehicle" minOccurs="0"/> <xs:element type="ns:VehicleRentalRateType" name="RentalRate" minOccurs="0"/> <xs:element name="PricedEquips" minOccurs="0"> <!-- Reference to inner class PricedEquips --> </xs:element> <xs:element name="Fees" minOccurs="0"> <!-- Reference to inner class Fees --> </xs:element> <xs:element name="TotalCharge" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:VehicleTotalChargeGroup"/> </xs:complexType> </xs:element> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:int" use="optional" name="IndexNumber"/> </xs:complexType> <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 |
VehicleSegmentCore.ConfID
A confirmation number by which this reservation can be uniquely identified. |
static class |
VehicleSegmentCore.Fees
A collection of fees associated with this vehicle reservation. |
static class |
VehicleSegmentCore.PricedEquips
A collection of special equipment that is part of this reservation, along with the charges associated with this equipment. |
Constructor Summary | |
---|---|
VehicleSegmentCore()
|
Method Summary | |
---|---|
void |
addConfID(VehicleSegmentCore.ConfID item)
Add a 'ConfID' element item. |
void |
clearConfIDs()
Remove all 'ConfID' element items. |
VehicleSegmentCore.ConfID |
getConfID(int index)
Get 'ConfID' element item by position. |
java.util.List<VehicleSegmentCore.ConfID> |
getConfIDs()
Get the list of 'ConfID' element items. |
VehicleSegmentCore.Fees |
getFees()
Get the 'Fees' element value. |
java.lang.Integer |
getIndexNumber()
Get the 'IndexNumber' attribute value. |
VehicleSegmentCore.PricedEquips |
getPricedEquips()
Get the 'PricedEquips' element value. |
VehicleRentalRate |
getRentalRate()
Get the 'RentalRate' element value. |
VehicleTotalChargeGroup |
getTotalCharge()
Get the 'VehicleTotalChargeGroup' attributeGroup value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
Vehicle |
getVehicle()
Get the 'Vehicle' element value. |
VehicleRentalCore |
getVehRentalCore()
Get the 'VehRentalCore' element value. |
CompanyName |
getVendor()
Get the 'Vendor' element value. |
void |
setConfIDs(java.util.List<VehicleSegmentCore.ConfID> list)
Set the list of 'ConfID' element items. |
void |
setFees(VehicleSegmentCore.Fees fees)
Set the 'Fees' element value. |
void |
setIndexNumber(java.lang.Integer indexNumber)
Set the 'IndexNumber' attribute value. |
void |
setPricedEquips(VehicleSegmentCore.PricedEquips pricedEquips)
Set the 'PricedEquips' element value. |
void |
setRentalRate(VehicleRentalRate rentalRate)
Set the 'RentalRate' element value. |
void |
setTotalCharge(VehicleTotalChargeGroup totalCharge)
Set the 'VehicleTotalChargeGroup' attributeGroup value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setVehicle(Vehicle vehicle)
Set the 'Vehicle' element value. |
void |
setVehRentalCore(VehicleRentalCore vehRentalCore)
Set the 'VehRentalCore' element value. |
void |
setVendor(CompanyName vendor)
Set the 'Vendor' element value. |
int |
sizeConfIDs()
Get the number of 'ConfID' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleSegmentCore()
Method Detail |
---|
public java.util.List<VehicleSegmentCore.ConfID> getConfIDs()
public void setConfIDs(java.util.List<VehicleSegmentCore.ConfID> list)
list
- public int sizeConfIDs()
public void addConfID(VehicleSegmentCore.ConfID item)
item
- public VehicleSegmentCore.ConfID getConfID(int index)
index
-
public void clearConfIDs()
public CompanyName getVendor()
public void setVendor(CompanyName vendor)
vendor
- public VehicleRentalCore getVehRentalCore()
public void setVehRentalCore(VehicleRentalCore vehRentalCore)
vehRentalCore
- public Vehicle getVehicle()
public void setVehicle(Vehicle vehicle)
vehicle
- public VehicleRentalRate getRentalRate()
public void setRentalRate(VehicleRentalRate rentalRate)
rentalRate
- public VehicleSegmentCore.PricedEquips getPricedEquips()
public void setPricedEquips(VehicleSegmentCore.PricedEquips pricedEquips)
pricedEquips
- public VehicleSegmentCore.Fees getFees()
public void setFees(VehicleSegmentCore.Fees fees)
fees
- public VehicleTotalChargeGroup getTotalCharge()
public void setTotalCharge(VehicleTotalChargeGroup totalCharge)
totalCharge
- public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
- public java.lang.Integer getIndexNumber()
public void setIndexNumber(java.lang.Integer indexNumber)
indexNumber
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |