org.ota.air
Class NegotiatedFareAttributes

java.lang.Object
  extended by org.ota.air.NegotiatedFareAttributes

public class NegotiatedFareAttributes
extends java.lang.Object

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

NegotiatedFareAttributes

public NegotiatedFareAttributes()
Method Detail

getNegotiatedFare

public java.lang.Boolean getNegotiatedFare()
Get the 'NegotiatedFare' attribute value. Indicator to show if this is a private fare. false

Returns:
value

setNegotiatedFare

public void setNegotiatedFare(java.lang.Boolean negotiatedFare)
Set the 'NegotiatedFare' attribute value. Indicator to show if this is a private fare. false

Parameters:
negotiatedFare -

getNegotiatedFareCode

public java.lang.String getNegotiatedFareCode()
Get the 'NegotiatedFareCode' attribute value. Code used to identify the private fare.

Returns:
value

setNegotiatedFareCode

public void setNegotiatedFareCode(java.lang.String negotiatedFareCode)
Set the 'NegotiatedFareCode' attribute value. Code used to identify the private fare.

Parameters:
negotiatedFareCode -