org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.OperationSchedules

java.lang.Object
  extended by org.ota.shared.OperationSchedules
      extended by org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.OperationSchedules
Enclosing class:
LocDetailsNotifRQ.LocationDetail

public static class LocDetailsNotifRQ.LocationDetail.OperationSchedules
extends OperationSchedules

A collection of operation schedule information. 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="OperationSchedules" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:OperationSchedulesType">
         <xs:attribute type="xs:string" use="optional" name="PolicyNumber"/>
         <xs:attribute type="xs:string" use="optional" name="Text"/>
         <xs:attribute type="ns:ActionType" use="optional" name="Action"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
LocDetailsNotifRQ.LocationDetail.OperationSchedules()
           
 
Method Summary
 Action getAction()
          Get the 'Action' attribute value.
 java.lang.String getPolicyNumber()
          Get the 'PolicyNumber' attribute value.
 java.lang.String getText()
          Get the 'Text' attribute value.
 void setAction(Action action)
          Set the 'Action' attribute value.
 void setPolicyNumber(java.lang.String policyNumber)
          Set the 'PolicyNumber' attribute value.
 void setText(java.lang.String text)
          Set the 'Text' attribute value.
 
Methods inherited from class org.ota.shared.OperationSchedules
addOperationSchedule, clearOperationSchedules, getDateTimeSpanGroup, getOperationSchedule, getOperationSchedules, setDateTimeSpanGroup, setOperationSchedules, sizeOperationSchedules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocDetailsNotifRQ.LocationDetail.OperationSchedules

public LocDetailsNotifRQ.LocationDetail.OperationSchedules()
Method Detail

getPolicyNumber

public java.lang.String getPolicyNumber()
Get the 'PolicyNumber' attribute value. The policy number for this information.

Returns:
value

setPolicyNumber

public void setPolicyNumber(java.lang.String policyNumber)
Set the 'PolicyNumber' attribute value. The policy number for this information.

Parameters:
policyNumber -

getText

public java.lang.String getText()
Get the 'Text' attribute value. Free text information concerning the hours of operation.

Returns:
value

setText

public void setText(java.lang.String text)
Set the 'Text' attribute value. Free text information concerning the hours of operation.

Parameters:
text -

getAction

public Action getAction()
Get the 'Action' attribute value. To specify if the action to be taken is a replacement, addition, deletion, or update.

Returns:
value

setAction

public void setAction(Action action)
Set the 'Action' attribute value. To specify if the action to be taken is a replacement, addition, deletion, or update.

Parameters:
action -