Class Document
java.lang.Object
org.coderic.iso20022.messages.pain.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="MndtSspnsnReq" type="{urn:iso:std:iso:20022:tech:xsd:pain.018.001.04}MandateSuspensionRequestV04"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the mndtSspnsnReq property.voidSets the value of the mndtSspnsnReq property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getMndtSspnsnReq
Gets the value of the mndtSspnsnReq property.- Returns:
- possible object is
MandateSuspensionRequestV04
-
setMndtSspnsnReq
Sets the value of the mndtSspnsnReq property.- Parameters:
value- allowed object isMandateSuspensionRequestV04
-