org.ota.insurance
Class InsuranceCustomer

java.lang.Object
  extended by org.ota.shared.Customer
      extended by org.ota.insurance.InsuranceCustomer

public class InsuranceCustomer
extends Customer

Contains data on the buyer and others covered by the requested insurance services. 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="InsuranceCustomerType">
   <xs:complexContent>
     <xs:extension base="ns:CustomerType">
       <xs:attributeGroup ref="ns:ID_OptionalGroup"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
   <xs:attribute type="xs:string" use="optional" name="ID"/>
 </xs:attributeGroup>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.Customer
Customer.AdditionalLanguage, Customer.Address, Customer.CustLoyalty, Customer.Email, Customer.MaritalStatus, Customer.PaymentForm, Customer.PhysChallName, Customer.Telephone, Customer.URL
 
Constructor Summary
InsuranceCustomer()
           
 
Method Summary
 java.lang.String getID()
          Get the 'ID' attribute value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 
Methods inherited from class org.ota.shared.Customer
addAdditionalLanguage, addAddress, addCitizenCountryName, addContactPerson, addCustLoyalty, addDocument, addEmail, addEmployeeInfo, addPaymentForm, addPersonName, addPetInfo, addPhysChallName, addRelatedTraveler, addTelephone, addURL, clearAdditionalLanguages, clearAddresses, clearCitizenCountryNames, clearContactPersons, clearCustLoyalties, clearDocuments, clearEmails, clearEmployeeInfos, clearPaymentForms, clearPersonNames, clearPetInfos, clearPhysChallNames, clearRelatedTravelers, clearTelephones, clearURLs, getAdditionalLanguage, getAdditionalLanguages, getAddress, getAddresses, getBirthDate, getChildQuantity, getCitizenCountryName, getCitizenCountryNames, getContactPerson, getContactPersons, getCurrencyCodeGroup, getCustLoyalties, getCustLoyalty, getCustomerValue, getDeceased, getDocument, getDocuments, getEmail, getEmails, getEmployeeInfo, getEmployeeInfos, getEmployerInfo, getGenderGroup, getLanguage, getLockout, getMaritalStatus, getPaymentForm, getPaymentForms, getPersonName, getPersonNames, getPetInfo, getPetInfos, getPhysChallName, getPhysChallNames, getPreviouslyMarriedIndicator, getRelatedTraveler, getRelatedTravelers, getTelephone, getTelephones, getText, getTPAExtensions, getURL, getURLs, getVIPIndicator, setAdditionalLanguages, setAddresses, setBirthDate, setChildQuantity, setCitizenCountryNames, setContactPersons, setCurrencyCodeGroup, setCustLoyalties, setCustomerValue, setDeceased, setDocuments, setEmails, setEmployeeInfos, setEmployerInfo, setGenderGroup, setLanguage, setLockout, setMaritalStatus, setPaymentForms, setPersonNames, setPetInfos, setPhysChallNames, setPreviouslyMarriedIndicator, setRelatedTravelers, setTelephones, setText, setTPAExtensions, setURLs, setVIPIndicator, sizeAdditionalLanguages, sizeAddresses, sizeCitizenCountryNames, sizeContactPersons, sizeCustLoyalties, sizeDocuments, sizeEmails, sizeEmployeeInfos, sizePaymentForms, sizePersonNames, sizePetInfos, sizePhysChallNames, sizeRelatedTravelers, sizeTelephones, sizeURLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsuranceCustomer

public InsuranceCustomer()
Method Detail

getID

public java.lang.String getID()
Get the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Parameters:
ID -