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

public class Slot 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/CardServiceCommon/v2.0}CtId"/>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}SlotId"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Slot

      public Slot()
  • Method Details

    • getCtId

      public String getCtId()
      Gets the value of the ctId property.
      Returns:
      possible object is String
    • setCtId

      public void setCtId(String value)
      Sets the value of the ctId property.
      Parameters:
      value - allowed object is String
    • getSlotId

      public BigInteger getSlotId()
      Gets the value of the slotId property.
      Returns:
      possible object is BigInteger
    • setSlotId

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