Class FileActionDetails2
java.lang.Object
org.coderic.iso20022.messages.cafm.FileActionDetails2
Java class for FileActionDetails2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileActionDetails2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="FileNm" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max140Text" minOccurs="0"/> <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}OutputFormat5Code" minOccurs="0"/> <element name="DataRcrd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}DataRecord1Choice"/> <element name="ActnDt" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}ISODate" minOccurs="0"/> <element name="FileSctyCd" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actnDt property.Gets the value of the dataRcrd property.Gets the value of the fileNm property.Gets the value of the fileSctyCd property.getFrmt()
Gets the value of the frmt property.void
setActnDt
(XMLGregorianCalendar value) Sets the value of the actnDt property.void
setDataRcrd
(DataRecord1Choice value) Sets the value of the dataRcrd property.void
Sets the value of the fileNm property.void
setFileSctyCd
(String value) Sets the value of the fileSctyCd property.void
setFrmt
(OutputFormat5Code value) Sets the value of the frmt property.
-
Constructor Details
-
FileActionDetails2
public FileActionDetails2()
-
-
Method Details
-
getFileNm
Gets the value of the fileNm property.- Returns:
- possible object is
String
-
setFileNm
Sets the value of the fileNm property.- Parameters:
value
- allowed object isString
-
getFrmt
Gets the value of the frmt property.- Returns:
- possible object is
OutputFormat5Code
-
setFrmt
Sets the value of the frmt property.- Parameters:
value
- allowed object isOutputFormat5Code
-
getDataRcrd
Gets the value of the dataRcrd property.- Returns:
- possible object is
DataRecord1Choice
-
setDataRcrd
Sets the value of the dataRcrd property.- Parameters:
value
- allowed object isDataRecord1Choice
-
getActnDt
Gets the value of the actnDt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setActnDt
Sets the value of the actnDt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFileSctyCd
Gets the value of the fileSctyCd property.- Returns:
- possible object is
String
-
setFileSctyCd
Sets the value of the fileSctyCd property.- Parameters:
value
- allowed object isString
-