|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.GlobalDirectionGroup
public class GlobalDirectionGroup
The global direction and maximum permitted miles for the fare. 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="GlobalDirectionGroup"> <xs:attribute type="ns:GlobalIndicatorType" use="optional" name="GlobalIndicatorCode"/> <xs:attribute type="xs:int" use="optional" name="MaximumPermittedMileage"/> <xs:attribute type="xs:boolean" use="optional" name="IncludeIndicator"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
GlobalDirectionGroup()
|
Method Summary | |
---|---|
GlobalIndicator |
getGlobalIndicatorCode()
Get the 'GlobalIndicatorCode' attribute value. |
java.lang.Boolean |
getIncludeIndicator()
Get the 'IncludeIndicator' attribute value. |
java.lang.Integer |
getMaximumPermittedMileage()
Get the 'MaximumPermittedMileage' attribute value. |
void |
setGlobalIndicatorCode(GlobalIndicator globalIndicatorCode)
Set the 'GlobalIndicatorCode' attribute value. |
void |
setIncludeIndicator(java.lang.Boolean includeIndicator)
Set the 'IncludeIndicator' attribute value. |
void |
setMaximumPermittedMileage(java.lang.Integer maximumPermittedMileage)
Set the 'MaximumPermittedMileage' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlobalDirectionGroup()
Method Detail |
---|
public GlobalIndicator getGlobalIndicatorCode()
public void setGlobalIndicatorCode(GlobalIndicator globalIndicatorCode)
globalIndicatorCode
- public java.lang.Integer getMaximumPermittedMileage()
public void setMaximumPermittedMileage(java.lang.Integer maximumPermittedMileage)
maximumPermittedMileage
- public java.lang.Boolean getIncludeIndicator()
public void setIncludeIndicator(java.lang.Boolean includeIndicator)
includeIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |