|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment
public static class VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment
Information on one specific piece of special equipment. 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:sequence> <xs:element type="ns:FormattedTextType" name="EquipDesc" minOccurs="0"/> <xs:element name="EquipCharges" minOccurs="0"> <!-- Reference to inner class EquipCharges --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="required" name="Type"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges
The charges associated with the rental of this piece of special equipment. |
Constructor Summary | |
---|---|
VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment()
|
Method Summary | |
---|---|
VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges |
getEquipCharges()
Get the 'EquipCharges' element value. |
FormattedText |
getEquipDesc()
Get the 'EquipDesc' element value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setEquipCharges(VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges equipCharges)
Set the 'EquipCharges' element value. |
void |
setEquipDesc(FormattedText equipDesc)
Set the 'EquipDesc' element value. |
void |
setType(java.lang.String type)
Set the 'Type' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment()
Method Detail |
---|
public FormattedText getEquipDesc()
public void setEquipDesc(FormattedText equipDesc)
equipDesc
- public VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges getEquipCharges()
public void setEquipCharges(VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges equipCharges)
equipCharges
- public java.lang.String getType()
public void setType(java.lang.String type)
type
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |