|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.PaymentForm
public class PaymentForm
Ways of providing funds and guarantees for travel by the individual. 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="PaymentFormType"> <xs:choice minOccurs="0"> <!-- Reference to inner class Choice --> </xs:choice> <xs:attributeGroup ref="ns:PrivacyGroup"/> <xs:attribute type="xs:string" use="optional" name="CostCenterID"/> <xs:attribute type="xs:string" use="optional" name="RPH"/> <xs:attribute use="optional" name="PaymentTransactionTypeCode"> <xs:simpleType> <!-- Reference to inner class PaymentTransactionTypeCode --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:boolean" use="optional" name="GuaranteeIndicator"/> <xs:attribute type="xs:string" use="optional" name="GuaranteeTypeCode"/> <xs:attribute type="xs:string" use="optional" name="GuaranteeID"/> <xs:attribute type="xs:string" use="optional" name="Remark"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
PaymentForm.Choice
Schema fragment(s) for this class: |
static class |
PaymentForm.PaymentTransactionTypeCode
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
PaymentForm()
|
Method Summary | |
---|---|
PaymentForm.Choice |
getChoice()
Get the choice value. |
java.lang.String |
getCostCenterID()
Get the 'CostCenterID' attribute value. |
java.lang.String |
getGuaranteeID()
Get the 'GuaranteeID' attribute value. |
java.lang.Boolean |
getGuaranteeIndicator()
Get the 'GuaranteeIndicator' attribute value. |
java.lang.String |
getGuaranteeTypeCode()
Get the 'GuaranteeTypeCode' attribute value. |
PaymentForm.PaymentTransactionTypeCode |
getPaymentTransactionTypeCode()
Get the 'PaymentTransactionTypeCode' attribute value. |
PrivacyGroup |
getPrivacyGroup()
Get the 'PrivacyGroup' attributeGroup value. |
java.lang.String |
getRemark()
Get the 'Remark' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
void |
setChoice(PaymentForm.Choice choice)
Set the choice value. |
void |
setCostCenterID(java.lang.String costCenterID)
Set the 'CostCenterID' attribute value. |
void |
setGuaranteeID(java.lang.String guaranteeID)
Set the 'GuaranteeID' attribute value. |
void |
setGuaranteeIndicator(java.lang.Boolean guaranteeIndicator)
Set the 'GuaranteeIndicator' attribute value. |
void |
setGuaranteeTypeCode(java.lang.String guaranteeTypeCode)
Set the 'GuaranteeTypeCode' attribute value. |
void |
setPaymentTransactionTypeCode(PaymentForm.PaymentTransactionTypeCode paymentTransactionTypeCode)
Set the 'PaymentTransactionTypeCode' attribute value. |
void |
setPrivacyGroup(PrivacyGroup privacyGroup)
Set the 'PrivacyGroup' attributeGroup value. |
void |
setRemark(java.lang.String remark)
Set the 'Remark' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaymentForm()
Method Detail |
---|
public PaymentForm.Choice getChoice()
public void setChoice(PaymentForm.Choice choice)
choice
- public PrivacyGroup getPrivacyGroup()
public void setPrivacyGroup(PrivacyGroup privacyGroup)
privacyGroup
- public java.lang.String getCostCenterID()
public void setCostCenterID(java.lang.String costCenterID)
costCenterID
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
- public PaymentForm.PaymentTransactionTypeCode getPaymentTransactionTypeCode()
public void setPaymentTransactionTypeCode(PaymentForm.PaymentTransactionTypeCode paymentTransactionTypeCode)
paymentTransactionTypeCode
- public java.lang.Boolean getGuaranteeIndicator()
public void setGuaranteeIndicator(java.lang.Boolean guaranteeIndicator)
guaranteeIndicator
- public java.lang.String getGuaranteeTypeCode()
public void setGuaranteeTypeCode(java.lang.String guaranteeTypeCode)
guaranteeTypeCode
- public java.lang.String getGuaranteeID()
public void setGuaranteeID(java.lang.String guaranteeID)
guaranteeID
- public java.lang.String getRemark()
public void setRemark(java.lang.String remark)
remark
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |