org.ota.vehicle
Class VehicleRentalDetails.ConditionReport

java.lang.Object
  extended by org.ota.vehicle.VehicleRentalDetails.ConditionReport
Enclosing class:
VehicleRentalDetails

public static class VehicleRentalDetails.ConditionReport
extends java.lang.Object

Used to describe condition of a vehicle (e.g., scratches, broken tail light). It is not intended for insurance purposes. 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="ConditionReport" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:FormattedTextTextType">
         <xs:attribute use="optional" name="Condition">
           <xs:simpleType>
             <!-- Reference to inner class Condition -->
           </xs:simpleType>
         </xs:attribute>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class VehicleRentalDetails.ConditionReport.Condition
          Schema fragment(s) for this class:
 
Constructor Summary
VehicleRentalDetails.ConditionReport()
           
 
Method Summary
 VehicleRentalDetails.ConditionReport.Condition getCondition()
          Get the 'Condition' attribute value.
 FormattedTextText getFormattedTextText()
          Get the extension value.
 void setCondition(VehicleRentalDetails.ConditionReport.Condition condition)
          Set the 'Condition' attribute value.
 void setFormattedTextText(FormattedTextText formattedTextText)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleRentalDetails.ConditionReport

public VehicleRentalDetails.ConditionReport()
Method Detail

getFormattedTextText

public FormattedTextText getFormattedTextText()
Get the extension value.

Returns:
value

setFormattedTextText

public void setFormattedTextText(FormattedTextText formattedTextText)
Set the extension value.

Parameters:
formattedTextText -

getCondition

public VehicleRentalDetails.ConditionReport.Condition getCondition()
Get the 'Condition' attribute value. Provides an overview of the condition of the vehicle.

Returns:
value

setCondition

public void setCondition(VehicleRentalDetails.ConditionReport.Condition condition)
Set the 'Condition' attribute value. Provides an overview of the condition of the vehicle.

Parameters:
condition -