Class GetPinStatusResponse

java.lang.Object
de.gematik.ws.conn.cardservice.v8.GetPinStatusResponse

public class GetPinStatusResponse extends Object

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 Details

  • Constructor Details

    • GetPinStatusResponse

      public GetPinStatusResponse()
  • Method Details

    • getStatus

      public Status getStatus()
      Gets the value of the status property.
      Returns:
      possible object is Status
    • setStatus

      public void setStatus(Status value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is Status
    • getPinStatus

      public PinStatusEnum getPinStatus()
      Gets the value of the pinStatus property.
      Returns:
      possible object is PinStatusEnum
    • setPinStatus

      public void setPinStatus(PinStatusEnum value)
      Sets the value of the pinStatus property.
      Parameters:
      value - allowed object is PinStatusEnum
    • getLeftTries

      public BigInteger getLeftTries()
      Gets the value of the leftTries property.
      Returns:
      possible object is BigInteger
    • setLeftTries

      public void setLeftTries(BigInteger value)
      Sets the value of the leftTries property.
      Parameters:
      value - allowed object is BigInteger