public class Charge extends Object
Java class for Charge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Charge">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="charge" type="{http://datex2.eu/schema/2/2_0}AmountOfMoney"/>
<element name="chargeInterval" type="{http://datex2.eu/schema/2/2_0}Seconds" minOccurs="0"/>
<element name="chargeType" type="{http://datex2.eu/schema/2/2_0}ChargeTypeEnum" minOccurs="0"/>
<element name="chargeTypeDescription" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="maxIterationsOfCharge" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="minIterationsOfCharge" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="chargeOrderIndex" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="timePeriodOfDay" type="{http://datex2.eu/schema/2/2_0}TimePeriodOfDay" minOccurs="0"/>
<element name="chargeExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
charge |
protected ExtensionType |
chargeExtension |
protected Float |
chargeInterval |
protected Long |
chargeOrderIndex |
protected ChargeTypeEnum |
chargeType |
protected MultilingualString |
chargeTypeDescription |
protected Long |
maxIterationsOfCharge |
protected Long |
minIterationsOfCharge |
protected TimePeriodOfDay |
timePeriodOfDay |
| Constructor and Description |
|---|
Charge() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCharge()
Gets the value of the charge property.
|
ExtensionType |
getChargeExtension()
Gets the value of the chargeExtension property.
|
Float |
getChargeInterval()
Gets the value of the chargeInterval property.
|
Long |
getChargeOrderIndex()
Gets the value of the chargeOrderIndex property.
|
ChargeTypeEnum |
getChargeType()
Gets the value of the chargeType property.
|
MultilingualString |
getChargeTypeDescription()
Gets the value of the chargeTypeDescription property.
|
Long |
getMaxIterationsOfCharge()
Gets the value of the maxIterationsOfCharge property.
|
Long |
getMinIterationsOfCharge()
Gets the value of the minIterationsOfCharge property.
|
TimePeriodOfDay |
getTimePeriodOfDay()
Gets the value of the timePeriodOfDay property.
|
void |
setCharge(BigDecimal value)
Sets the value of the charge property.
|
void |
setChargeExtension(ExtensionType value)
Sets the value of the chargeExtension property.
|
void |
setChargeInterval(Float value)
Sets the value of the chargeInterval property.
|
void |
setChargeOrderIndex(Long value)
Sets the value of the chargeOrderIndex property.
|
void |
setChargeType(ChargeTypeEnum value)
Sets the value of the chargeType property.
|
void |
setChargeTypeDescription(MultilingualString value)
Sets the value of the chargeTypeDescription property.
|
void |
setMaxIterationsOfCharge(Long value)
Sets the value of the maxIterationsOfCharge property.
|
void |
setMinIterationsOfCharge(Long value)
Sets the value of the minIterationsOfCharge property.
|
void |
setTimePeriodOfDay(TimePeriodOfDay value)
Sets the value of the timePeriodOfDay property.
|
protected BigDecimal charge
protected Float chargeInterval
protected ChargeTypeEnum chargeType
protected MultilingualString chargeTypeDescription
protected Long maxIterationsOfCharge
protected Long minIterationsOfCharge
protected Long chargeOrderIndex
protected TimePeriodOfDay timePeriodOfDay
protected ExtensionType chargeExtension
public BigDecimal getCharge()
BigDecimalpublic void setCharge(BigDecimal value)
value - allowed object is
BigDecimalpublic Float getChargeInterval()
Floatpublic void setChargeInterval(Float value)
value - allowed object is
Floatpublic ChargeTypeEnum getChargeType()
ChargeTypeEnumpublic void setChargeType(ChargeTypeEnum value)
value - allowed object is
ChargeTypeEnumpublic MultilingualString getChargeTypeDescription()
MultilingualStringpublic void setChargeTypeDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic Long getMaxIterationsOfCharge()
Stringpublic void setMaxIterationsOfCharge(Long value)
value - allowed object is
Stringpublic Long getMinIterationsOfCharge()
Stringpublic void setMinIterationsOfCharge(Long value)
value - allowed object is
Stringpublic Long getChargeOrderIndex()
Stringpublic void setChargeOrderIndex(Long value)
value - allowed object is
Stringpublic TimePeriodOfDay getTimePeriodOfDay()
TimePeriodOfDaypublic void setTimePeriodOfDay(TimePeriodOfDay value)
value - allowed object is
TimePeriodOfDaypublic ExtensionType getChargeExtension()
ExtensionTypepublic void setChargeExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.