Class GetResourceInformation
java.lang.Object
de.gematik.ws.conn.eventservice.v7.GetResourceInformation
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}Iccsn" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}CardHandle" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ContextTypeprotected Stringprotected Stringprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHandle property.Gets the value of the context property.getCtId()Gets the value of the ctId property.getIccsn()Gets the value of the iccsn property.Gets the value of the slotId property.voidsetCardHandle(String value) Sets the value of the cardHandle property.voidsetContext(ContextType value) Sets the value of the context property.voidSets the value of the ctId property.voidSets the value of the iccsn property.voidsetSlotId(BigInteger value) Sets the value of the slotId property.
-
Field Details
-
context
-
ctId
-
slotId
-
iccsn
-
cardHandle
-
-
Constructor Details
-
GetResourceInformation
public GetResourceInformation()
-
-
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
-
getIccsn
Gets the value of the iccsn property.- Returns:
- possible object is
String
-
setIccsn
Sets the value of the iccsn property.- Parameters:
value- allowed object isString
-
getCardHandle
Gets the value of the cardHandle property.- Returns:
- possible object is
String
-
setCardHandle
Sets the value of the cardHandle property.- Parameters:
value- allowed object isString
-