org.ota.shared
Class OperationSchedule

java.lang.Object
  extended by org.ota.shared.OperationSchedule
Direct Known Subclasses:
OperationSchedulePlusCharge

public class OperationSchedule
extends java.lang.Object

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

OperationSchedule

public OperationSchedule()
Method Detail

getOperationTimes

public OperationSchedule.OperationTimes getOperationTimes()
Get the 'OperationTimes' element value.

Returns:
value

setOperationTimes

public void setOperationTimes(OperationSchedule.OperationTimes operationTimes)
Set the 'OperationTimes' element value.

Parameters:
operationTimes -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. The date span applicable to the operation schedule.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. The date span applicable to the operation schedule.

Parameters:
dateTimeSpanGroup -