|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.FareRuleResponseInfo.AdvisoryInfo
public static class FareRuleResponseInfo.AdvisoryInfo
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 |
---|
public FareRuleResponseInfo.AdvisoryInfo()
Method Detail |
---|
public FreeText getFreeText()
public void setFreeText(FreeText freeText)
freeText
- public java.lang.String getAdvisoryCode()
public void setAdvisoryCode(java.lang.String advisoryCode)
advisoryCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |