Class ExternalAuthenticateResponse

java.lang.Object
de.gematik.ws.conn.signatureservice.v7_4.ExternalAuthenticateResponse

public class ExternalAuthenticateResponse 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 ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureObject" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ExternalAuthenticateResponse

      public ExternalAuthenticateResponse()
  • 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
    • getSignatureObject

      public SignatureObject getSignatureObject()
      Gets the value of the signatureObject property.
      Returns:
      possible object is SignatureObject
    • setSignatureObject

      public void setSignatureObject(SignatureObject value)
      Sets the value of the signatureObject property.
      Parameters:
      value - allowed object is SignatureObject