Class KeyOnCardType

java.lang.Object
de.gematik.ws.conn.encryptionservice.v6.KeyOnCardType

public class KeyOnCardType extends Object

Java class for KeyOnCardType complex type.

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

 <complexType name="KeyOnCardType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}CardHandle"/>
         <element name="KeyReference" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             </restriction>
           </simpleType>
         </element>
         <element name="Crypt" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="RSA"/>
               <enumeration value="ECC"/>
               <enumeration value="RSA_ECC"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cardHandle

      protected String cardHandle
    • keyReference

      protected String keyReference
    • crypt

      protected String crypt
  • Constructor Details

    • KeyOnCardType

      public KeyOnCardType()
  • 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
    • getKeyReference

      public String getKeyReference()
      Gets the value of the keyReference property.
      Returns:
      possible object is String
    • setKeyReference

      public void setKeyReference(String value)
      Sets the value of the keyReference property.
      Parameters:
      value - allowed object is String
    • getCrypt

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

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