|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirCheckIn.FlightInfo.ArrivalInformation
public static class AirCheckIn.FlightInfo.ArrivalInformation
Specifies arrival information for a flight. 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="ArrivalInformation" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:string" use="optional" name="DateOfArrival"/> <xs:attribute type="ns:DayOfWeekType" use="optional" name="DayOfWeek"/> <xs:attribute type="xs:time" use="optional" name="ScheduledArrivalTime"/> <xs:attribute use="optional" name="DateChangeIdentifier"> <xs:simpleType> <!-- Reference to inner class DateChangeIdentifier --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="LocationName"/> <xs:attributeGroup ref="ns:AirportLocationGroup"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AirCheckIn.FlightInfo.ArrivalInformation.DateChangeIdentifier
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
AirCheckIn.FlightInfo.ArrivalInformation()
|
Method Summary | |
---|---|
AirportLocationGroup |
getAirportLocationGroup()
Get the 'AirportLocationGroup' attributeGroup value. |
AirCheckIn.FlightInfo.ArrivalInformation.DateChangeIdentifier |
getDateChangeIdentifier()
Get the 'DateChangeIdentifier' attribute value. |
java.lang.String |
getDateOfArrival()
Get the 'DateOfArrival' attribute value. |
DayOfWeek |
getDayOfWeek()
Get the 'DayOfWeek' attribute value. |
java.lang.String |
getLocationName()
Get the 'LocationName' attribute value. |
java.sql.Time |
getScheduledArrivalTime()
Get the 'ScheduledArrivalTime' attribute value. |
void |
setAirportLocationGroup(AirportLocationGroup airportLocationGroup)
Set the 'AirportLocationGroup' attributeGroup value. |
void |
setDateChangeIdentifier(AirCheckIn.FlightInfo.ArrivalInformation.DateChangeIdentifier dateChangeIdentifier)
Set the 'DateChangeIdentifier' attribute value. |
void |
setDateOfArrival(java.lang.String dateOfArrival)
Set the 'DateOfArrival' attribute value. |
void |
setDayOfWeek(DayOfWeek dayOfWeek)
Set the 'DayOfWeek' attribute value. |
void |
setLocationName(java.lang.String locationName)
Set the 'LocationName' attribute value. |
void |
setScheduledArrivalTime(java.sql.Time scheduledArrivalTime)
Set the 'ScheduledArrivalTime' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirCheckIn.FlightInfo.ArrivalInformation()
Method Detail |
---|
public java.lang.String getDateOfArrival()
public void setDateOfArrival(java.lang.String dateOfArrival)
dateOfArrival
- public DayOfWeek getDayOfWeek()
public void setDayOfWeek(DayOfWeek dayOfWeek)
dayOfWeek
- public java.sql.Time getScheduledArrivalTime()
public void setScheduledArrivalTime(java.sql.Time scheduledArrivalTime)
scheduledArrivalTime
- public AirCheckIn.FlightInfo.ArrivalInformation.DateChangeIdentifier getDateChangeIdentifier()
public void setDateChangeIdentifier(AirCheckIn.FlightInfo.ArrivalInformation.DateChangeIdentifier dateChangeIdentifier)
dateChangeIdentifier
- public java.lang.String getLocationName()
public void setLocationName(java.lang.String locationName)
locationName
- public AirportLocationGroup getAirportLocationGroup()
public void setAirportLocationGroup(AirportLocationGroup airportLocationGroup)
airportLocationGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |