Class AmountWithCurrency

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

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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 Details

    • value

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

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

    • AmountWithCurrency

      public AmountWithCurrency()
  • Method Details

    • getValue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") 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="2026-06-04T12:18:59Z") public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • 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