Class GroupHeader83


  • public class GroupHeader83
    extends java.lang.Object

    Java class for GroupHeader83 complex type.

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

     <complexType name="GroupHeader83">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max35Text"/>
             <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}ISODateTime"/>
             <element name="Authstn" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Authorisation1Choice" maxOccurs="2" minOccurs="0"/>
             <element name="NbOfTxs" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}Max15NumericText"/>
             <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}DecimalNumber" minOccurs="0"/>
             <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}PartyIdentification135"/>
             <element name="FwdgAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.08}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GroupHeader83

        public GroupHeader83()
    • Method Detail

      • getMsgId

        public java.lang.String getMsgId()
        Gets the value of the msgId property.
        Returns:
        possible object is String
      • setMsgId

        public void setMsgId​(java.lang.String value)
        Sets the value of the msgId property.
        Parameters:
        value - allowed object is String
      • getCreDtTm

        public javax.xml.datatype.XMLGregorianCalendar getCreDtTm()
        Gets the value of the creDtTm property.
        Returns:
        possible object is XMLGregorianCalendar
      • setCreDtTm

        public void setCreDtTm​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the creDtTm property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getAuthstn

        public java.util.List<Authorisation1Choice> getAuthstn()
        Gets the value of the authstn 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 authstn property.

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

            getAuthstn().add(newItem);
         

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

      • getNbOfTxs

        public java.lang.String getNbOfTxs()
        Gets the value of the nbOfTxs property.
        Returns:
        possible object is String
      • setNbOfTxs

        public void setNbOfTxs​(java.lang.String value)
        Sets the value of the nbOfTxs property.
        Parameters:
        value - allowed object is String
      • getCtrlSum

        public java.math.BigDecimal getCtrlSum()
        Gets the value of the ctrlSum property.
        Returns:
        possible object is BigDecimal
      • setCtrlSum

        public void setCtrlSum​(java.math.BigDecimal value)
        Sets the value of the ctrlSum property.
        Parameters:
        value - allowed object is BigDecimal