Class Document
java.lang.Object
org.coderic.iso20022.messages.semt.Document
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="SctiesBalTrnsprncyRptStsAdvc" type="{urn:iso:std:iso:20022:tech:xsd:semt.042.001.01}SecuritiesBalanceTransparencyReportStatusAdviceV01"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sctiesBalTrnsprncyRptStsAdvc property.void
Sets the value of the sctiesBalTrnsprncyRptStsAdvc property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getSctiesBalTrnsprncyRptStsAdvc
Gets the value of the sctiesBalTrnsprncyRptStsAdvc property.- Returns:
- possible object is
SecuritiesBalanceTransparencyReportStatusAdviceV01
-
setSctiesBalTrnsprncyRptStsAdvc
public void setSctiesBalTrnsprncyRptStsAdvc(SecuritiesBalanceTransparencyReportStatusAdviceV01 value) Sets the value of the sctiesBalTrnsprncyRptStsAdvc property.- Parameters:
value
- allowed object isSecuritiesBalanceTransparencyReportStatusAdviceV01
-