|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.NegotiatedFareAttributes
public class NegotiatedFareAttributes
Attribute collection providing private fare profile. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NegotiatedFareAttributes"> <xs:attribute type="xs:boolean" use="optional" name="NegotiatedFare"/> <xs:attribute type="xs:string" use="optional" name="NegotiatedFareCode"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
NegotiatedFareAttributes()
|
Method Summary | |
---|---|
java.lang.Boolean |
getNegotiatedFare()
Get the 'NegotiatedFare' attribute value. |
java.lang.String |
getNegotiatedFareCode()
Get the 'NegotiatedFareCode' attribute value. |
void |
setNegotiatedFare(java.lang.Boolean negotiatedFare)
Set the 'NegotiatedFare' attribute value. |
void |
setNegotiatedFareCode(java.lang.String negotiatedFareCode)
Set the 'NegotiatedFareCode' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NegotiatedFareAttributes()
Method Detail |
---|
public java.lang.Boolean getNegotiatedFare()
public void setNegotiatedFare(java.lang.Boolean negotiatedFare)
negotiatedFare
- public java.lang.String getNegotiatedFareCode()
public void setNegotiatedFareCode(java.lang.String negotiatedFareCode)
negotiatedFareCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |