Class FileData1

java.lang.Object
org.coderic.iso20022.messages.camt.FileData1

public class FileData1 extends Object

Java class for FileData1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FileData1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DocumentType1Choice" minOccurs="0"/>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max35Text"/>
         <element name="IsseDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DateAndDateTime2Choice" minOccurs="0"/>
         <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DocumentFormat1Choice" minOccurs="0"/>
         <element name="FileNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/>
         <element name="NtwkRef" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/>
         <element name="FileLctnElctrncAdr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max2048Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FileData1

      public FileData1()
  • Method Details

    • getTp

      public DocumentType1Choice getTp()
      Gets the value of the tp property.
      Returns:
      possible object is DocumentType1Choice
    • setTp

      public void setTp(DocumentType1Choice value)
      Sets the value of the tp property.
      Parameters:
      value - allowed object is DocumentType1Choice
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getIsseDt

      public DateAndDateTime2Choice getIsseDt()
      Gets the value of the isseDt property.
      Returns:
      possible object is DateAndDateTime2Choice
    • setIsseDt

      public void setIsseDt(DateAndDateTime2Choice value)
      Sets the value of the isseDt property.
      Parameters:
      value - allowed object is DateAndDateTime2Choice
    • getFrmt

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

      public void setFrmt(DocumentFormat1Choice value)
      Sets the value of the frmt property.
      Parameters:
      value - allowed object is DocumentFormat1Choice
    • 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
    • getNtwkRef

      public String getNtwkRef()
      Gets the value of the ntwkRef property.
      Returns:
      possible object is String
    • setNtwkRef

      public void setNtwkRef(String value)
      Sets the value of the ntwkRef property.
      Parameters:
      value - allowed object is String
    • getFileLctnElctrncAdr

      public String getFileLctnElctrncAdr()
      Gets the value of the fileLctnElctrncAdr property.
      Returns:
      possible object is String
    • setFileLctnElctrncAdr

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