Class GetCardsResponse
java.lang.Object
de.gematik.ws.conn.eventservice.v7.GetCardsResponse
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}Cards"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
status
-
cards
-
-
Constructor Details
-
GetCardsResponse
public GetCardsResponse()
-
-
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
-
getCards
Gets the value of the cards property.- Returns:
- possible object is
Cards
-
setCards
Sets the value of the cards property.- Parameters:
value- allowed object isCards
-