java.lang.Object
de.gematik.ws.conn.cardterminalservice.v1.EjectCard

public class EjectCard 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"/>
         <choice>
           <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}CardHandle"/>
           <element ref="{http://ws.gematik.de/conn/CardTerminalService/v1.1}Slot"/>
         </choice>
         <element ref="{http://ws.gematik.de/conn/CardTerminalService/v1.1}DisplayMsg" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/CardTerminalService/v1.1}TimeOut" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • context

      protected ContextType context
    • cardHandle

      protected String cardHandle
    • slot

      protected Slot slot
    • displayMsg

      protected String displayMsg
    • timeOut

      protected BigInteger timeOut
  • Constructor Details

    • EjectCard

      public EjectCard()
  • 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
    • getSlot

      public Slot getSlot()
      Gets the value of the slot property.
      Returns:
      possible object is Slot
    • setSlot

      public void setSlot(Slot value)
      Sets the value of the slot property.
      Parameters:
      value - allowed object is Slot
    • getDisplayMsg

      public String getDisplayMsg()
      Gets the value of the displayMsg property.
      Returns:
      possible object is String
    • setDisplayMsg

      public void setDisplayMsg(String value)
      Sets the value of the displayMsg property.
      Parameters:
      value - allowed object is String
    • getTimeOut

      public BigInteger getTimeOut()
      Gets the value of the timeOut property.
      Returns:
      possible object is BigInteger
    • setTimeOut

      public void setTimeOut(BigInteger value)
      Sets the value of the timeOut property.
      Parameters:
      value - allowed object is BigInteger