|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.PaymentForm.Choice.LoyaltyRedemption.LoyaltyCertificate
public static class PaymentForm.Choice.LoyaltyRedemption.LoyaltyCertificate
A certificate may be needed in order to redeem miles or points. Certificates may be used in combination with each other as part of a reservation. 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="LoyaltyCertificate" minOccurs="0" maxOccurs="9"> <xs:complexType> <xs:attributeGroup ref="ns:LoyaltyCertificateGroup"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LoyaltyCertificateGroup"> <xs:attributeGroup ref="ns:ID_OptionalGroup"/> <xs:attribute type="xs:string" use="optional" name="ID_Context"/> <xs:attributeGroup ref="ns:LoyaltyCertificateNumberGroup"/> <xs:attributeGroup ref="ns:EffectiveExpireOptionalDateGroup"/> <xs:attribute type="xs:int" use="optional" name="NmbrOfNights"/> <xs:attribute use="optional" name="Format"> <xs:simpleType> <!-- Reference to inner class Format --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="Status"/> </xs:attributeGroup> <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 | |
---|---|
static class |
PaymentForm.Choice.LoyaltyRedemption.LoyaltyCertificate.Format
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
PaymentForm.Choice.LoyaltyRedemption.LoyaltyCertificate()
|
Method Summary | |
---|---|
EffectiveExpireOptionalDateGroup |
getEffectiveExpireOptionalDateGroup()
Get the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
PaymentForm.Choice.LoyaltyRedemption.LoyaltyCertificate.Format |
getFormat()
Get the 'Format' attribute value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
java.lang.String |
getIDContext()
Get the 'ID_Context' attribute value. |
LoyaltyCertificateNumberGroup |
getLoyaltyCertificateNumberGroup()
Get the 'LoyaltyCertificateNumberGroup' attributeGroup value. |
java.lang.Integer |
getNmbrOfNights()
Get the 'NmbrOfNights' attribute value. |
java.lang.String |
getStatus()
Get the 'Status' attribute value. |
void |
setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
Set the 'EffectiveExpireOptionalDateGroup' attributeGroup value. |
void |
setFormat(PaymentForm.Choice.LoyaltyRedemption.LoyaltyCertificate.Format format)
Set the 'Format' attribute value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setIDContext(java.lang.String IDContext)
Set the 'ID_Context' attribute value. |
void |
setLoyaltyCertificateNumberGroup(LoyaltyCertificateNumberGroup loyaltyCertificateNumberGroup)
Set the 'LoyaltyCertificateNumberGroup' attributeGroup value. |
void |
setNmbrOfNights(java.lang.Integer nmbrOfNights)
Set the 'NmbrOfNights' attribute value. |
void |
setStatus(java.lang.String status)
Set the 'Status' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaymentForm.Choice.LoyaltyRedemption.LoyaltyCertificate()
Method Detail |
---|
public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public java.lang.String getIDContext()
public void setIDContext(java.lang.String IDContext)
IDContext
- public LoyaltyCertificateNumberGroup getLoyaltyCertificateNumberGroup()
public void setLoyaltyCertificateNumberGroup(LoyaltyCertificateNumberGroup loyaltyCertificateNumberGroup)
loyaltyCertificateNumberGroup
- public EffectiveExpireOptionalDateGroup getEffectiveExpireOptionalDateGroup()
public void setEffectiveExpireOptionalDateGroup(EffectiveExpireOptionalDateGroup effectiveExpireOptionalDateGroup)
effectiveExpireOptionalDateGroup
- public java.lang.Integer getNmbrOfNights()
public void setNmbrOfNights(java.lang.Integer nmbrOfNights)
nmbrOfNights
- public PaymentForm.Choice.LoyaltyRedemption.LoyaltyCertificate.Format getFormat()
public void setFormat(PaymentForm.Choice.LoyaltyRedemption.LoyaltyCertificate.Format format)
format
- public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |