Class SignResponse.OptionalOutputs
java.lang.Object
de.gematik.ws.conn.signatureservice.v7_4.SignResponse.OptionalOutputs
- Enclosing class:
- SignResponse
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.4}DocumentWithSignature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationReport" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentWithSignature property.Gets the value of the verificationReport property.voidSets the value of the documentWithSignature property.voidSets the value of the verificationReport property.
-
Field Details
-
documentWithSignature
-
verificationReport
-
-
Constructor Details
-
OptionalOutputs
public OptionalOutputs()
-
-
Method Details
-
getDocumentWithSignature
Gets the value of the documentWithSignature property.- Returns:
- possible object is
DocumentType
-
setDocumentWithSignature
Sets the value of the documentWithSignature property.- Parameters:
value- allowed object isDocumentType
-
getVerificationReport
Gets the value of the verificationReport property.- Returns:
- possible object is
VerificationReportType
-
setVerificationReport
Sets the value of the verificationReport property.- Parameters:
value- allowed object isVerificationReportType
-