public class ChargingInformation extends Object
Java class for ChargingInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChargingInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="currency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected String |
code |
protected String |
currency |
protected String |
description |
| Constructor and Description |
|---|
ChargingInformation() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
String |
getCode()
Gets the value of the code property.
|
String |
getCurrency()
Gets the value of the currency property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected String description
protected String currency
protected BigDecimal amount
protected String code
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic String getCode()
StringCopyright © 2009,2013 Oracle and/or its affiliates. All rights reserved.