Class Document
java.lang.Object
org.coderic.iso20022.messages.admi.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="PrcgReq" type="{urn:iso:std:iso:20022:tech:xsd:admi.017.001.02}ProcessingRequestV02"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the prcgReq property.voidsetPrcgReq(ProcessingRequestV02 value) Sets the value of the prcgReq property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getPrcgReq
Gets the value of the prcgReq property.- Returns:
- possible object is
ProcessingRequestV02
-
setPrcgReq
Sets the value of the prcgReq property.- Parameters:
value- allowed object isProcessingRequestV02
-