org.ota.shared
Class OperationSchedulesPlusCharge.OperationSchedule
java.lang.Object
org.ota.shared.OperationSchedule
org.ota.shared.OperationSchedulePlusCharge
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationSchedulesPlusCharge.OperationSchedule
public OperationSchedulesPlusCharge.OperationSchedule()
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
-