Class SignResponse

java.lang.Object
de.gematik.ws.conn.signatureservice.v7.SignResponse

public class SignResponse 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="OptionalOutputs" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}DocumentWithSignature" minOccurs="0"/>
                   <element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationReport" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureObject" minOccurs="0"/>
       </sequence>
       <attribute name="RequestID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SignResponse

      public SignResponse()
  • 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
    • getOptionalOutputs

      public SignResponse.OptionalOutputs getOptionalOutputs()
      Gets the value of the optionalOutputs property.
      Returns:
      possible object is SignResponse.OptionalOutputs
    • setOptionalOutputs

      public void setOptionalOutputs(SignResponse.OptionalOutputs value)
      Sets the value of the optionalOutputs property.
      Parameters:
      value - allowed object is SignResponse.OptionalOutputs
    • 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
    • getRequestID

      public String getRequestID()
      Gets the value of the requestID property.
      Returns:
      possible object is String
    • setRequestID

      public void setRequestID(String value)
      Sets the value of the requestID property.
      Parameters:
      value - allowed object is String