Class EjectCard
java.lang.Object
de.gematik.ws.conn.cardterminalservice.v1.EjectCard
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ContextTypeprotected Stringprotected Slotprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHandle property.Gets the value of the context property.Gets the value of the displayMsg property.getSlot()Gets the value of the slot property.Gets the value of the timeOut property.voidsetCardHandle(String value) Sets the value of the cardHandle property.voidsetContext(ContextType value) Sets the value of the context property.voidsetDisplayMsg(String value) Sets the value of the displayMsg property.voidSets the value of the slot property.voidsetTimeOut(BigInteger value) Sets the value of the timeOut property.
-
Field Details
-
context
-
cardHandle
-
slot
-
displayMsg
-
timeOut
-
-
Constructor Details
-
EjectCard
public EjectCard()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
ContextType
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isContextType
-
getCardHandle
Gets the value of the cardHandle property.- Returns:
- possible object is
String
-
setCardHandle
Sets the value of the cardHandle property.- Parameters:
value- allowed object isString
-
getSlot
Gets the value of the slot property.- Returns:
- possible object is
Slot
-
setSlot
Sets the value of the slot property.- Parameters:
value- allowed object isSlot
-
getDisplayMsg
Gets the value of the displayMsg property.- Returns:
- possible object is
String
-
setDisplayMsg
Sets the value of the displayMsg property.- Parameters:
value- allowed object isString
-
getTimeOut
Gets the value of the timeOut property.- Returns:
- possible object is
BigInteger
-
setTimeOut
Sets the value of the timeOut property.- Parameters:
value- allowed object isBigInteger
-