|
Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference E14011-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.csapi.schema.parlayx.common.v2_1.ChargingInformation
public class ChargingInformation
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>
| Constructor Summary | |
|---|---|
ChargingInformation()
|
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getAmount()
Gets the value of the amount property. |
java.lang.String |
getCode()
Gets the value of the code property. |
java.lang.String |
getCurrency()
Gets the value of the currency property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
void |
setAmount(java.math.BigDecimal value)
Sets the value of the amount property. |
void |
setCode(java.lang.String value)
Sets the value of the code property. |
void |
setCurrency(java.lang.String value)
Sets the value of the currency property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChargingInformation()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCurrency()
Stringpublic void setCurrency(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getAmount()
BigDecimalpublic void setAmount(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getCode()
Stringpublic void setCode(java.lang.String value)
value - allowed object is
String
|
Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference E14011-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||