Class DisablePin

java.lang.Object
de.gematik.ws.conn.cardservice.v8.DisablePin

public class DisablePin 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/ConnectorCommon/v5.0}CardHandle"/>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}PinTyp"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • context

      protected ContextType context
    • cardHandle

      protected String cardHandle
    • pinTyp

      protected String pinTyp
  • Constructor Details

    • DisablePin

      public DisablePin()
  • 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
    • 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
    • getPinTyp

      public String getPinTyp()
      Gets the value of the pinTyp property.
      Returns:
      possible object is String
    • setPinTyp

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