Class PinResponseType
java.lang.Object
de.gematik.ws.conn.cardservicecommon.v2.PinResponseType
Java class for PinResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PinResponseType">
<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/CardServiceCommon/v2.0}PinResult"/>
<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 pinResult property.Gets the value of the status property.voidsetLeftTries(BigInteger value) Sets the value of the leftTries property.voidsetPinResult(PinResultEnum value) Sets the value of the pinResult property.voidSets the value of the status property.
-
Field Details
-
status
-
pinResult
-
leftTries
-
-
Constructor Details
-
PinResponseType
public PinResponseType()
-
-
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
-
getPinResult
Gets the value of the pinResult property.- Returns:
- possible object is
PinResultEnum
-
setPinResult
Sets the value of the pinResult property.- Parameters:
value- allowed object isPinResultEnum
-
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
-