Class StructuredRemittanceInformation6


  • public class StructuredRemittanceInformation6
    extends java.lang.Object

    Java class for StructuredRemittanceInformation6 complex type.

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

     <complexType name="StructuredRemittanceInformation6">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="RfrdDocInf" type="{urn:sepade:xsd:pain.008.001.01}ReferredDocumentInformation1" minOccurs="0"/>
             <element name="RfrdDocRltdDt" type="{urn:sepade:xsd:pain.008.001.01}ISODate" minOccurs="0"/>
             <element name="RfrdDocAmt" type="{urn:sepade:xsd:pain.008.001.01}ReferredDocumentAmount1Choice" maxOccurs="unbounded" minOccurs="0"/>
             <element name="CdtrRefInf" type="{urn:sepade:xsd:pain.008.001.01}CreditorReferenceInformation1" minOccurs="0"/>
             <element name="Invcr" type="{urn:sepade:xsd:pain.008.001.01}PartyIdentification8" minOccurs="0"/>
             <element name="Invcee" type="{urn:sepade:xsd:pain.008.001.01}PartyIdentification8" minOccurs="0"/>
             <element name="AddtlRmtInf" type="{urn:sepade:xsd:pain.008.001.01}Max140Text" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • StructuredRemittanceInformation6

        public StructuredRemittanceInformation6()
    • Method Detail

      • getRfrdDocRltdDt

        public javax.xml.datatype.XMLGregorianCalendar getRfrdDocRltdDt()
        Gets the value of the rfrdDocRltdDt property.
        Returns:
        possible object is XMLGregorianCalendar
      • setRfrdDocRltdDt

        public void setRfrdDocRltdDt​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the rfrdDocRltdDt property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getRfrdDocAmt

        public java.util.List<ReferredDocumentAmount1Choice> getRfrdDocAmt()
        Gets the value of the rfrdDocAmt 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 rfrdDocAmt property.

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

            getRfrdDocAmt().add(newItem);
         

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

      • getAddtlRmtInf

        public java.lang.String getAddtlRmtInf()
        Gets the value of the addtlRmtInf property.
        Returns:
        possible object is String
      • setAddtlRmtInf

        public void setAddtlRmtInf​(java.lang.String value)
        Sets the value of the addtlRmtInf property.
        Parameters:
        value - allowed object is String