Class OriginalGroupInformationSEPA


  • public class OriginalGroupInformationSEPA
    extends java.lang.Object

    Java class for OriginalGroupInformationSEPA complex type.

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

     <complexType name="OriginalGroupInformationSEPA">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice>
               <element name="OrgnlMsgId" type="{urn:swift:xsd:$pain.002.002.02}RestrictedIdentification1"/>
               <element name="NtwkFileNm" type="{urn:swift:xsd:$pain.002.002.02}Max35Text"/>
             </choice>
             <element name="OrgnlMsgNmId" type="{urn:swift:xsd:$pain.002.002.02}Max35Text"/>
             <element name="GrpSts" type="{urn:swift:xsd:$pain.002.002.02}TransactionGroupStatus1CodeSEPA" minOccurs="0"/>
             <element name="StsRsnInf" type="{urn:swift:xsd:$pain.002.002.02}StatusReasonInformationSEPA" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • OriginalGroupInformationSEPA

        public OriginalGroupInformationSEPA()
    • Method Detail

      • getOrgnlMsgId

        public java.lang.String getOrgnlMsgId()
        Gets the value of the orgnlMsgId property.
        Returns:
        possible object is String
      • setOrgnlMsgId

        public void setOrgnlMsgId​(java.lang.String value)
        Sets the value of the orgnlMsgId property.
        Parameters:
        value - allowed object is String
      • getNtwkFileNm

        public java.lang.String getNtwkFileNm()
        Gets the value of the ntwkFileNm property.
        Returns:
        possible object is String
      • setNtwkFileNm

        public void setNtwkFileNm​(java.lang.String value)
        Sets the value of the ntwkFileNm property.
        Parameters:
        value - allowed object is String
      • getOrgnlMsgNmId

        public java.lang.String getOrgnlMsgNmId()
        Gets the value of the orgnlMsgNmId property.
        Returns:
        possible object is String
      • setOrgnlMsgNmId

        public void setOrgnlMsgNmId​(java.lang.String value)
        Sets the value of the orgnlMsgNmId property.
        Parameters:
        value - allowed object is String
      • getStsRsnInf

        public java.util.List<StatusReasonInformationSEPA> getStsRsnInf()
        Gets the value of the stsRsnInf 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 stsRsnInf property.

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

            getStsRsnInf().add(newItem);
         

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