Class PinResponseType

java.lang.Object
de.gematik.ws.conn.cardservicecommon.v2.PinResponseType

public class PinResponseType extends Object

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 Details

  • Constructor Details

    • PinResponseType

      public PinResponseType()
  • 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
    • getPinResult

      public PinResultEnum getPinResult()
      Gets the value of the pinResult property.
      Returns:
      possible object is PinResultEnum
    • setPinResult

      public void setPinResult(PinResultEnum value)
      Sets the value of the pinResult property.
      Parameters:
      value - allowed object is PinResultEnum
    • 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