Class GroupHeader104

java.lang.Object
org.coderic.iso20022.messages.pacs.GroupHeader104

public class GroupHeader104 extends Object

Java class for GroupHeader104 complex type.

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

 <complexType name="GroupHeader104">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Max35Text"/>
         <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}ISODateTime"/>
         <element name="NbOfSttlmReqs" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}Max15NumericText"/>
         <element name="CtrlSum" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}DecimalNumber" minOccurs="0"/>
         <element name="SttlmInf" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}SettlementInstruction14" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • GroupHeader104

      public GroupHeader104()
  • Method Details

    • getMsgId

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

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

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

      public void setCreDtTm(XMLGregorianCalendar value)
      Sets the value of the creDtTm property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getNbOfSttlmReqs

      public String getNbOfSttlmReqs()
      Gets the value of the nbOfSttlmReqs property.
      Returns:
      possible object is String
    • setNbOfSttlmReqs

      public void setNbOfSttlmReqs(String value)
      Sets the value of the nbOfSttlmReqs property.
      Parameters:
      value - allowed object is String
    • getCtrlSum

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

      public void setCtrlSum(BigDecimal value)
      Sets the value of the ctrlSum property.
      Parameters:
      value - allowed object is BigDecimal
    • getSttlmInf

      public SettlementInstruction14 getSttlmInf()
      Gets the value of the sttlmInf property.
      Returns:
      possible object is SettlementInstruction14
    • setSttlmInf

      public void setSttlmInf(SettlementInstruction14 value)
      Sets the value of the sttlmInf property.
      Parameters:
      value - allowed object is SettlementInstruction14