Class GetCardTerminalsResponse
java.lang.Object
de.gematik.ws.conn.eventservice.v7.GetCardTerminalsResponse
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/ConnectorCommon/v5.0}Status"/>
<element ref="{http://ws.gematik.de/conn/CardTerminalInfo/v8.0}CardTerminals"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardTerminals property.Gets the value of the status property.voidsetCardTerminals(CardTerminals value) Sets the value of the cardTerminals property.voidSets the value of the status property.
-
Field Details
-
status
-
cardTerminals
-
-
Constructor Details
-
GetCardTerminalsResponse
public GetCardTerminalsResponse()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
getCardTerminals
Gets the value of the cardTerminals property.- Returns:
- possible object is
CardTerminals
-
setCardTerminals
Sets the value of the cardTerminals property.- Parameters:
value- allowed object isCardTerminals
-