java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.cesop.AmountType

public class AmountType extends Object

Java-Klasse für Amount_Type complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="Amount_Type">
   <simpleContent>
     <extension base="<urn:eu:taxud:commontypes:v1>AmountCurrency_Type">
       <attribute name="currency" use="required" type="{urn:eu:taxud:isotypes:v1}currCode_Type" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AmountType

      public AmountType()
  • Method Details

    • getValue

      public BigDecimal getValue()
      Article 243d (2b). The amount and the currency of the payment or of the payment refund. The currency code refers to ISO-4217 three-byte alpha version.
      Returns:
      possible object is BigDecimal
    • setValue

      public void setValue(BigDecimal value)
      Legt den Wert der value-Eigenschaft fest.
      Parameters:
      value - allowed object is BigDecimal
    • getCurrency

      public CurrCodeType getCurrency()
      Ruft den Wert der currency-Eigenschaft ab.
      Returns:
      possible object is CurrCodeType
    • setCurrency

      public void setCurrency(CurrCodeType value)
      Legt den Wert der currency-Eigenschaft fest.
      Parameters:
      value - allowed object is CurrCodeType