|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.RelatedTraveler
public class RelatedTraveler
Other traveler profiles associated with an specific individual. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RelatedTravelerType">
<xs:sequence>
<xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
<xs:element type="ns:PersonNameType" name="PersonName" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:PrivacyGroup"/>
<xs:attribute type="xs:string" use="optional" name="Relation"/>
<xs:attributeGroup ref="ns:BirthDateGroup"/>
</xs:complexType>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BirthDateGroup">
<xs:attribute type="xs:date" use="optional" name="BirthDate"/>
</xs:attributeGroup>
| Constructor Summary | |
|---|---|
RelatedTraveler()
|
|
| Method Summary | |
|---|---|
java.sql.Date |
getBirthDate()
Get the 'BirthDate' attribute value. |
PersonName |
getPersonName()
Get the 'PersonName' element value. |
PrivacyGroup |
getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. |
java.lang.String |
getRelation()
Get the 'Relation' attribute value. |
UniqueID |
getUniqueID()
Get the 'UniqueID' element value. |
void |
setBirthDate(java.sql.Date birthDate)
Set the 'BirthDate' attribute value. |
void |
setPersonName(PersonName personName)
Set the 'PersonName' element value. |
void |
setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. |
void |
setRelation(java.lang.String relation)
Set the 'Relation' attribute value. |
void |
setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RelatedTraveler()
| Method Detail |
|---|
public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID - public PersonName getPersonName()
public void setPersonName(PersonName personName)
personName - public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup - public java.lang.String getRelation()
public void setRelation(java.lang.String relation)
relation - public java.sql.Date getBirthDate()
public void setBirthDate(java.sql.Date birthDate)
birthDate -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||