Class RequestCard

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

public class RequestCard 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/CardTerminalService/v1.1}Slot"/>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}CardType" minOccurs="0"/>
         <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

  • Constructor Details

    • RequestCard

      public RequestCard()
  • 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
    • 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
    • getCardType

      public CardTypeType getCardType()
      Gets the value of the cardType property.
      Returns:
      possible object is CardTypeType
    • setCardType

      public void setCardType(CardTypeType value)
      Sets the value of the cardType property.
      Parameters:
      value - allowed object is CardTypeType
    • 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