Class MessageIdentification1
java.lang.Object
org.coderic.iso20022.messages.acmt.MessageIdentification1
Java class for MessageIdentification1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageIdentification1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}Max35Text"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:acmt.037.001.02}ISODateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creDtTm property.getId()
Gets the value of the id property.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
Sets the value of the id property.
-
Constructor Details
-
MessageIdentification1
public MessageIdentification1()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id 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
-