Class Document
java.lang.Object
org.coderic.iso20022.messages.pacs.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="MulSttlmReq" type="{urn:iso:std:iso:20022:tech:xsd:pacs.029.001.02}MultilateralSettlementRequestV02"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mulSttlmReq property.void
Sets the value of the mulSttlmReq property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getMulSttlmReq
Gets the value of the mulSttlmReq property.- Returns:
- possible object is
MultilateralSettlementRequestV02
-
setMulSttlmReq
Sets the value of the mulSttlmReq property.- Parameters:
value
- allowed object isMultilateralSettlementRequestV02
-