Class VerifyDocumentResponse.OptionalOutputs
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.VerifyDocumentResponse.OptionalOutputs
- Enclosing class:
- VerifyDocumentResponse
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="{urn:oasis:names:tc:dss:1.0:core:schema}VerifyManifestResults" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}DocumentWithSignature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}UpdatedSignature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationReport" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DocumentTypeprotected UpdatedSignatureTypeprotected VerificationReportTypeprotected VerifyManifestResultsType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentWithSignature property.Gets the value of the updatedSignature property.Gets the value of the verificationReport property.Gets the value of the verifyManifestResults property.voidSets the value of the documentWithSignature property.voidSets the value of the updatedSignature property.voidSets the value of the verificationReport property.voidSets the value of the verifyManifestResults property.
-
Field Details
-
verifyManifestResults
-
documentWithSignature
-
updatedSignature
-
verificationReport
-
-
Constructor Details
-
OptionalOutputs
public OptionalOutputs()
-
-
Method Details
-
getVerifyManifestResults
Gets the value of the verifyManifestResults property.- Returns:
- possible object is
VerifyManifestResultsType
-
setVerifyManifestResults
Sets the value of the verifyManifestResults property.- Parameters:
value- allowed object isVerifyManifestResultsType
-
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
-
getUpdatedSignature
Gets the value of the updatedSignature property.- Returns:
- possible object is
UpdatedSignatureType
-
setUpdatedSignature
Sets the value of the updatedSignature property.- Parameters:
value- allowed object isUpdatedSignatureType
-
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
-