|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.CancelRQ
public class CancelRQ
The root tag of OTA_VehicleCancelRQ 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_VehCancelRQ">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:POS_Type" name="POS"/>
<xs:element type="ns:CancelInfoRQType" name="VehCancelRQCore"/>
<xs:element type="ns:VehicleCancelRQAdditionalInfoType" name="VehCancelRQInfo" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ns:ReqRespVersion"/>
</xs:complexType>
</xs:element>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CancelInfoRQType">
<xs:sequence>
<xs:element type="ns:UniqueID_Type" name="UniqueID" maxOccurs="2"/>
<xs:element type="ns:PersonNameType" name="PersonName" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="ns:TransactionActionType" use="required" name="CancelType"/>
</xs:complexType>
<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 | |
|---|---|
CancelRQ()
|
|
| Method Summary | |
|---|---|
void |
addVehCancelRQCoreUniqueID(UniqueID item)
Add a 'UniqueID' element item. |
void |
clearVehCancelRQCoreUniqueIDs()
Remove all 'UniqueID' element items. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
java.lang.String |
getReqRespVersion()
Get the 'ReqRespVersion' attribute value. |
TransactionAction |
getVehCancelRQCoreCancel()
Get the 'CancelType' attribute value. |
PersonName |
getVehCancelRQCorePersonName()
Get the 'PersonName' element value. |
UniqueID |
getVehCancelRQCoreUniqueID(int index)
Get 'UniqueID' element item by position. |
java.util.List<UniqueID> |
getVehCancelRQCoreUniqueIDs()
Get the list of 'UniqueID' element items. |
VehicleCancelRQAdditionalInfo |
getVehCancelRQInfo()
Get the 'VehCancelRQInfo' 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 |
setVehCancelRQCoreCancel(TransactionAction vehCancelRQCoreCancel)
Set the 'CancelType' attribute value. |
void |
setVehCancelRQCorePersonName(PersonName vehCancelRQCorePersonName)
Set the 'PersonName' element value. |
void |
setVehCancelRQCoreUniqueIDs(java.util.List<UniqueID> list)
Set the list of 'UniqueID' element items. |
void |
setVehCancelRQInfo(VehicleCancelRQAdditionalInfo vehCancelRQInfo)
Set the 'VehCancelRQInfo' element value. |
int |
sizeVehCancelRQCoreUniqueIDs()
Get the number of 'UniqueID' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CancelRQ()
| Method Detail |
|---|
public POS getPOS()
public void setPOS(POS POS)
POS - public java.util.List<UniqueID> getVehCancelRQCoreUniqueIDs()
public void setVehCancelRQCoreUniqueIDs(java.util.List<UniqueID> list)
list - public int sizeVehCancelRQCoreUniqueIDs()
public void addVehCancelRQCoreUniqueID(UniqueID item)
item - public UniqueID getVehCancelRQCoreUniqueID(int index)
index -
public void clearVehCancelRQCoreUniqueIDs()
public PersonName getVehCancelRQCorePersonName()
public void setVehCancelRQCorePersonName(PersonName vehCancelRQCorePersonName)
vehCancelRQCorePersonName - public TransactionAction getVehCancelRQCoreCancel()
public void setVehCancelRQCoreCancel(TransactionAction vehCancelRQCoreCancel)
vehCancelRQCoreCancel - public VehicleCancelRQAdditionalInfo getVehCancelRQInfo()
public void setVehCancelRQInfo(VehicleCancelRQAdditionalInfo vehCancelRQInfo)
vehCancelRQInfo - 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 | ||||||