Class GetPinStatusResponse
java.lang.Object
de.gematik.ws.conn.cardservice.v8.GetPinStatusResponse
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="PinStatus" type="{http://ws.gematik.de/conn/CardService/v8.1}PinStatusEnum" minOccurs="0"/>
<element name="LeftTries" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the leftTries property.Gets the value of the pinStatus property.Gets the value of the status property.voidsetLeftTries(BigInteger value) Sets the value of the leftTries property.voidsetPinStatus(PinStatusEnum value) Sets the value of the pinStatus property.voidSets the value of the status property.
-
Field Details
-
status
-
pinStatus
-
leftTries
-
-
Constructor Details
-
GetPinStatusResponse
public GetPinStatusResponse()
-
-
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
-
getPinStatus
Gets the value of the pinStatus property.- Returns:
- possible object is
PinStatusEnum
-
setPinStatus
Sets the value of the pinStatus property.- Parameters:
value- allowed object isPinStatusEnum
-
getLeftTries
Gets the value of the leftTries property.- Returns:
- possible object is
BigInteger
-
setLeftTries
Sets the value of the leftTries property.- Parameters:
value- allowed object isBigInteger
-