|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.PaymentForm.Choice.MiscChargeOrder
public static class PaymentForm.Choice.MiscChargeOrder
Details of a miscellaneous charge order (MCO). 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="MiscChargeOrder">
<xs:complexType>
<xs:attribute type="xs:string" use="optional" name="TicketNumber"/>
<xs:attributeGroup ref="ns:OriginalIssueAttributes"/>
<xs:attribute type="xs:boolean" use="optional" name="PaperMCO_ExistInd"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
PaymentForm.Choice.MiscChargeOrder()
|
|
| Method Summary | |
|---|---|
OriginalIssueAttributes |
getOriginalIssueAttributes()
Get the 'OriginalIssueAttributes' attributeGroup value. |
java.lang.Boolean |
getPaperMCOExistInd()
Get the 'PaperMCO_ExistInd' attribute value. |
java.lang.String |
getTicketNumber()
Get the 'TicketNumber' attribute value. |
void |
setOriginalIssueAttributes(OriginalIssueAttributes originalIssueAttributes)
Set the 'OriginalIssueAttributes' attributeGroup value. |
void |
setPaperMCOExistInd(java.lang.Boolean paperMCOExistInd)
Set the 'PaperMCO_ExistInd' attribute value. |
void |
setTicketNumber(java.lang.String ticketNumber)
Set the 'TicketNumber' 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.MiscChargeOrder()
| Method Detail |
|---|
public java.lang.String getTicketNumber()
public void setTicketNumber(java.lang.String ticketNumber)
ticketNumber - public OriginalIssueAttributes getOriginalIssueAttributes()
public void setOriginalIssueAttributes(OriginalIssueAttributes originalIssueAttributes)
originalIssueAttributes - public java.lang.Boolean getPaperMCOExistInd()
public void setPaperMCOExistInd(java.lang.Boolean paperMCOExistInd)
paperMCOExistInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||