org.ota.shared
Class GenderGroup

java.lang.Object
  extended by org.ota.shared.GenderGroup

public class GenderGroup
extends java.lang.Object

Used to indicate the gender of a person, if known. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GenderGroup">
   <xs:attribute use="optional" name="Gender">
     <xs:simpleType>
       <!-- Reference to inner class Gender -->
     </xs:simpleType>
   </xs:attribute>
 </xs:attributeGroup>
 


Nested Class Summary
static class GenderGroup.Gender
          Schema fragment(s) for this class:
 
Constructor Summary
GenderGroup()
           
 
Method Summary
 GenderGroup.Gender getGender()
          Get the 'Gender' attribute value.
 void setGender(GenderGroup.Gender gender)
          Set the 'Gender' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenderGroup

public GenderGroup()
Method Detail

getGender

public GenderGroup.Gender getGender()
Get the 'Gender' attribute value. Identifies the gender.

Returns:
value

setGender

public void setGender(GenderGroup.Gender gender)
Set the 'Gender' attribute value. Identifies the gender.

Parameters:
gender -