|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleEquipment
org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.SpecialEquipments.SpecialEquipment
public static class LocDetailsNotifRQ.LocationDetail.SpecialEquipments.SpecialEquipment
Information that describes a piece of special equipment, any restrictions associated with it and charges that may apply. 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="SpecialEquipment" maxOccurs="99"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:VehicleEquipmentType"> <xs:sequence> <xs:element type="ns:VehicleChargeType" name="Charge" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="GDS_TypeCode"/> <xs:attribute type="xs:string" use="optional" name="Name"/> <xs:attribute type="xs:boolean" use="optional" name="FreeInd"/> <xs:attribute type="xs:boolean" use="optional" name="ReadEquipPolicyInd"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
LocDetailsNotifRQ.LocationDetail.SpecialEquipments.SpecialEquipment()
|
Method Summary | |
---|---|
VehicleCharge |
getCharge()
Get the 'Charge' element value. |
java.lang.Boolean |
getFreeInd()
Get the 'FreeInd' attribute value. |
java.lang.String |
getGDSTypeCode()
Get the 'GDS_TypeCode' attribute value. |
java.lang.String |
getName()
Get the 'Name' attribute value. |
java.lang.Boolean |
getReadEquipPolicyInd()
Get the 'ReadEquipPolicyInd' attribute value. |
void |
setCharge(VehicleCharge charge)
Set the 'Charge' element value. |
void |
setFreeInd(java.lang.Boolean freeInd)
Set the 'FreeInd' attribute value. |
void |
setGDSTypeCode(java.lang.String GDSTypeCode)
Set the 'GDS_TypeCode' attribute value. |
void |
setName(java.lang.String name)
Set the 'Name' attribute value. |
void |
setReadEquipPolicyInd(java.lang.Boolean readEquipPolicyInd)
Set the 'ReadEquipPolicyInd' attribute value. |
Methods inherited from class org.ota.vehicle.VehicleEquipment |
---|
getDescription, getRestriction, getVehicleEquipmentCoreGroup, setDescription, setRestriction, setVehicleEquipmentCoreGroup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocDetailsNotifRQ.LocationDetail.SpecialEquipments.SpecialEquipment()
Method Detail |
---|
public VehicleCharge getCharge()
public void setCharge(VehicleCharge charge)
charge
- public java.lang.String getGDSTypeCode()
public void setGDSTypeCode(java.lang.String GDSTypeCode)
GDSTypeCode
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public java.lang.Boolean getFreeInd()
public void setFreeInd(java.lang.Boolean freeInd)
freeInd
- public java.lang.Boolean getReadEquipPolicyInd()
public void setReadEquipPolicyInd(java.lang.Boolean readEquipPolicyInd)
readEquipPolicyInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |