org.ota.misc
Class PurchaseItemRQ.PurchaserInfo

java.lang.Object
  extended by org.ota.shared.ContactPerson
      extended by org.ota.misc.PurchaseItemRQ.PurchaserInfo
Enclosing class:
PurchaseItemRQ

public static class PurchaseItemRQ.PurchaserInfo
extends ContactPerson

Contact and loyalty information for the purchaser of the order(s). 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" name="PurchaserInfo" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ContactPersonType">
         <xs:sequence>
           <xs:element name="CustLoyalty" minOccurs="0">
             <xs:complexType>
               <xs:attributeGroup ref="ns:CustomerLoyaltyGroup"/>
             </xs:complexType>
           </xs:element>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PurchaseItemRQ.PurchaserInfo()
           
 
Method Summary
 CustomerLoyaltyGroup getCustLoyalty()
          Get the 'CustomerLoyaltyGroup' attributeGroup value.
 void setCustLoyalty(CustomerLoyaltyGroup custLoyalty)
          Set the 'CustomerLoyaltyGroup' attributeGroup value.
 
Methods inherited from class org.ota.shared.ContactPerson
addAddress, addCompanyName, addEmail, addEmployeeInfo, addTelephone, addURL, clearAddresses, clearCompanyNames, clearEmails, clearEmployeeInfos, clearTelephones, clearURLs, getAddress, getAddresses, getCommunicationMethodCode, getCompanyName, getCompanyNames, getContact, getDefaultInd, getDocumentDistribMethodCode, getEmail, getEmails, getEmergencyFlag, getEmployeeInfo, getEmployeeInfos, getPersonName, getPrivacyGroup, getRelation, getRPH, getTelephone, getTelephones, getURL, getURLs, setAddresses, setCommunicationMethodCode, setCompanyNames, setContact, setDefaultInd, setDocumentDistribMethodCode, setEmails, setEmergencyFlag, setEmployeeInfos, setPersonName, setPrivacyGroup, setRelation, setRPH, setTelephones, setURLs, sizeAddresses, sizeCompanyNames, sizeEmails, sizeEmployeeInfos, sizeTelephones, sizeURLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurchaseItemRQ.PurchaserInfo

public PurchaseItemRQ.PurchaserInfo()
Method Detail

getCustLoyalty

public CustomerLoyaltyGroup getCustLoyalty()
Get the 'CustomerLoyaltyGroup' attributeGroup value. Customer loyalty information for the purchaser.

Returns:
value

setCustLoyalty

public void setCustLoyalty(CustomerLoyaltyGroup custLoyalty)
Set the 'CustomerLoyaltyGroup' attributeGroup value. Customer loyalty information for the purchaser.

Parameters:
custLoyalty -