Class Document
java.lang.Object
org.coderic.iso20022.messages.catm.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="CertMgmtRspn" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}CertificateManagementResponseV07"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certMgmtRspn property.void
Sets the value of the certMgmtRspn property.
-
Constructor Details
-
Document
public Document()
-
-
Method Details
-
getCertMgmtRspn
Gets the value of the certMgmtRspn property.- Returns:
- possible object is
CertificateManagementResponseV07
-
setCertMgmtRspn
Sets the value of the certMgmtRspn property.- Parameters:
value
- allowed object isCertificateManagementResponseV07
-