Class ReadCardCertificate

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

public class ReadCardCertificate 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}CardHandle"/>
         <element ref="{http://ws.gematik.de/conn/ConnectorContext/v2.0}Context"/>
         <element name="CertRefList">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="CertRef" maxOccurs="unbounded">
                     <simpleType>
                       <restriction base="{http://ws.gematik.de/conn/CertificateServiceCommon/v2.0}CertRefEnum">
                       </restriction>
                     </simpleType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Crypt" type="{http://ws.gematik.de/conn/CertificateService/v6.0}CryptType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ReadCardCertificate

      public ReadCardCertificate()
  • Method Details

    • getCardHandle

      public String getCardHandle()
      Gets the value of the cardHandle property.
      Returns:
      possible object is String
    • setCardHandle

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

      public ReadCardCertificate.CertRefList getCertRefList()
      Gets the value of the certRefList property.
      Returns:
      possible object is ReadCardCertificate.CertRefList
    • setCertRefList

      public void setCertRefList(ReadCardCertificate.CertRefList value)
      Sets the value of the certRefList property.
      Parameters:
      value - allowed object is ReadCardCertificate.CertRefList
    • getCrypt

      public CryptType getCrypt()
      Gets the value of the crypt property.
      Returns:
      possible object is CryptType
    • setCrypt

      public void setCrypt(CryptType value)
      Sets the value of the crypt property.
      Parameters:
      value - allowed object is CryptType