|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.loyalty.CertificateCreateRQ
public class CertificateCreateRQ
The CertificateCreateRQ allows businesses to communicate with their loyalty service provider to generate redemption certificates for their customers. 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="OTA_LoyaltyCertificateCreateRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:PersonNameType" name="Customer" minOccurs="0"/> <xs:element name="TravelInfos"> <xs:complexType> <xs:sequence> <xs:element type="ns:LoyaltyTravelInfoType" name="TravelInfo" maxOccurs="99"/> <xs:element name="LoyaltyCertificateDetail"> <xs:complexType> <xs:attributeGroup ref="ns:LoyaltyCertificateNumberGroup"/> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
CertificateCreateRQ()
|
Method Summary | |
---|---|
void |
addTravelInfosTravelInfo(LoyaltyTravelInfo item)
Add a 'TravelInfo' element item. |
void |
clearTravelInfosTravelInfos()
Remove all 'TravelInfo' element items. |
PersonName |
getCustomer()
Get the 'Customer' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
LoyaltyCertificateNumberGroup |
getTravelInfosLoyaltyCertificateDetail()
Get the 'LoyaltyCertificateNumberGroup' attributeGroup value. |
LoyaltyTravelInfo |
getTravelInfosTravelInfo(int index)
Get 'TravelInfo' element item by position. |
java.util.List<LoyaltyTravelInfo> |
getTravelInfosTravelInfos()
Get the list of 'TravelInfo' element items. |
void |
setCustomer(PersonName customer)
Set the 'Customer' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setTravelInfosLoyaltyCertificateDetail(LoyaltyCertificateNumberGroup travelInfosLoyaltyCertificateDetail)
Set the 'LoyaltyCertificateNumberGroup' attributeGroup value. |
void |
setTravelInfosTravelInfos(java.util.List<LoyaltyTravelInfo> list)
Set the list of 'TravelInfo' element items. |
int |
sizeTravelInfosTravelInfos()
Get the number of 'TravelInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CertificateCreateRQ()
Method Detail |
---|
public PersonName getCustomer()
public void setCustomer(PersonName customer)
customer
- public java.util.List<LoyaltyTravelInfo> getTravelInfosTravelInfos()
public void setTravelInfosTravelInfos(java.util.List<LoyaltyTravelInfo> list)
list
- public int sizeTravelInfosTravelInfos()
public void addTravelInfosTravelInfo(LoyaltyTravelInfo item)
item
- public LoyaltyTravelInfo getTravelInfosTravelInfo(int index)
index
-
public void clearTravelInfosTravelInfos()
public LoyaltyCertificateNumberGroup getTravelInfosLoyaltyCertificateDetail()
public void setTravelInfosLoyaltyCertificateDetail(LoyaltyCertificateNumberGroup travelInfosLoyaltyCertificateDetail)
travelInfosLoyaltyCertificateDetail
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |