|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleCharge.MinMax
public static class VehicleCharge.MinMax
Information on any minimum or maximum amounts, if appropriate. 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="MinMax" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:float" use="optional" name="MaxCharge"/> <xs:attribute type="xs:float" use="optional" name="MinCharge"/> <xs:attribute type="xs:int" use="optional" name="MaxChargeDays"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
VehicleCharge.MinMax()
|
Method Summary | |
---|---|
java.lang.Float |
getMaxCharge()
Get the 'MaxCharge' attribute value. |
java.lang.Integer |
getMaxChargeDays()
Get the 'MaxChargeDays' attribute value. |
java.lang.Float |
getMinCharge()
Get the 'MinCharge' attribute value. |
void |
setMaxCharge(java.lang.Float maxCharge)
Set the 'MaxCharge' attribute value. |
void |
setMaxChargeDays(java.lang.Integer maxChargeDays)
Set the 'MaxChargeDays' attribute value. |
void |
setMinCharge(java.lang.Float minCharge)
Set the 'MinCharge' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleCharge.MinMax()
Method Detail |
---|
public java.lang.Float getMaxCharge()
public void setMaxCharge(java.lang.Float maxCharge)
maxCharge
- public java.lang.Float getMinCharge()
public void setMinCharge(java.lang.Float minCharge)
minCharge
- public java.lang.Integer getMaxChargeDays()
public void setMaxChargeDays(java.lang.Integer maxChargeDays)
maxChargeDays
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |