Class Header31
java.lang.Object
org.coderic.iso20022.messages.catp.Header31
Java class for Header31 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Header31"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgFctn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMMessageFunction2"/> <element name="PrtcolVrsn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max6Text"/> <element name="XchgId" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max3NumericText"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ISODateTime"/> <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text"/> <element name="RcptPty" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> <element name="PrcStat" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> <element name="Tracblt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Traceability4" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creDtTm property.Gets the value of the initgPty property.Gets the value of the msgFctn property.Gets the value of the prcStat property.Gets the value of the prtcolVrsn property.Gets the value of the rcptPty property.Gets the value of the tracblt property.Gets the value of the xchgId property.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
setInitgPty
(String value) Sets the value of the initgPty property.void
setMsgFctn
(ATMMessageFunction2 value) Sets the value of the msgFctn property.void
setPrcStat
(String value) Sets the value of the prcStat property.void
setPrtcolVrsn
(String value) Sets the value of the prtcolVrsn property.void
setRcptPty
(String value) Sets the value of the rcptPty property.void
Sets the value of the xchgId property.
-
Constructor Details
-
Header31
public Header31()
-
-
Method Details
-
getMsgFctn
Gets the value of the msgFctn property.- Returns:
- possible object is
ATMMessageFunction2
-
setMsgFctn
Sets the value of the msgFctn property.- Parameters:
value
- allowed object isATMMessageFunction2
-
getPrtcolVrsn
Gets the value of the prtcolVrsn property.- Returns:
- possible object is
String
-
setPrtcolVrsn
Sets the value of the prtcolVrsn property.- Parameters:
value
- allowed object isString
-
getXchgId
Gets the value of the xchgId property.- Returns:
- possible object is
String
-
setXchgId
Sets the value of the xchgId property.- Parameters:
value
- allowed object isString
-
getCreDtTm
Gets the value of the creDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDtTm
Sets the value of the creDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getInitgPty
Gets the value of the initgPty property.- Returns:
- possible object is
String
-
setInitgPty
Sets the value of the initgPty property.- Parameters:
value
- allowed object isString
-
getRcptPty
Gets the value of the rcptPty property.- Returns:
- possible object is
String
-
setRcptPty
Sets the value of the rcptPty property.- Parameters:
value
- allowed object isString
-
getPrcStat
Gets the value of the prcStat property.- Returns:
- possible object is
String
-
setPrcStat
Sets the value of the prcStat property.- Parameters:
value
- allowed object isString
-
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
Traceability4
-