|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.OperationSchedule
public class OperationSchedule
Details of an operating schedule (e.g. a golf tee time may be more expensive during peak hours v. off peak hours). Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OperationScheduleType">
<xs:sequence>
<xs:element name="OperationTimes" minOccurs="0">
<!-- Reference to inner class OperationTimes -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
OperationSchedule.OperationTimes
A collection of OperationTimes. |
| Constructor Summary | |
|---|---|
OperationSchedule()
|
|
| Method Summary | |
|---|---|
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
OperationSchedule.OperationTimes |
getOperationTimes()
Get the 'OperationTimes' element value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setOperationTimes(OperationSchedule.OperationTimes operationTimes)
Set the 'OperationTimes' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OperationSchedule()
| Method Detail |
|---|
public OperationSchedule.OperationTimes getOperationTimes()
public void setOperationTimes(OperationSchedule.OperationTimes operationTimes)
operationTimes - public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||