Class StructuredRemittanceInformation17


  • public class StructuredRemittanceInformation17
    extends java.lang.Object

    Java class for StructuredRemittanceInformation17 complex type.

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

     <complexType name="StructuredRemittanceInformation17">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="RfrdDocInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ReferredDocumentInformation7" maxOccurs="unbounded" minOccurs="0"/>
             <element name="RfrdDocAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}RemittanceAmount2" minOccurs="0"/>
             <element name="CdtrRefInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}CreditorReferenceInformation2" minOccurs="0"/>
             <element name="Invcr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}PartyIdentification135" minOccurs="0"/>
             <element name="Invcee" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}PartyIdentification135" minOccurs="0"/>
             <element name="TaxRmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}TaxData1" minOccurs="0"/>
             <element name="GrnshmtRmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Garnishment3" minOccurs="0"/>
             <element name="AddtlRmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}Max140Text" maxOccurs="3" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • StructuredRemittanceInformation17

        public StructuredRemittanceInformation17()
    • Method Detail

      • getRfrdDocInf

        public java.util.List<ReferredDocumentInformation7> 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 ReferredDocumentInformation7

      • setRfrdDocAmt

        public void setRfrdDocAmt​(RemittanceAmount2 value)
        Sets the value of the rfrdDocAmt property.
        Parameters:
        value - allowed object is RemittanceAmount2
      • 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 Garnishment3 getGrnshmtRmt()
        Gets the value of the grnshmtRmt property.
        Returns:
        possible object is Garnishment3
      • setGrnshmtRmt

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

        public java.util.List<java.lang.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