Class SignResponse.OptionalOutputs

java.lang.Object
de.gematik.ws.conn.signatureservice.v7.SignResponse.OptionalOutputs
Enclosing class:
SignResponse

public static class SignResponse.OptionalOutputs 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/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>
 
  • Field Details

  • Constructor Details

    • OptionalOutputs

      public OptionalOutputs()
  • Method Details

    • getDocumentWithSignature

      public DocumentType getDocumentWithSignature()
      Gets the value of the documentWithSignature property.
      Returns:
      possible object is DocumentType
    • setDocumentWithSignature

      public void setDocumentWithSignature(DocumentType value)
      Sets the value of the documentWithSignature property.
      Parameters:
      value - allowed object is DocumentType
    • getVerificationReport

      public VerificationReportType getVerificationReport()
      Gets the value of the verificationReport property.
      Returns:
      possible object is VerificationReportType
    • setVerificationReport

      public void setVerificationReport(VerificationReportType value)
      Sets the value of the verificationReport property.
      Parameters:
      value - allowed object is VerificationReportType