Class VerifyDocumentResponse
java.lang.Object
de.gematik.ws.conn.signatureservice.v7_4.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="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Status"/>
<element name="VerificationResult" type="{http://ws.gematik.de/conn/SignatureService/v7.4}VerificationResultType"/>
<element name="OptionalOutputs" minOccurs="0">
<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.4}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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VerifyDocumentResponse.OptionalOutputsprotected Statusprotected VerificationResultType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the optionalOutputs property.Gets the value of the status property.Gets the value of the verificationResult property.voidSets the value of the optionalOutputs property.voidSets the value of the status property.voidSets the value of the verificationResult property.
-
Field Details
-
status
-
verificationResult
-
optionalOutputs
-
-
Constructor Details
-
VerifyDocumentResponse
public VerifyDocumentResponse()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
getVerificationResult
Gets the value of the verificationResult property.- Returns:
- possible object is
VerificationResultType
-
setVerificationResult
Sets the value of the verificationResult property.- Parameters:
value- allowed object isVerificationResultType
-
getOptionalOutputs
Gets the value of the optionalOutputs property.- Returns:
- possible object is
VerifyDocumentResponse.OptionalOutputs
-
setOptionalOutputs
Sets the value of the optionalOutputs property.- Parameters:
value- allowed object isVerifyDocumentResponse.OptionalOutputs
-