|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.destination.Travelers.Traveler.TravelerCharacteristic
public static class Travelers.Traveler.TravelerCharacteristic
Used to define a traveler's physical characteristic. 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="TravelerCharacteristic" minOccurs="0" maxOccurs="2"> <xs:complexType> <xs:attribute use="optional" name="Type"> <xs:simpleType> <!-- Reference to inner class Type --> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
Travelers.Traveler.TravelerCharacteristic.Type
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
Travelers.Traveler.TravelerCharacteristic()
|
Method Summary | |
---|---|
Travelers.Traveler.TravelerCharacteristic.Type |
getType()
Get the 'Type' attribute value. |
UnitsOfMeasureGroup |
getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setType(Travelers.Traveler.TravelerCharacteristic.Type type)
Set the 'Type' attribute value. |
void |
setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Travelers.Traveler.TravelerCharacteristic()
Method Detail |
---|
public Travelers.Traveler.TravelerCharacteristic.Type getType()
public void setType(Travelers.Traveler.TravelerCharacteristic.Type type)
type
- public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
unitsOfMeasureGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |