Class Document9
java.lang.Object
org.coderic.iso20022.messages.tsrv.Document9
Java class for Document9 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document9"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}UndertakingDocumentType1Choice"/> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max35Text"/> <element name="Frmt" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}DocumentFormat1Choice" minOccurs="0"/> <element name="Nclsr" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}Max2MBBinary"/> <element name="DgtlSgntr" type="{urn:iso:std:iso:20022:tech:xsd:tsrv.019.001.01}PartyAndSignature2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dgtlSgntr property.getFrmt()
Gets the value of the frmt property.getId()
Gets the value of the id property.byte[]
getNclsr()
Gets the value of the nclsr property.getTp()
Gets the value of the tp property.void
setDgtlSgntr
(PartyAndSignature2 value) Sets the value of the dgtlSgntr property.void
setFrmt
(DocumentFormat1Choice value) Sets the value of the frmt property.void
Sets the value of the id property.void
setNclsr
(byte[] value) Sets the value of the nclsr property.void
Sets the value of the tp property.
-
Constructor Details
-
Document9
public Document9()
-
-
Method Details
-
getTp
Gets the value of the tp property.- Returns:
- possible object is
UndertakingDocumentType1Choice
-
setTp
Sets the value of the tp property.- Parameters:
value
- allowed object isUndertakingDocumentType1Choice
-
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
-
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
-
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[]
-
getDgtlSgntr
Gets the value of the dgtlSgntr property.- Returns:
- possible object is
PartyAndSignature2
-
setDgtlSgntr
Sets the value of the dgtlSgntr property.- Parameters:
value
- allowed object isPartyAndSignature2
-