Class OriginalMessageInformation1
java.lang.Object
org.coderic.iso20022.messages.pain.OriginalMessageInformation1
Java class for OriginalMessageInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalMessageInformation1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="MsgId" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max35Text"/> <element name="MsgNmId" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}Max35Text"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}ISODateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creDtTm property.getMsgId()
Gets the value of the msgId property.Gets the value of the msgNmId property.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
Sets the value of the msgId property.void
setMsgNmId
(String value) Sets the value of the msgNmId property.
-
Constructor Details
-
OriginalMessageInformation1
public OriginalMessageInformation1()
-
-
Method Details
-
getMsgId
Gets the value of the msgId property.- Returns:
- possible object is
String
-
setMsgId
Sets the value of the msgId property.- Parameters:
value
- allowed object isString
-
getMsgNmId
Gets the value of the msgNmId property.- Returns:
- possible object is
String
-
setMsgNmId
Sets the value of the msgNmId 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
-