Class Document12
java.lang.Object
org.coderic.iso20022.messages.camt.Document12
Java class for Document12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document12"> <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"/> <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"/> <element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/> <element name="LangCd" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}LanguageCode" minOccurs="0"/> <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}DocumentFormat1Choice"/> <element name="FileNm" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max140Text" minOccurs="0"/> <element name="DgtlSgntr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}PartyAndSignature3" minOccurs="0"/> <element name="Nclsr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}Max10MbBinary"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dgtlSgntr 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 langCd property.byte[]
getNclsr()
Gets the value of the nclsr property.getNm()
Gets the value of the nm property.getTp()
Gets the value of the tp property.void
setDgtlSgntr
(PartyAndSignature3 value) Sets the value of the dgtlSgntr 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
Sets the value of the langCd property.void
setNclsr
(byte[] value) Sets the value of the nclsr property.void
Sets the value of the nm property.void
setTp
(DocumentType1Choice value) Sets the value of the tp property.
-
Constructor Details
-
Document12
public Document12()
-
-
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
-
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
-
getLangCd
Gets the value of the langCd property.- Returns:
- possible object is
String
-
setLangCd
Sets the value of the langCd property.- Parameters:
value
- allowed object isString
-
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
-
getDgtlSgntr
Gets the value of the dgtlSgntr property.- Returns:
- possible object is
PartyAndSignature3
-
setDgtlSgntr
Sets the value of the dgtlSgntr property.- Parameters:
value
- allowed object isPartyAndSignature3
-
getNclsr
public byte[] getNclsr()Gets the value of the nclsr property.- Returns:
- possible object is byte[]
-
setNclsr
public void setNclsr(byte[] value) Sets the value of the nclsr property.- Parameters:
value
- allowed object is byte[]
-