public class IndividualCharge extends Object
Java class for IndividualCharge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndividualCharge">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="chargeBandReference" type="{http://datex2.eu/schema/2/2_0}_ChargeBandVersionedReference" minOccurs="0"/>
<element name="chargePaid" type="{http://datex2.eu/schema/2/2_0}AmountOfMoney"/>
<element name="chargeCurrency" type="{http://datex2.eu/schema/2/2_0}CurrencyEnum" minOccurs="0"/>
<element name="usedMeansOfPayment" type="{http://datex2.eu/schema/2/2_0}MeansOfPaymentEnum" minOccurs="0"/>
<element name="withReservation" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="usedPaymentCard" type="{http://datex2.eu/schema/2/2_0}UsedPaymentCard" minOccurs="0"/>
<element name="individualChargeExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChargeBandVersionedReference |
chargeBandReference |
protected CurrencyEnum |
chargeCurrency |
protected BigDecimal |
chargePaid |
protected ExtensionType |
individualChargeExtension |
protected MeansOfPaymentEnum |
usedMeansOfPayment |
protected UsedPaymentCard |
usedPaymentCard |
protected Boolean |
withReservation |
| Constructor and Description |
|---|
IndividualCharge() |
| Modifier and Type | Method and Description |
|---|---|
ChargeBandVersionedReference |
getChargeBandReference()
Gets the value of the chargeBandReference property.
|
CurrencyEnum |
getChargeCurrency()
Gets the value of the chargeCurrency property.
|
BigDecimal |
getChargePaid()
Gets the value of the chargePaid property.
|
ExtensionType |
getIndividualChargeExtension()
Gets the value of the individualChargeExtension property.
|
MeansOfPaymentEnum |
getUsedMeansOfPayment()
Gets the value of the usedMeansOfPayment property.
|
UsedPaymentCard |
getUsedPaymentCard()
Gets the value of the usedPaymentCard property.
|
Boolean |
isWithReservation()
Gets the value of the withReservation property.
|
void |
setChargeBandReference(ChargeBandVersionedReference value)
Sets the value of the chargeBandReference property.
|
void |
setChargeCurrency(CurrencyEnum value)
Sets the value of the chargeCurrency property.
|
void |
setChargePaid(BigDecimal value)
Sets the value of the chargePaid property.
|
void |
setIndividualChargeExtension(ExtensionType value)
Sets the value of the individualChargeExtension property.
|
void |
setUsedMeansOfPayment(MeansOfPaymentEnum value)
Sets the value of the usedMeansOfPayment property.
|
void |
setUsedPaymentCard(UsedPaymentCard value)
Sets the value of the usedPaymentCard property.
|
void |
setWithReservation(Boolean value)
Sets the value of the withReservation property.
|
protected ChargeBandVersionedReference chargeBandReference
protected BigDecimal chargePaid
protected CurrencyEnum chargeCurrency
protected MeansOfPaymentEnum usedMeansOfPayment
protected Boolean withReservation
protected UsedPaymentCard usedPaymentCard
protected ExtensionType individualChargeExtension
public ChargeBandVersionedReference getChargeBandReference()
ChargeBandVersionedReferencepublic void setChargeBandReference(ChargeBandVersionedReference value)
value - allowed object is
ChargeBandVersionedReferencepublic BigDecimal getChargePaid()
BigDecimalpublic void setChargePaid(BigDecimal value)
value - allowed object is
BigDecimalpublic CurrencyEnum getChargeCurrency()
CurrencyEnumpublic void setChargeCurrency(CurrencyEnum value)
value - allowed object is
CurrencyEnumpublic MeansOfPaymentEnum getUsedMeansOfPayment()
MeansOfPaymentEnumpublic void setUsedMeansOfPayment(MeansOfPaymentEnum value)
value - allowed object is
MeansOfPaymentEnumpublic Boolean isWithReservation()
Booleanpublic void setWithReservation(Boolean value)
value - allowed object is
Booleanpublic UsedPaymentCard getUsedPaymentCard()
UsedPaymentCardpublic void setUsedPaymentCard(UsedPaymentCard value)
value - allowed object is
UsedPaymentCardpublic ExtensionType getIndividualChargeExtension()
ExtensionTypepublic void setIndividualChargeExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.