org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.AgeRequirements
java.lang.Object
org.ota.vehicle.VehicleAgeRequirements
org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.AgeRequirements
- Enclosing class:
- LocDetailsNotifRQ.LocationDetail
public static class LocDetailsNotifRQ.LocationDetail.AgeRequirements
- extends VehicleAgeRequirements
Age requirement information for this car rental location.
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="AgeRequirements" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:VehicleAgeRequirementsType">
<xs:attribute type="ns:ActionType" use="optional" name="Action"/>
<xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocDetailsNotifRQ.LocationDetail.AgeRequirements
public LocDetailsNotifRQ.LocationDetail.AgeRequirements()
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
-
getDateTimeSpanGroup
public DateTimeSpanGroup getDateTimeSpanGroup()
- Get the 'DateTimeSpanGroup' attributeGroup value. The effective and discontinue dates for the age requirement.
- Returns:
- value
setDateTimeSpanGroup
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
- Set the 'DateTimeSpanGroup' attributeGroup value. The effective and discontinue dates for the age requirement.
- Parameters:
dateTimeSpanGroup
-