Class GetCards
java.lang.Object
de.gematik.ws.conn.eventservice.v7.GetCards
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CardTypeTypeprotected ContextTypeprotected Stringprotected Booleanprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardType property.Gets the value of the context property.getCtId()Gets the value of the ctId property.Gets the value of the slotId property.booleanGets the value of the mandantWide property.voidsetCardType(CardTypeType value) Sets the value of the cardType property.voidsetContext(ContextType value) Sets the value of the context property.voidSets the value of the ctId property.voidsetMandantWide(Boolean value) Sets the value of the mandantWide property.voidsetSlotId(BigInteger value) Sets the value of the slotId property.
-
Field Details
-
context
-
ctId
-
slotId
-
cardType
-
mandantWide
-
-
Constructor Details
-
GetCards
public GetCards()
-
-
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
-
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
-
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
-
isMandantWide
public boolean isMandantWide()Gets the value of the mandantWide property.- Returns:
- possible object is
Boolean
-
setMandantWide
Sets the value of the mandantWide property.- Parameters:
value- allowed object isBoolean
-