Class Account

java.lang.Object
com.pensio.api.generated.Account

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public class Account extends Object

Java class for Account complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Account">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Currency" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Balance" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • currency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String currency
    • balance

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String balance
  • Constructor Details

    • Account

      public Account()
  • Method Details

    • getCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is String
    • setCurrency

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setCurrency(String value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is String
    • getBalance

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getBalance()
      Gets the value of the balance property.
      Returns:
      possible object is String
    • setBalance

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setBalance(String value)
      Sets the value of the balance property.
      Parameters:
      value - allowed object is String