|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.profile.Affiliations.Insurance
public static class Affiliations.Insurance
Travel insurance associated to this affiliation. 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:InsuranceType" name="Insurance" minOccurs="0" maxOccurs="unbounded"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="InsuranceType"> <xs:sequence> <xs:element type="ns:PersonNameType" name="InsuredName" minOccurs="0"/> <xs:element type="ns:CompanyNameType" name="InsuranceCompany" minOccurs="0"/> <xs:element type="ns:CompanyNameType" name="Underwriter" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:PrivacyGroup"/> <xs:attribute type="xs:string" use="optional" name="InsuranceType"/> <xs:attribute type="xs:string" use="required" name="PolicyNumber"/> <xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/> <xs:attribute type="xs:string" use="optional" name="RPH"/> </xs:complexType>
Constructor Summary | |
---|---|
Affiliations.Insurance()
|
Method Summary | |
---|---|
EffectiveExpireOptionalDateGroup |
getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
java.lang.String |
getInsurance()
Get the 'InsuranceType' attribute value. |
CompanyName |
getInsuranceCompany()
Get the 'InsuranceCompany' element value. |
PersonName |
getInsuredName()
Get the 'InsuredName' element value. |
java.lang.String |
getPolicyNumber()
Get the 'PolicyNumber' attribute value. |
PrivacyGroup |
getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
CompanyName |
getUnderwriter()
Get the 'Underwriter' element value. |
void |
setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
void |
setInsurance(java.lang.String insurance)
Set the 'InsuranceType' attribute value. |
void |
setInsuranceCompany(CompanyName insuranceCompany)
Set the 'InsuranceCompany' element value. |
void |
setInsuredName(PersonName insuredName)
Set the 'InsuredName' element value. |
void |
setPolicyNumber(java.lang.String policyNumber)
Set the 'PolicyNumber' attribute value. |
void |
setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setUnderwriter(CompanyName underwriter)
Set the 'Underwriter' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Affiliations.Insurance()
Method Detail |
---|
public PersonName getInsuredName()
public void setInsuredName(PersonName insuredName)
insuredName
- public CompanyName getInsuranceCompany()
public void setInsuranceCompany(CompanyName insuranceCompany)
insuranceCompany
- public CompanyName getUnderwriter()
public void setUnderwriter(CompanyName underwriter)
underwriter
- public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup
- public java.lang.String getInsurance()
public void setInsurance(java.lang.String insurance)
insurance
- public java.lang.String getPolicyNumber()
public void setPolicyNumber(java.lang.String policyNumber)
policyNumber
- public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
effectiveExpireOptionalDateGroup
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |