Class GetCards

java.lang.Object
de.gematik.ws.conn.eventservice.v7.GetCards

public class GetCards 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/CardServiceCommon/v2.0}CtId" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}SlotId" minOccurs="0"/>
         <element ref="{http://ws.gematik.de/conn/CardServiceCommon/v2.0}CardType" minOccurs="0"/>
       </sequence>
       <attribute name="mandant-wide" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • GetCards

      public GetCards()
  • 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
    • 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
    • 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
    • isMandantWide

      public boolean isMandantWide()
      Gets the value of the mandantWide property.
      Returns:
      possible object is Boolean
    • setMandantWide

      public void setMandantWide(Boolean value)
      Sets the value of the mandantWide property.
      Parameters:
      value - allowed object is Boolean