Class Header56
java.lang.Object
org.coderic.iso20022.messages.caaa.Header56
Java class for Header56 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Header56"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DwnldTrf" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TrueFalseIndicator"/> <element name="FrmtVrsn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max6Text"/> <element name="XchgId" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Number"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ISODateTime"/> <element name="InitgPty" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}GenericIdentification176"/> <element name="RcptPty" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}GenericIdentification177" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creDtTm property.Gets the value of the frmtVrsn property.Gets the value of the initgPty property.Gets the value of the rcptPty property.Gets the value of the xchgId property.boolean
Gets the value of the dwnldTrf property.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
setDwnldTrf
(boolean value) Sets the value of the dwnldTrf property.void
setFrmtVrsn
(String value) Sets the value of the frmtVrsn property.void
Sets the value of the initgPty property.void
Sets the value of the rcptPty property.void
setXchgId
(BigDecimal value) Sets the value of the xchgId property.
-
Constructor Details
-
Header56
public Header56()
-
-
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
Gets the value of the frmtVrsn property.- Returns:
- possible object is
String
-
setFrmtVrsn
Sets the value of the frmtVrsn property.- Parameters:
value
- allowed object isString
-
getXchgId
Gets the value of the xchgId property.- Returns:
- possible object is
BigDecimal
-
setXchgId
Sets the value of the xchgId property.- Parameters:
value
- allowed object isBigDecimal
-
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
GenericIdentification176
-
setInitgPty
Sets the value of the initgPty property.- Parameters:
value
- allowed object isGenericIdentification176
-
getRcptPty
Gets the value of the rcptPty property.- Returns:
- possible object is
GenericIdentification177
-
setRcptPty
Sets the value of the rcptPty property.- Parameters:
value
- allowed object isGenericIdentification177
-