org.ota.pkg
Class OwnInsuranceChoice

java.lang.Object
  extended by org.ota.pkg.OwnInsuranceChoice

public class OwnInsuranceChoice
extends java.lang.Object

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

OwnInsuranceChoice

public OwnInsuranceChoice()
Method Detail

getCustomerCounts

public CustomerCounts getCustomerCounts()
Get the 'CustomerCounts' element value. Counts of the number of passengers in age categories. Used when individual passenger identification is not required.

Returns:
value

setCustomerCounts

public void setCustomerCounts(CustomerCounts customerCounts)
Set the 'CustomerCounts' element value. Counts of the number of passengers in age categories. Used when individual passenger identification is not required.

Parameters:
customerCounts -

getRPH

public java.lang.String getRPH()
Get the 'RPH' attribute value. (Reference Place Holder) - an index code to identify an instance in a collection of like items.. For example, used to assign individual passengers or clients to particular itinerary items.

Returns:
value

setRPH

public void setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. (Reference Place Holder) - an index code to identify an instance in a collection of like items.. For example, used to assign individual passengers or clients to particular itinerary items.

Parameters:
RPH -

getInsuranceCompany

public java.lang.String getInsuranceCompany()
Get the 'InsuranceCompany' attribute value. The name of the customer's chosen insurance company.

Returns:
value

setInsuranceCompany

public void setInsuranceCompany(java.lang.String insuranceCompany)
Set the 'InsuranceCompany' attribute value. The name of the customer's chosen insurance company.

Parameters:
insuranceCompany -

getPolicyNmbr

public java.lang.String getPolicyNmbr()
Get the 'PolicyNmbr' attribute value. A reference by which an issued policy is recognised.

Returns:
value

setPolicyNmbr

public void setPolicyNmbr(java.lang.String policyNmbr)
Set the 'PolicyNmbr' attribute value. A reference by which an issued policy is recognised.

Parameters:
policyNmbr -