Class RequestCard
java.lang.Object
de.gematik.ws.conn.cardterminalservice.v1.RequestCard
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CardTypeTypeprotected ContextTypeprotected Stringprotected Slotprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardType 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.voidsetCardType(CardTypeType value) Sets the value of the cardType 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
-
slot
-
cardType
-
displayMsg
-
timeOut
-
-
Constructor Details
-
RequestCard
public RequestCard()
-
-
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
-
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
-
getCardType
Gets the value of the cardType property.- Returns:
- possible object is
CardTypeType
-
setCardType
Sets the value of the cardType property.- Parameters:
value- allowed object isCardTypeType
-
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
-