Class FileActionDetails2

java.lang.Object
org.coderic.iso20022.messages.cafm.FileActionDetails2

public class FileActionDetails2 extends Object

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 Details

    • FileActionDetails2

      public FileActionDetails2()
  • Method Details

    • getFileNm

      public String getFileNm()
      Gets the value of the fileNm property.
      Returns:
      possible object is String
    • setFileNm

      public void setFileNm(String value)
      Sets the value of the fileNm property.
      Parameters:
      value - allowed object is String
    • getFrmt

      public OutputFormat5Code getFrmt()
      Gets the value of the frmt property.
      Returns:
      possible object is OutputFormat5Code
    • setFrmt

      public void setFrmt(OutputFormat5Code value)
      Sets the value of the frmt property.
      Parameters:
      value - allowed object is OutputFormat5Code
    • getDataRcrd

      public DataRecord1Choice getDataRcrd()
      Gets the value of the dataRcrd property.
      Returns:
      possible object is DataRecord1Choice
    • setDataRcrd

      public void setDataRcrd(DataRecord1Choice value)
      Sets the value of the dataRcrd property.
      Parameters:
      value - allowed object is DataRecord1Choice
    • getActnDt

      public XMLGregorianCalendar getActnDt()
      Gets the value of the actnDt property.
      Returns:
      possible object is XMLGregorianCalendar
    • setActnDt

      public void setActnDt(XMLGregorianCalendar value)
      Sets the value of the actnDt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getFileSctyCd

      public String getFileSctyCd()
      Gets the value of the fileSctyCd property.
      Returns:
      possible object is String
    • setFileSctyCd

      public void setFileSctyCd(String value)
      Sets the value of the fileSctyCd property.
      Parameters:
      value - allowed object is String