Class CertificateManagementResponse3
Java class for CertificateManagementResponse3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateManagementResponse3"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="POIId" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}GenericIdentification176"/> <element name="TMId" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}GenericIdentification176" minOccurs="0"/> <element name="CertSvc" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}CardPaymentServiceType10Code"/> <element name="Rslt" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}ResponseType6"/> <element name="SctyPrfl" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max35Text" minOccurs="0"/> <element name="POIChllngVal" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max140Binary"/> <element name="TMSDtTm" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}ISODateTime"/> <element name="ClntCert" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max3000Binary" minOccurs="0"/> <element name="ClntCertPth" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max10KBinary" maxOccurs="unbounded" minOccurs="0"/> <element name="SvrCertPth" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max10KBinary" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certSvc property.byte[]
Gets the value of the clntCert property.List<byte[]>
Gets the value of the clntCertPth property.byte[]
Gets the value of the poiChllngVal property.getPOIId()
Gets the value of the poiId property.getRslt()
Gets the value of the rslt property.Gets the value of the sctyPrfl property.List<byte[]>
Gets the value of the svrCertPth property.getTMId()
Gets the value of the tmId property.Gets the value of the tmsDtTm property.void
Sets the value of the certSvc property.void
setClntCert
(byte[] value) Sets the value of the clntCert property.void
setPOIChllngVal
(byte[] value) Sets the value of the poiChllngVal property.void
setPOIId
(GenericIdentification176 value) Sets the value of the poiId property.void
setRslt
(ResponseType6 value) Sets the value of the rslt property.void
setSctyPrfl
(String value) Sets the value of the sctyPrfl property.void
setTMId
(GenericIdentification176 value) Sets the value of the tmId property.void
setTMSDtTm
(XMLGregorianCalendar value) Sets the value of the tmsDtTm property.
-
Constructor Details
-
CertificateManagementResponse3
public CertificateManagementResponse3()
-
-
Method Details
-
getPOIId
Gets the value of the poiId property.- Returns:
- possible object is
GenericIdentification176
-
setPOIId
Sets the value of the poiId property.- Parameters:
value
- allowed object isGenericIdentification176
-
getTMId
Gets the value of the tmId property.- Returns:
- possible object is
GenericIdentification176
-
setTMId
Sets the value of the tmId property.- Parameters:
value
- allowed object isGenericIdentification176
-
getCertSvc
Gets the value of the certSvc property.- Returns:
- possible object is
CardPaymentServiceType10Code
-
setCertSvc
Sets the value of the certSvc property.- Parameters:
value
- allowed object isCardPaymentServiceType10Code
-
getRslt
Gets the value of the rslt property.- Returns:
- possible object is
ResponseType6
-
setRslt
Sets the value of the rslt property.- Parameters:
value
- allowed object isResponseType6
-
getSctyPrfl
Gets the value of the sctyPrfl property.- Returns:
- possible object is
String
-
setSctyPrfl
Sets the value of the sctyPrfl property.- Parameters:
value
- allowed object isString
-
getPOIChllngVal
public byte[] getPOIChllngVal()Gets the value of the poiChllngVal property.- Returns:
- possible object is byte[]
-
setPOIChllngVal
public void setPOIChllngVal(byte[] value) Sets the value of the poiChllngVal property.- Parameters:
value
- allowed object is byte[]
-
getTMSDtTm
Gets the value of the tmsDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTMSDtTm
Sets the value of the tmsDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getClntCert
public byte[] getClntCert()Gets the value of the clntCert property.- Returns:
- possible object is byte[]
-
setClntCert
public void setClntCert(byte[] value) Sets the value of the clntCert property.- Parameters:
value
- allowed object is byte[]
-
getClntCertPth
Gets the value of the clntCertPth property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the clntCertPth property.For example, to add a new item, do as follows:
getClntCertPth().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
-
getSvrCertPth
Gets the value of the svrCertPth property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the svrCertPth property.For example, to add a new item, do as follows:
getSvrCertPth().add(newItem);
Objects of the following type(s) are allowed in the list byte[]
-