Class TMSHeader1

java.lang.Object
org.coderic.iso20022.messages.catm.TMSHeader1

public class TMSHeader1 extends Object

Java class for TMSHeader1 complex type.

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

 <complexType name="TMSHeader1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DwnldTrf" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}TrueFalseIndicator"/>
         <element name="FrmtVrsn" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max6Text"/>
         <element name="XchgId" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Number"/>
         <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}ISODateTime"/>
         <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}GenericIdentification176"/>
         <element name="RcptPty" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}GenericIdentification177" minOccurs="0"/>
         <element name="Tracblt" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Traceability8" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • TMSHeader1

      public TMSHeader1()
  • Method Details

    • isDwnldTrf

      public boolean isDwnldTrf()
      Gets the value of the dwnldTrf property.
    • setDwnldTrf

      public void setDwnldTrf(boolean value)
      Sets the value of the dwnldTrf property.
    • getFrmtVrsn

      public String getFrmtVrsn()
      Gets the value of the frmtVrsn property.
      Returns:
      possible object is String
    • setFrmtVrsn

      public void setFrmtVrsn(String value)
      Sets the value of the frmtVrsn property.
      Parameters:
      value - allowed object is String
    • getXchgId

      public BigDecimal getXchgId()
      Gets the value of the xchgId property.
      Returns:
      possible object is BigDecimal
    • setXchgId

      public void setXchgId(BigDecimal value)
      Sets the value of the xchgId property.
      Parameters:
      value - allowed object is BigDecimal
    • 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
    • getInitgPty

      public GenericIdentification176 getInitgPty()
      Gets the value of the initgPty property.
      Returns:
      possible object is GenericIdentification176
    • setInitgPty

      public void setInitgPty(GenericIdentification176 value)
      Sets the value of the initgPty property.
      Parameters:
      value - allowed object is GenericIdentification176
    • getRcptPty

      public GenericIdentification177 getRcptPty()
      Gets the value of the rcptPty property.
      Returns:
      possible object is GenericIdentification177
    • setRcptPty

      public void setRcptPty(GenericIdentification177 value)
      Sets the value of the rcptPty property.
      Parameters:
      value - allowed object is GenericIdentification177
    • getTracblt

      public List<Traceability8> getTracblt()
      Gets the value of the tracblt 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 Jakarta XML Binding object. This is why there is not a set method for the tracblt property.

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

          getTracblt().add(newItem);
       

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