Class GetResourceInformationResponse
java.lang.Object
de.gematik.ws.conn.eventservice.v7.GetResourceInformationResponse
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/CardService/v8.1}Card" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/CardTerminalInfo/v8.0}CardTerminal" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Connector" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CardInfoTypeprotected CardTerminalInfoTypeprotected Connectorprotected Status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCard()Gets the value of the card property.Gets the value of the cardTerminal property.Gets the value of the connector property.Gets the value of the status property.voidsetCard(CardInfoType value) Sets the value of the card property.voidSets the value of the cardTerminal property.voidsetConnector(Connector value) Sets the value of the connector property.voidSets the value of the status property.
-
Field Details
-
status
-
card
-
cardTerminal
-
connector
-
-
Constructor Details
-
GetResourceInformationResponse
public GetResourceInformationResponse()
-
-
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
-
getCard
Gets the value of the card property.- Returns:
- possible object is
CardInfoType
-
setCard
Sets the value of the card property.- Parameters:
value- allowed object isCardInfoType
-
getCardTerminal
Gets the value of the cardTerminal property.- Returns:
- possible object is
CardTerminalInfoType
-
setCardTerminal
Sets the value of the cardTerminal property.- Parameters:
value- allowed object isCardTerminalInfoType
-
getConnector
Gets the value of the connector property.- Returns:
- possible object is
Connector
-
setConnector
Sets the value of the connector property.- Parameters:
value- allowed object isConnector
-