Class Header66

java.lang.Object
org.coderic.iso20022.messages.cafc.Header66

public class Header66 extends Object

Java class for Header66 complex type.

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

 <complexType name="Header66">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MsgFctn" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}MessageFunction29Code"/>
         <element name="PrtcolVrsn" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max2048Text"/>
         <element name="XchgId" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max35Text" minOccurs="0"/>
         <element name="ReTrnsmssnCntr" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Max3NumericText" minOccurs="0"/>
         <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}ISODateTime"/>
         <element name="BtchMgmtInf" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}BatchManagementInformation1" minOccurs="0"/>
         <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}GenericIdentification183"/>
         <element name="RcptPty" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}GenericIdentification183" minOccurs="0"/>
         <element name="TracData" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}AdditionalData1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Tracblt" type="{urn:iso:std:iso:20022:tech:xsd:cafc.002.001.02}Traceability9" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Header66

      public Header66()
  • Method Details

    • getMsgFctn

      public MessageFunction29Code getMsgFctn()
      Gets the value of the msgFctn property.
      Returns:
      possible object is MessageFunction29Code
    • setMsgFctn

      public void setMsgFctn(MessageFunction29Code value)
      Sets the value of the msgFctn property.
      Parameters:
      value - allowed object is MessageFunction29Code
    • getPrtcolVrsn

      public String getPrtcolVrsn()
      Gets the value of the prtcolVrsn property.
      Returns:
      possible object is String
    • setPrtcolVrsn

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

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

      public void setXchgId(String value)
      Sets the value of the xchgId property.
      Parameters:
      value - allowed object is String
    • getReTrnsmssnCntr

      public String getReTrnsmssnCntr()
      Gets the value of the reTrnsmssnCntr property.
      Returns:
      possible object is String
    • setReTrnsmssnCntr

      public void setReTrnsmssnCntr(String value)
      Sets the value of the reTrnsmssnCntr 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
    • getBtchMgmtInf

      public BatchManagementInformation1 getBtchMgmtInf()
      Gets the value of the btchMgmtInf property.
      Returns:
      possible object is BatchManagementInformation1
    • setBtchMgmtInf

      public void setBtchMgmtInf(BatchManagementInformation1 value)
      Sets the value of the btchMgmtInf property.
      Parameters:
      value - allowed object is BatchManagementInformation1
    • getInitgPty

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

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

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

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

      public List<AdditionalData1> getTracData()
      Gets the value of the tracData 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 tracData property.

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

          getTracData().add(newItem);
       

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

    • getTracblt

      public List<Traceability9> 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 Traceability9