Class ReadCardCertificateResponse

java.lang.Object
de.gematik.ws.conn.certificateservice.v6.ReadCardCertificateResponse

public class ReadCardCertificateResponse extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Status"/>
         <element ref="{http://ws.gematik.de/conn/CertificateServiceCommon/v2.0}X509DataInfoList"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ReadCardCertificateResponse

      public ReadCardCertificateResponse()
  • Method Details

    • getStatus

      public Status getStatus()
      Gets the value of the status property.
      Returns:
      possible object is Status
    • setStatus

      public void setStatus(Status value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is Status
    • getX509DataInfoList

      public X509DataInfoListType getX509DataInfoList()
      Gets the value of the x509DataInfoList property.
      Returns:
      possible object is X509DataInfoListType
    • setX509DataInfoList

      public void setX509DataInfoList(X509DataInfoListType value)
      Sets the value of the x509DataInfoList property.
      Parameters:
      value - allowed object is X509DataInfoListType