org.ota.shared
Class OperationSchedulesPlusCharge.OperationSchedule

java.lang.Object
  extended by org.ota.shared.OperationSchedule
      extended by org.ota.shared.OperationSchedulePlusCharge
          extended by org.ota.shared.OperationSchedulesPlusCharge.OperationSchedule
Enclosing class:
OperationSchedulesPlusCharge

public static class OperationSchedulesPlusCharge.OperationSchedule
extends OperationSchedulePlusCharge

The OperationSchedule class defines details the dates and hours of operation. 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="OperationSchedule" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:OperationSchedulePlusChargeType">
         <xs:attribute type="xs:string" use="optional" name="Name"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.OperationSchedule
OperationSchedule.OperationTimes
 
Constructor Summary
OperationSchedulesPlusCharge.OperationSchedule()
           
 
Method Summary
 java.lang.String getName()
          Get the 'Name' attribute value.
 void setName(java.lang.String name)
          Set the 'Name' attribute value.
 
Methods inherited from class org.ota.shared.OperationSchedulePlusCharge
addCharge, clearCharges, getCharge, getCharges, setCharges, sizeCharges
 
Methods inherited from class org.ota.shared.OperationSchedule
getDateTimeSpanGroup, getOperationTimes, setDateTimeSpanGroup, setOperationTimes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationSchedulesPlusCharge.OperationSchedule

public OperationSchedulesPlusCharge.OperationSchedule()
Method Detail

getName

public java.lang.String getName()
Get the 'Name' attribute value. Used to provide a name for a sub-operation (e.g. an activity or event).

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value. Used to provide a name for a sub-operation (e.g. an activity or event).

Parameters:
name -