Class DataSetIdentification5
java.lang.Object
org.coderic.iso20022.messages.caaa.DataSetIdentification5
Java class for DataSetIdentification5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataSetIdentification5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max256Text"/> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}DataSetCategory8Code"/> <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max256Text" minOccurs="0"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ISODateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creDtTm property.getNm()
Gets the value of the nm property.getTp()
Gets the value of the tp property.getVrsn()
Gets the value of the vrsn property.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
Sets the value of the nm property.void
setTp
(DataSetCategory8Code value) Sets the value of the tp property.void
Sets the value of the vrsn property.
-
Constructor Details
-
DataSetIdentification5
public DataSetIdentification5()
-
-
Method Details
-
getNm
Gets the value of the nm property.- Returns:
- possible object is
String
-
setNm
Sets the value of the nm property.- Parameters:
value
- allowed object isString
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
DataSetCategory8Code
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isDataSetCategory8Code
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
String
-
setVrsn
Sets the value of the vrsn 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
-