Class ReferredDocumentAmount1Choice

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_01.ReferredDocumentAmount1Choice

public class ReferredDocumentAmount1Choice extends Object

Java class for ReferredDocumentAmount1Choice complex type.

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

<complexType name="ReferredDocumentAmount1Choice">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <choice>
          <element name="DuePyblAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/>
          <element name="DscntApldAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/>
          <element name="RmtdAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/>
          <element name="CdtNoteAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/>
          <element name="TaxAmt" type="{urn:sepade:xsd:pain.008.001.01}CurrencyAndAmount"/>
        </choice>
      </sequence>
    </restriction>
  </complexContent>
</complexType>