Class Slot
java.lang.Object
de.gematik.ws.conn.cardterminalservice.v1.Slot
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/CardServiceCommon/v2.0}CtId"/>
<element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}SlotId"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCtId()Gets the value of the ctId property.Gets the value of the slotId property.voidSets the value of the ctId property.voidsetSlotId(BigInteger value) Sets the value of the slotId property.
-
Field Details
-
ctId
-
slotId
-
-
Constructor Details
-
Slot
public Slot()
-
-
Method Details
-
getCtId
Gets the value of the ctId property.- Returns:
- possible object is
String
-
setCtId
Sets the value of the ctId property.- Parameters:
value- allowed object isString
-
getSlotId
Gets the value of the slotId property.- Returns:
- possible object is
BigInteger
-
setSlotId
Sets the value of the slotId property.- Parameters:
value- allowed object isBigInteger
-