|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.ContactPerson
org.ota.misc.PurchaseItemRQ.PurchaserInfo
public static class PurchaseItemRQ.PurchaserInfo
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PurchaseItemRQ.PurchaserInfo()
| Method Detail |
|---|
public CustomerLoyaltyGroup getCustLoyalty()
public void setCustLoyalty(CustomerLoyaltyGroup custLoyalty)
custLoyalty -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||