|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.OriginDestinationInformation.ConnectionLocations.ConnectionLocation
public static class OriginDestinationInformation.ConnectionLocations.ConnectionLocation
Specifies a connection location, preference level, min connection time, and whether the location is allowed for stopping or changing. 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="ConnectionLocation" maxOccurs="9"> <xs:complexType> <xs:simpleContent> <xs:extension base="ns:LocationType"> <xs:attribute type="xs:boolean" use="optional" name="Inclusive"/> <xs:attributeGroup ref="ns:PreferLevelGroup"/> <xs:attribute type="xs:int" use="optional" name="MinChangeTime"/> <xs:attribute use="optional" name="ConnectionInfo"> <xs:simpleType> <!-- Reference to inner class ConnectionInfo --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:boolean" use="optional" name="MultiAirportCityInd"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreferLevelGroup"> <xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/> </xs:attributeGroup>
Nested Class Summary | |
---|---|
static class |
OriginDestinationInformation.ConnectionLocations.ConnectionLocation.ConnectionInfo
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
OriginDestinationInformation.ConnectionLocations.ConnectionLocation()
|
Method Summary | |
---|---|
OriginDestinationInformation.ConnectionLocations.ConnectionLocation.ConnectionInfo |
getConnectionInfo()
Get the 'ConnectionInfo' attribute value. |
java.lang.Boolean |
getInclusive()
Get the 'Inclusive' attribute value. |
Location |
getLocation()
Get the extension value. |
java.lang.Integer |
getMinChangeTime()
Get the 'MinChangeTime' attribute value. |
java.lang.Boolean |
getMultiAirportCityInd()
Get the 'MultiAirportCityInd' attribute value. |
PreferLevel |
getPreferLevel()
Get the 'PreferLevel' attribute value. |
void |
setConnectionInfo(OriginDestinationInformation.ConnectionLocations.ConnectionLocation.ConnectionInfo connectionInfo)
Set the 'ConnectionInfo' attribute value. |
void |
setInclusive(java.lang.Boolean inclusive)
Set the 'Inclusive' attribute value. |
void |
setLocation(Location location)
Set the extension value. |
void |
setMinChangeTime(java.lang.Integer minChangeTime)
Set the 'MinChangeTime' attribute value. |
void |
setMultiAirportCityInd(java.lang.Boolean multiAirportCityInd)
Set the 'MultiAirportCityInd' attribute value. |
void |
setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OriginDestinationInformation.ConnectionLocations.ConnectionLocation()
Method Detail |
---|
public Location getLocation()
public void setLocation(Location location)
location
- public java.lang.Boolean getInclusive()
public void setInclusive(java.lang.Boolean inclusive)
inclusive
- public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel
- public java.lang.Integer getMinChangeTime()
public void setMinChangeTime(java.lang.Integer minChangeTime)
minChangeTime
- public OriginDestinationInformation.ConnectionLocations.ConnectionLocation.ConnectionInfo getConnectionInfo()
public void setConnectionInfo(OriginDestinationInformation.ConnectionLocations.ConnectionLocation.ConnectionInfo connectionInfo)
connectionInfo
- public java.lang.Boolean getMultiAirportCityInd()
public void setMultiAirportCityInd(java.lang.Boolean multiAirportCityInd)
multiAirportCityInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |