Class CertificateManagementResponse3

java.lang.Object
org.coderic.iso20022.messages.catm.CertificateManagementResponse3

public class CertificateManagementResponse3 extends Object

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 Details

    • CertificateManagementResponse3

      public CertificateManagementResponse3()
  • Method Details

    • getPOIId

      public GenericIdentification176 getPOIId()
      Gets the value of the poiId property.
      Returns:
      possible object is GenericIdentification176
    • setPOIId

      public void setPOIId(GenericIdentification176 value)
      Sets the value of the poiId property.
      Parameters:
      value - allowed object is GenericIdentification176
    • getTMId

      public GenericIdentification176 getTMId()
      Gets the value of the tmId property.
      Returns:
      possible object is GenericIdentification176
    • setTMId

      public void setTMId(GenericIdentification176 value)
      Sets the value of the tmId property.
      Parameters:
      value - allowed object is GenericIdentification176
    • getCertSvc

      public CardPaymentServiceType10Code getCertSvc()
      Gets the value of the certSvc property.
      Returns:
      possible object is CardPaymentServiceType10Code
    • setCertSvc

      public void setCertSvc(CardPaymentServiceType10Code value)
      Sets the value of the certSvc property.
      Parameters:
      value - allowed object is CardPaymentServiceType10Code
    • getRslt

      public ResponseType6 getRslt()
      Gets the value of the rslt property.
      Returns:
      possible object is ResponseType6
    • setRslt

      public void setRslt(ResponseType6 value)
      Sets the value of the rslt property.
      Parameters:
      value - allowed object is ResponseType6
    • getSctyPrfl

      public String getSctyPrfl()
      Gets the value of the sctyPrfl property.
      Returns:
      possible object is String
    • setSctyPrfl

      public void setSctyPrfl(String value)
      Sets the value of the sctyPrfl property.
      Parameters:
      value - allowed object is String
    • 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

      public XMLGregorianCalendar getTMSDtTm()
      Gets the value of the tmsDtTm property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTMSDtTm

      public void setTMSDtTm(XMLGregorianCalendar value)
      Sets the value of the tmsDtTm property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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

      public List<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

      public 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[]