Package com.pensio.api.generated
Class AmountWithCurrency
java.lang.Object
com.pensio.api.generated.AmountWithCurrency
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-12-10T09:47:46Z")
public class AmountWithCurrency
extends Object
Java class for AmountWithCurrency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountWithCurrency">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="currency">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="3"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currency property.getValue()Gets the value of the value property.voidsetCurrency(String value) Sets the value of the currency property.voidSets the value of the value property.
-
Field Details
-
Constructor Details
-
AmountWithCurrency
public AmountWithCurrency()
-
-
Method Details
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setValue(String value) Sets the value of the value property.- Parameters:
value- allowed object isString
-
getCurrency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") 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="2025-12-10T09:47:46Z") public void setCurrency(String value) Sets the value of the currency property.- Parameters:
value- allowed object isString
-