|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.LocDetailsNotifRQ.LocationDetail.ShuttleInfo
public static class LocDetailsNotifRQ.LocationDetail.ShuttleInfo
The shuttle information for this location. 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="ShuttleInfo" minOccurs="0" maxOccurs="5"> <xs:complexType> <xs:sequence> <xs:element name="ShuttleDesc" minOccurs="0" maxOccurs="6"> <!-- Reference to inner class ShuttleDesc --> </xs:element> </xs:sequence> <xs:attribute use="optional" name="Type"> <xs:simpleType> <!-- Reference to inner class Type --> </xs:simpleType> </xs:attribute> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attribute type="ns:ActionType" use="optional" name="Action"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc
The type of shuttle information and a description. |
static class |
LocDetailsNotifRQ.LocationDetail.ShuttleInfo.Type
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
LocDetailsNotifRQ.LocationDetail.ShuttleInfo()
|
Method Summary | |
---|---|
void |
addShuttleDesc(LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc item)
Add a 'ShuttleDesc' element item. |
void |
clearShuttleDescs()
Remove all 'ShuttleDesc' element items. |
Action |
getAction()
Get the 'Action' attribute value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc |
getShuttleDesc(int index)
Get 'ShuttleDesc' element item by position. |
java.util.List<LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc> |
getShuttleDescs()
Get the list of 'ShuttleDesc' element items. |
LocDetailsNotifRQ.LocationDetail.ShuttleInfo.Type |
getType()
Get the 'Type' attribute value. |
void |
setAction(Action action)
Set the 'Action' attribute value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setShuttleDescs(java.util.List<LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc> list)
Set the list of 'ShuttleDesc' element items. |
void |
setType(LocDetailsNotifRQ.LocationDetail.ShuttleInfo.Type type)
Set the 'Type' attribute value. |
int |
sizeShuttleDescs()
Get the number of 'ShuttleDesc' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocDetailsNotifRQ.LocationDetail.ShuttleInfo()
Method Detail |
---|
public java.util.List<LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc> getShuttleDescs()
public void setShuttleDescs(java.util.List<LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc> list)
list
- public int sizeShuttleDescs()
public void addShuttleDesc(LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc item)
item
- public LocDetailsNotifRQ.LocationDetail.ShuttleInfo.ShuttleDesc getShuttleDesc(int index)
index
-
public void clearShuttleDescs()
public LocDetailsNotifRQ.LocationDetail.ShuttleInfo.Type getType()
public void setType(LocDetailsNotifRQ.LocationDetail.ShuttleInfo.Type type)
type
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public Action getAction()
public void setAction(Action action)
action
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |