|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.LocDetailRQ
public class LocDetailRQ
Vehicle Location Detail request will allow car rental customers to request information about the car rental location. These are items that will assist the customer in basic information about the location. 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_VehLocDetailRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/> <xs:element name="Location"> <xs:complexType> <xs:simpleContent> <xs:extension base="ns:LocationType"> <xs:attribute type="xs:string" use="optional" name="ExtendedLocationCode"/> <xs:attribute type="xs:string" use="optional" name="CounterLocation"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element type="ns:CompanyNameType" name="Vendor" minOccurs="0"/> <xs:element name="ResponseFilter" minOccurs="0"> <!-- Reference to inner class ResponseFilter --> </xs:element> <xs:element name="Date" minOccurs="0"> <!-- Reference to inner class Date --> </xs:element> <xs:element name="Keyword" minOccurs="0" maxOccurs="25"> <!-- Reference to inner class Keyword --> </xs:element> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> <xs:attributeGroup ref="ns:ReqRespVersion"/> </xs:complexType> </xs:element> <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"/> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReqRespVersion"> <xs:attribute type="xs:string" use="optional" name="ReqRespVersion"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
LocDetailRQ.Date
The pick-up and return dates for the location information requested. |
static class |
LocDetailRQ.Keyword
A keyword for which location detail information is requested. |
static class |
LocDetailRQ.ResponseFilter
This is used to limit the reponse information to certain criteria. |
Constructor Summary | |
---|---|
LocDetailRQ()
|
Method Summary | |
---|---|
void |
addKeyword(LocDetailRQ.Keyword item)
Add a 'Keyword' element item. |
void |
clearKeywords()
Remove all 'Keyword' element items. |
LocDetailRQ.Date |
getDate()
Get the 'Date' element value. |
LocDetailRQ.Keyword |
getKeyword(int index)
Get 'Keyword' element item by position. |
java.util.List<LocDetailRQ.Keyword> |
getKeywords()
Get the list of 'Keyword' element items. |
java.lang.String |
getLocationCounterLocation()
Get the 'CounterLocation' attribute value. |
java.lang.String |
getLocationExtendedLocationCode()
Get the 'ExtendedLocationCode' attribute value. |
Location |
getLocationLocation()
Get the extension value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
java.lang.String |
getReqRespVersion()
Get the 'ReqRespVersion' attribute value. |
LocDetailRQ.ResponseFilter |
getResponseFilter()
Get the 'ResponseFilter' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
CompanyName |
getVendor()
Get the 'Vendor' element value. |
void |
setDate(LocDetailRQ.Date date)
Set the 'Date' element value. |
void |
setKeywords(java.util.List<LocDetailRQ.Keyword> list)
Set the list of 'Keyword' element items. |
void |
setLocationCounterLocation(java.lang.String locationCounterLocation)
Set the 'CounterLocation' attribute value. |
void |
setLocationExtendedLocationCode(java.lang.String locationExtendedLocationCode)
Set the 'ExtendedLocationCode' attribute value. |
void |
setLocationLocation(Location locationLocation)
Set the extension value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setReqRespVersion(java.lang.String reqRespVersion)
Set the 'ReqRespVersion' attribute value. |
void |
setResponseFilter(LocDetailRQ.ResponseFilter responseFilter)
Set the 'ResponseFilter' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setVendor(CompanyName vendor)
Set the 'Vendor' element value. |
int |
sizeKeywords()
Get the number of 'Keyword' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocDetailRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public Location getLocationLocation()
public void setLocationLocation(Location locationLocation)
locationLocation
- public java.lang.String getLocationExtendedLocationCode()
public void setLocationExtendedLocationCode(java.lang.String locationExtendedLocationCode)
locationExtendedLocationCode
- public java.lang.String getLocationCounterLocation()
public void setLocationCounterLocation(java.lang.String locationCounterLocation)
locationCounterLocation
- public CompanyName getVendor()
public void setVendor(CompanyName vendor)
vendor
- public LocDetailRQ.ResponseFilter getResponseFilter()
public void setResponseFilter(LocDetailRQ.ResponseFilter responseFilter)
responseFilter
- public LocDetailRQ.Date getDate()
public void setDate(LocDetailRQ.Date date)
date
- public java.util.List<LocDetailRQ.Keyword> getKeywords()
public void setKeywords(java.util.List<LocDetailRQ.Keyword> list)
list
- public int sizeKeywords()
public void addKeyword(LocDetailRQ.Keyword item)
item
- public LocDetailRQ.Keyword getKeyword(int index)
index
-
public void clearKeywords()
public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
- public java.lang.String getReqRespVersion()
public void setReqRespVersion(java.lang.String reqRespVersion)
reqRespVersion
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |