Class RequestCardResponse
java.lang.Object
de.gematik.ws.conn.cardterminalservice.v1.RequestCardResponse
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 name="AlreadyInserted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/CardService/v8.1}Card" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCard()Gets the value of the card property.Gets the value of the status property.Gets the value of the alreadyInserted property.voidsetAlreadyInserted(Boolean value) Sets the value of the alreadyInserted property.voidsetCard(CardInfoType value) Sets the value of the card property.voidSets the value of the status property.
-
Field Details
-
status
-
alreadyInserted
-
card
-
-
Constructor Details
-
RequestCardResponse
public RequestCardResponse()
-
-
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
-
isAlreadyInserted
Gets the value of the alreadyInserted property.- Returns:
- possible object is
Boolean
-
setAlreadyInserted
Sets the value of the alreadyInserted property.- Parameters:
value- allowed object isBoolean
-
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
-