Class FileData1
java.lang.Object
org.coderic.iso20022.messages.camt.FileData1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fileLctnElctrncAdr property.Gets the value of the fileNm property.getFrmt()
Gets the value of the frmt property.getId()
Gets the value of the id property.Gets the value of the isseDt property.Gets the value of the ntwkRef property.getTp()
Gets the value of the tp property.void
setFileLctnElctrncAdr
(String value) Sets the value of the fileLctnElctrncAdr property.void
Sets the value of the fileNm property.void
setFrmt
(DocumentFormat1Choice value) Sets the value of the frmt property.void
Sets the value of the id property.void
setIsseDt
(DateAndDateTime2Choice value) Sets the value of the isseDt property.void
setNtwkRef
(String value) Sets the value of the ntwkRef property.void
setTp
(DocumentType1Choice value) Sets the value of the tp property.
-
Constructor Details
-
FileData1
public FileData1()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
DocumentType1Choice
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isDocumentType1Choice
-
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
-
getIsseDt
Gets the value of the isseDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setIsseDt
Sets the value of the isseDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getFrmt
Gets the value of the frmt property.- Returns:
- possible object is
DocumentFormat1Choice
-
setFrmt
Sets the value of the frmt property.- Parameters:
value
- allowed object isDocumentFormat1Choice
-
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
-
getNtwkRef
Gets the value of the ntwkRef property.- Returns:
- possible object is
String
-
setNtwkRef
Sets the value of the ntwkRef property.- Parameters:
value
- allowed object isString
-
getFileLctnElctrncAdr
Gets the value of the fileLctnElctrncAdr property.- Returns:
- possible object is
String
-
setFileLctnElctrncAdr
Sets the value of the fileLctnElctrncAdr property.- Parameters:
value
- allowed object isString
-