Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

org.csapi.schema.parlayx.common.v2_1
Class ChargingInformation

java.lang.Object
  extended by org.csapi.schema.parlayx.common.v2_1.ChargingInformation

public class ChargingInformation
extends java.lang.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>
 


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

ChargingInformation

public ChargingInformation()
Method Detail

getAmount

public java.math.BigDecimal getAmount()
Gets the value of the amount property.

Returns:
possible object is BigDecimal

getCode

public java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

getCurrency

public java.lang.String getCurrency()
Gets the value of the currency property.

Returns:
possible object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setAmount

public void setAmount(java.math.BigDecimal value)
Sets the value of the amount property.

Parameters:
value - allowed object is BigDecimal

setCode

public void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

setCurrency

public void setCurrency(java.lang.String value)
Sets the value of the currency property.

Parameters:
value - allowed object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

Copyright © 2010 Oracle and/or its affiliates. All rights reserved.