|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.insurance.PlanSearchRQ.SearchTravInfo.SearchTravelers.SearchTraveler
public static class PlanSearchRQ.SearchTravInfo.SearchTravelers.SearchTraveler
Represents general information about a single traveler for which insurance coverage is being sought. 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" type="ns:SearchTravelerType" name="SearchTraveler" maxOccurs="unbounded"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SearchTravelerType"> <xs:sequence> <xs:element type="ns:AddressInfoType" name="Address" minOccurs="0"/> <xs:element name="CitizenCountryName" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CitizenCountryNameGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:IndCoverageReqsType" name="IndCoverageReqs" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:BirthDateGroup"/> <xs:attribute type="xs:string" use="optional" name="Age"/> <xs:attribute type="xs:string" use="optional" name="Relation"/> <xs:attribute type="xs:string" use="optional" name="Gender"/> </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 | |
---|---|
PlanSearchRQ.SearchTravInfo.SearchTravelers.SearchTraveler()
|
Method Summary | |
---|---|
AddressInfo |
getAddress()
Get the 'Address' element value. |
java.lang.String |
getAge()
Get the 'Age' attribute value. |
java.sql.Date |
getBirthDate()
Get the 'BirthDate' attribute value. |
CitizenCountryNameGroup |
getCitizenCountryName()
Get the 'CitizenCountryNameGroup' attributeGroup value. |
java.lang.String |
getGender()
Get the 'Gender' attribute value. |
IndCoverageReqs |
getIndCoverageReqs()
Get the 'IndCoverageReqs' element value. |
java.lang.String |
getRelation()
Get the 'Relation' attribute value. |
void |
setAddress(AddressInfo address)
Set the 'Address' element value. |
void |
setAge(java.lang.String age)
Set the 'Age' attribute value. |
void |
setBirthDate(java.sql.Date birthDate)
Set the 'BirthDate' attribute value. |
void |
setCitizenCountryName(CitizenCountryNameGroup citizenCountryName)
Set the 'CitizenCountryNameGroup' attributeGroup value. |
void |
setGender(java.lang.String gender)
Set the 'Gender' attribute value. |
void |
setIndCoverageReqs(IndCoverageReqs indCoverageReqs)
Set the 'IndCoverageReqs' element value. |
void |
setRelation(java.lang.String relation)
Set the 'Relation' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlanSearchRQ.SearchTravInfo.SearchTravelers.SearchTraveler()
Method Detail |
---|
public AddressInfo getAddress()
public void setAddress(AddressInfo address)
address
- public CitizenCountryNameGroup getCitizenCountryName()
public void setCitizenCountryName(CitizenCountryNameGroup citizenCountryName)
citizenCountryName
- public IndCoverageReqs getIndCoverageReqs()
public void setIndCoverageReqs(IndCoverageReqs indCoverageReqs)
indCoverageReqs
- public java.sql.Date getBirthDate()
public void setBirthDate(java.sql.Date birthDate)
birthDate
- public java.lang.String getAge()
public void setAge(java.lang.String age)
age
- public java.lang.String getRelation()
public void setRelation(java.lang.String relation)
relation
- public java.lang.String getGender()
public void setGender(java.lang.String gender)
gender
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |