Class StructuredRemittanceInformation18

java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.StructuredRemittanceInformation18

public class StructuredRemittanceInformation18 extends Object

Java class for StructuredRemittanceInformation18 complex type.

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

 <complexType name="StructuredRemittanceInformation18">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RfrdDocInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}ReferredDocumentInformation8" maxOccurs="unbounded" minOccurs="0"/>
         <element name="RfrdDocAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}RemittanceAmount4" minOccurs="0"/>
         <element name="CdtrRefInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}CreditorReferenceInformation3" minOccurs="0"/>
         <element name="Invcr" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}PartyIdentification272" minOccurs="0"/>
         <element name="Invcee" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}PartyIdentification272" minOccurs="0"/>
         <element name="TaxRmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}TaxData1" minOccurs="0"/>
         <element name="GrnshmtRmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}Garnishment4" minOccurs="0"/>
         <element name="AddtlRmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}Max140Text" maxOccurs="3" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • StructuredRemittanceInformation18

      public StructuredRemittanceInformation18()
  • Method Details

    • getRfrdDocInf

      public List<ReferredDocumentInformation8> getRfrdDocInf()
      Gets the value of the rfrdDocInf property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rfrdDocInf property.

      For example, to add a new item, do as follows:

          getRfrdDocInf().add(newItem);
       

      Objects of the following type(s) are allowed in the list ReferredDocumentInformation8

    • getRfrdDocAmt

      public RemittanceAmount4 getRfrdDocAmt()
      Gets the value of the rfrdDocAmt property.
      Returns:
      possible object is RemittanceAmount4
    • setRfrdDocAmt

      public void setRfrdDocAmt(RemittanceAmount4 value)
      Sets the value of the rfrdDocAmt property.
      Parameters:
      value - allowed object is RemittanceAmount4
    • getCdtrRefInf

      public CreditorReferenceInformation3 getCdtrRefInf()
      Gets the value of the cdtrRefInf property.
      Returns:
      possible object is CreditorReferenceInformation3
    • setCdtrRefInf

      public void setCdtrRefInf(CreditorReferenceInformation3 value)
      Sets the value of the cdtrRefInf property.
      Parameters:
      value - allowed object is CreditorReferenceInformation3
    • getInvcr

      public PartyIdentification272 getInvcr()
      Gets the value of the invcr property.
      Returns:
      possible object is PartyIdentification272
    • setInvcr

      public void setInvcr(PartyIdentification272 value)
      Sets the value of the invcr property.
      Parameters:
      value - allowed object is PartyIdentification272
    • getInvcee

      public PartyIdentification272 getInvcee()
      Gets the value of the invcee property.
      Returns:
      possible object is PartyIdentification272
    • setInvcee

      public void setInvcee(PartyIdentification272 value)
      Sets the value of the invcee property.
      Parameters:
      value - allowed object is PartyIdentification272
    • getTaxRmt

      public TaxData1 getTaxRmt()
      Gets the value of the taxRmt property.
      Returns:
      possible object is TaxData1
    • setTaxRmt

      public void setTaxRmt(TaxData1 value)
      Sets the value of the taxRmt property.
      Parameters:
      value - allowed object is TaxData1
    • getGrnshmtRmt

      public Garnishment4 getGrnshmtRmt()
      Gets the value of the grnshmtRmt property.
      Returns:
      possible object is Garnishment4
    • setGrnshmtRmt

      public void setGrnshmtRmt(Garnishment4 value)
      Sets the value of the grnshmtRmt property.
      Parameters:
      value - allowed object is Garnishment4
    • getAddtlRmtInf

      public List<String> getAddtlRmtInf()
      Gets the value of the addtlRmtInf property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the addtlRmtInf property.

      For example, to add a new item, do as follows:

          getAddtlRmtInf().add(newItem);
       

      Objects of the following type(s) are allowed in the list String