|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.OwnInsuranceChoice
public class OwnInsuranceChoice
Details of the customer's own insurance policy. 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="OwnInsuranceChoiceType">
<xs:sequence>
<xs:element type="ns:CustomerCountsType" name="CustomerCounts" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="RPH"/>
<xs:attribute type="xs:string" use="required" name="InsuranceCompany"/>
<xs:attribute type="xs:string" use="optional" name="PolicyNmbr"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
OwnInsuranceChoice()
|
|
| Method Summary | |
|---|---|
CustomerCounts |
getCustomerCounts()
Get the 'CustomerCounts' element value. |
java.lang.String |
getInsuranceCompany()
Get the 'InsuranceCompany' attribute value. |
java.lang.String |
getPolicyNmbr()
Get the 'PolicyNmbr' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
void |
setCustomerCounts(CustomerCounts customerCounts)
Set the 'CustomerCounts' element value. |
void |
setInsuranceCompany(java.lang.String insuranceCompany)
Set the 'InsuranceCompany' attribute value. |
void |
setPolicyNmbr(java.lang.String policyNmbr)
Set the 'PolicyNmbr' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwnInsuranceChoice()
| Method Detail |
|---|
public CustomerCounts getCustomerCounts()
public void setCustomerCounts(CustomerCounts customerCounts)
customerCounts - public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH - public java.lang.String getInsuranceCompany()
public void setInsuranceCompany(java.lang.String insuranceCompany)
insuranceCompany - public java.lang.String getPolicyNmbr()
public void setPolicyNmbr(java.lang.String policyNmbr)
policyNmbr -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||