Class GetCardTerminals
java.lang.Object
de.gematik.ws.conn.eventservice.v7.GetCardTerminals
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"/>
</sequence>
<attribute name="mandant-wide" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.booleanGets the value of the mandantWide property.voidsetContext(ContextType value) Sets the value of the context property.voidsetMandantWide(Boolean value) Sets the value of the mandantWide property.
-
Field Details
-
context
-
mandantWide
-
-
Constructor Details
-
GetCardTerminals
public GetCardTerminals()
-
-
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
-
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
-