Class VerifyCertificate

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

public class VerifyCertificate 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/ConnectorContext/v2.0}Context"/>
         <element ref="{http://ws.gematik.de/conn/CertificateServiceCommon/v2.0}X509Certificate"/>
         <element name="VerificationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • context

      protected ContextType context
    • x509Certificate

      protected byte[] x509Certificate
    • verificationTime

      protected XMLGregorianCalendar verificationTime
  • Constructor Details

    • VerifyCertificate

      public VerifyCertificate()
  • Method Details

    • getContext

      public ContextType getContext()
      Gets the value of the context property.
      Returns:
      possible object is ContextType
    • setContext

      public void setContext(ContextType value)
      Sets the value of the context property.
      Parameters:
      value - allowed object is ContextType
    • getX509Certificate

      public byte[] getX509Certificate()
      Gets the value of the x509Certificate property.
      Returns:
      possible object is byte[]
    • setX509Certificate

      public void setX509Certificate(byte[] value)
      Sets the value of the x509Certificate property.
      Parameters:
      value - allowed object is byte[]
    • getVerificationTime

      public XMLGregorianCalendar getVerificationTime()
      Gets the value of the verificationTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setVerificationTime

      public void setVerificationTime(XMLGregorianCalendar value)
      Sets the value of the verificationTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar