org.ota.vehicle
Class RetResRQ

java.lang.Object
  extended by org.ota.vehicle.RetResRQ

public class RetResRQ
extends java.lang.Object

The root tag of OTA_VehRetResRQ contains standard payload attributes found in all OpenTravel payload documents. The attribute ReqRespVersion is a positive integer value that indicates the version number requested for the response message. 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_VehRetResRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS"/>
       <xs:element name="VehRetResRQCore">
         <xs:complexType>
           <xs:complexContent>
             <xs:extension base="ns:VehicleRetrieveResRQCoreType">
               <xs:attribute type="xs:string" use="optional" name="ContractStatus"/>
               <xs:attribute type="xs:string" use="optional" name="ReservationStatus"/>
             </xs:extension>
           </xs:complexContent>
         </xs:complexType>
       </xs:element>
       <xs:element type="ns:VehicleRetrieveResRQAdditionalInfoType" name="VehRetResRQInfo" minOccurs="0"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
     <xs:attributeGroup ref="ns:ReqRespVersion"/>
   </xs:complexType>
 </xs:element>
 
 <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>
 


Constructor Summary
RetResRQ()
           
 
Method Summary
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 POS getPOS()
          Get the 'POS' element value.
 java.lang.String getReqRespVersion()
          Get the 'ReqRespVersion' attribute value.
 java.lang.String getVehRetResRQCoreContractStatus()
          Get the 'ContractStatus' attribute value.
 java.lang.String getVehRetResRQCoreReservationStatus()
          Get the 'ReservationStatus' attribute value.
 VehicleRetrieveResRQCore getVehRetResRQCoreVehicleRetrieveResRQCore()
          Get the extension value.
 VehicleRetrieveResRQAdditionalInfo getVehRetResRQInfo()
          Get the 'VehRetResRQInfo' element 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 setVehRetResRQCoreContractStatus(java.lang.String vehRetResRQCoreContractStatus)
          Set the 'ContractStatus' attribute value.
 void setVehRetResRQCoreReservationStatus(java.lang.String vehRetResRQCoreReservationStatus)
          Set the 'ReservationStatus' attribute value.
 void setVehRetResRQCoreVehicleRetrieveResRQCore(VehicleRetrieveResRQCore vehRetResRQCoreVehicleRetrieveResRQCore)
          Set the extension value.
 void setVehRetResRQInfo(VehicleRetrieveResRQAdditionalInfo vehRetResRQInfo)
          Set the 'VehRetResRQInfo' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetResRQ

public RetResRQ()
Method Detail

getPOS

public POS getPOS()
Get the 'POS' element value. Point of Sale Identification. Identification number of the vendor that has made the vehicle availability request and agency number assigned by IATA, ARC, ESRP or TID.

Returns:
value

setPOS

public void setPOS(POS POS)
Set the 'POS' element value. Point of Sale Identification. Identification number of the vendor that has made the vehicle availability request and agency number assigned by IATA, ARC, ESRP or TID.

Parameters:
POS -

getVehRetResRQCoreVehicleRetrieveResRQCore

public VehicleRetrieveResRQCore getVehRetResRQCoreVehicleRetrieveResRQCore()
Get the extension value.

Returns:
value

setVehRetResRQCoreVehicleRetrieveResRQCore

public void setVehRetResRQCoreVehicleRetrieveResRQCore(VehicleRetrieveResRQCore vehRetResRQCoreVehicleRetrieveResRQCore)
Set the extension value.

Parameters:
vehRetResRQCoreVehicleRetrieveResRQCore -

getVehRetResRQCoreContractStatus

public java.lang.String getVehRetResRQCoreContractStatus()
Get the 'ContractStatus' attribute value. Used to specify the status of the contract.

Returns:
value

setVehRetResRQCoreContractStatus

public void setVehRetResRQCoreContractStatus(java.lang.String vehRetResRQCoreContractStatus)
Set the 'ContractStatus' attribute value. Used to specify the status of the contract.

Parameters:
vehRetResRQCoreContractStatus -

getVehRetResRQCoreReservationStatus

public java.lang.String getVehRetResRQCoreReservationStatus()
Get the 'ReservationStatus' attribute value. Used to specify the status of the reservation.

Returns:
value

setVehRetResRQCoreReservationStatus

public void setVehRetResRQCoreReservationStatus(java.lang.String vehRetResRQCoreReservationStatus)
Set the 'ReservationStatus' attribute value. Used to specify the status of the reservation.

Parameters:
vehRetResRQCoreReservationStatus -

getVehRetResRQInfo

public VehicleRetrieveResRQAdditionalInfo getVehRetResRQInfo()
Get the 'VehRetResRQInfo' element value. Identifies the supplemental information associated with the request for the retrieval of a rental vehicle reservation.

Returns:
value

setVehRetResRQInfo

public void setVehRetResRQInfo(VehicleRetrieveResRQAdditionalInfo vehRetResRQInfo)
Set the 'VehRetResRQInfo' element value. Identifies the supplemental information associated with the request for the retrieval of a rental vehicle reservation.

Parameters:
vehRetResRQInfo -

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.

Parameters:
OTAPayloadStdAttributes -

getReqRespVersion

public java.lang.String getReqRespVersion()
Get the 'ReqRespVersion' attribute value. Used to request the version of the payload message desired for the response.

Returns:
value

setReqRespVersion

public void setReqRespVersion(java.lang.String reqRespVersion)
Set the 'ReqRespVersion' attribute value. Used to request the version of the payload message desired for the response.

Parameters:
reqRespVersion -