org.ota.air
Class FareRuleResponseInfo.AdvisoryInfo

java.lang.Object
  extended by org.ota.air.FareRuleResponseInfo.AdvisoryInfo
Enclosing class:
FareRuleResponseInfo

public static class FareRuleResponseInfo.AdvisoryInfo
extends java.lang.Object

Advisory information that applies to all the rule 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="AdvisoryInfo" minOccurs="0" maxOccurs="15">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:FreeTextType">
         <xs:attribute type="xs:string" use="optional" name="AdvisoryCode"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareRuleResponseInfo.AdvisoryInfo()
           
 
Method Summary
 java.lang.String getAdvisoryCode()
          Get the 'AdvisoryCode' attribute value.
 FreeText getFreeText()
          Get the extension value.
 void setAdvisoryCode(java.lang.String advisoryCode)
          Set the 'AdvisoryCode' attribute value.
 void setFreeText(FreeText freeText)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareRuleResponseInfo.AdvisoryInfo

public FareRuleResponseInfo.AdvisoryInfo()
Method Detail

getFreeText

public FreeText getFreeText()
Get the extension value.

Returns:
value

setFreeText

public void setFreeText(FreeText freeText)
Set the extension value.

Parameters:
freeText -

getAdvisoryCode

public java.lang.String getAdvisoryCode()
Get the 'AdvisoryCode' attribute value. Specifies the type of advisory information.

Returns:
value

setAdvisoryCode

public void setAdvisoryCode(java.lang.String advisoryCode)
Set the 'AdvisoryCode' attribute value. Specifies the type of advisory information.

Parameters:
advisoryCode -