|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.PriceRequestInformation.NegotiatedFareCode
public static class PriceRequestInformation.NegotiatedFareCode
Contains negotiated fare code information. 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="NegotiatedFareCode" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="ns:CodeListAirGroup"/>
<xs:attribute type="xs:string" use="optional" name="TicketDesignatorCode"/>
<xs:attribute type="xs:boolean" use="optional" name="OverrideRuleInd"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CodeListAirGroup">
<xs:attributeGroup ref="ns:CodeListGroup"/>
<xs:attribute type="xs:string" use="optional" name="SecondaryCode"/>
<xs:attribute type="xs:string" use="optional" name="SupplierCode"/>
</xs:attributeGroup>
| Constructor Summary | |
|---|---|
PriceRequestInformation.NegotiatedFareCode()
|
|
| Method Summary | |
|---|---|
CodeListGroup |
getCodeListGroup()
Get the 'CodeListGroup' attributeGroup value. |
java.lang.Boolean |
getOverrideRuleInd()
Get the 'OverrideRuleInd' attribute value. |
java.lang.String |
getSecondaryCode()
Get the 'SecondaryCode' attribute value. |
java.lang.String |
getString()
Get the extension value. |
java.lang.String |
getSupplierCode()
Get the 'SupplierCode' attribute value. |
java.lang.String |
getTicketDesignatorCode()
Get the 'TicketDesignatorCode' attribute value. |
void |
setCodeListGroup(CodeListGroup codeListGroup)
Set the 'CodeListGroup' attributeGroup value. |
void |
setOverrideRuleInd(java.lang.Boolean overrideRuleInd)
Set the 'OverrideRuleInd' attribute value. |
void |
setSecondaryCode(java.lang.String secondaryCode)
Set the 'SecondaryCode' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
void |
setSupplierCode(java.lang.String supplierCode)
Set the 'SupplierCode' attribute value. |
void |
setTicketDesignatorCode(java.lang.String ticketDesignatorCode)
Set the 'TicketDesignatorCode' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PriceRequestInformation.NegotiatedFareCode()
| Method Detail |
|---|
public java.lang.String getString()
public void setString(java.lang.String string)
string - public CodeListGroup getCodeListGroup()
public void setCodeListGroup(CodeListGroup codeListGroup)
codeListGroup - public java.lang.String getSecondaryCode()
public void setSecondaryCode(java.lang.String secondaryCode)
secondaryCode - public java.lang.String getSupplierCode()
public void setSupplierCode(java.lang.String supplierCode)
supplierCode - public java.lang.String getTicketDesignatorCode()
public void setTicketDesignatorCode(java.lang.String ticketDesignatorCode)
ticketDesignatorCode - public java.lang.Boolean getOverrideRuleInd()
public void setOverrideRuleInd(java.lang.Boolean overrideRuleInd)
overrideRuleInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||