org.ota.destination
Class Travelers.Traveler.TravelerCharacteristic

java.lang.Object
  extended by org.ota.destination.Travelers.Traveler.TravelerCharacteristic
Enclosing class:
Travelers.Traveler

public static class Travelers.Traveler.TravelerCharacteristic
extends java.lang.Object

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

Travelers.Traveler.TravelerCharacteristic

public Travelers.Traveler.TravelerCharacteristic()
Method Detail

getType

public Travelers.Traveler.TravelerCharacteristic.Type getType()
Get the 'Type' attribute value. Specifies the traveler characteristic.

Returns:
value

setType

public void setType(Travelers.Traveler.TravelerCharacteristic.Type type)
Set the 'Type' attribute value. Specifies the traveler characteristic.

Parameters:
type -

getUnitsOfMeasureGroup

public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. Used in conjunction with Type to quantify the traveler characteristic.

Returns:
value

setUnitsOfMeasureGroup

public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup value. Used in conjunction with Type to quantify the traveler characteristic.

Parameters:
unitsOfMeasureGroup -