Package com.pensio.api.generated
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the balance property.Gets the value of the currency property.voidsetBalance(String value) Sets the value of the balance property.voidsetCurrency(String value) Sets the value of the currency property.
-
Field Details
-
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 isString
-
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 isString
-