|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleRentalDetails.ConditionReport
public static class VehicleRentalDetails.ConditionReport
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 |
|---|
public VehicleRentalDetails.ConditionReport()
| Method Detail |
|---|
public FormattedTextText getFormattedTextText()
public void setFormattedTextText(FormattedTextText formattedTextText)
formattedTextText - public VehicleRentalDetails.ConditionReport.Condition getCondition()
public void setCondition(VehicleRentalDetails.ConditionReport.Condition condition)
condition -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||