|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.GenderGroup
public class GenderGroup
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 |
|---|
public GenderGroup()
| Method Detail |
|---|
public GenderGroup.Gender getGender()
public void setGender(GenderGroup.Gender gender)
gender -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||