|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.FareInfo
org.ota.air.AirItineraryPricingInfo.FareInfos.FareInfo
public static class AirItineraryPricingInfo.FareInfos.FareInfo
Detailed information on individual priced fares 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="FareInfo" maxOccurs="10"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:FareInfoType"> <xs:sequence> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:attribute type="ns:ActionType" use="optional" name="Operation"/> <xs:attribute type="xs:string" use="optional" name="RPH"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.air.FareInfo |
---|
FareInfo.Date, FareInfo.FareInfoInner, FareInfo.FareReference, FareInfo.RuleInfo |
Constructor Summary | |
---|---|
AirItineraryPricingInfo.FareInfos.FareInfo()
|
Method Summary | |
---|---|
Action |
getOperation()
Get the 'Operation' attribute value. |
java.lang.String |
getRPH()
Get the 'RPH' attribute value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
void |
setOperation(Action operation)
Set the 'Operation' attribute value. |
void |
setRPH(java.lang.String RPH)
Set the 'RPH' attribute value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirItineraryPricingInfo.FareInfos.FareInfo()
Method Detail |
---|
public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
- public Action getOperation()
public void setOperation(Action operation)
operation
- public java.lang.String getRPH()
public void setRPH(java.lang.String RPH)
RPH
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |