Class CertificateManagementResponseV07
java.lang.Object
org.coderic.iso20022.messages.catm.CertificateManagementResponseV07
Java class for CertificateManagementResponseV07 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateManagementResponseV07"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Hdr" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}TMSHeader1"/> <element name="CertMgmtRspn" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}CertificateManagementResponse3"/> <element name="SctyTrlr" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}ContentInformationType38" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certMgmtRspn property.getHdr()
Gets the value of the hdr property.Gets the value of the sctyTrlr property.void
Sets the value of the certMgmtRspn property.void
setHdr
(TMSHeader1 value) Sets the value of the hdr property.void
Sets the value of the sctyTrlr property.
-
Constructor Details
-
CertificateManagementResponseV07
public CertificateManagementResponseV07()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
TMSHeader1
-
setHdr
Sets the value of the hdr property.- Parameters:
value
- allowed object isTMSHeader1
-
getCertMgmtRspn
Gets the value of the certMgmtRspn property.- Returns:
- possible object is
CertificateManagementResponse3
-
setCertMgmtRspn
Sets the value of the certMgmtRspn property.- Parameters:
value
- allowed object isCertificateManagementResponse3
-
getSctyTrlr
Gets the value of the sctyTrlr property.- Returns:
- possible object is
ContentInformationType38
-
setSctyTrlr
Sets the value of the sctyTrlr property.- Parameters:
value
- allowed object isContentInformationType38
-