Class VerifyDocument.OptionalInputs
java.lang.Object
de.gematik.ws.conn.signatureservice.v7.VerifyDocument.OptionalInputs
- Enclosing class:
- VerifyDocument
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">
<all>
<element name="VerifyManifests" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}UseVerificationTime" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}AdditionalKeyInfo" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}ReturnVerificationReport" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Schemas" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}ViewerInfo" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdditionalKeyInfoprotected ReturnVerificationReportprotected SchemasTypeprotected UseVerificationTimeTypeprotected Objectprotected ViewerInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalKeyInfo property.Gets the value of the returnVerificationReport property.Gets the value of the schemas property.Gets the value of the useVerificationTime property.Gets the value of the verifyManifests property.Gets the value of the viewerInfo property.voidSets the value of the additionalKeyInfo property.voidSets the value of the returnVerificationReport property.voidsetSchemas(SchemasType value) Sets the value of the schemas property.voidSets the value of the useVerificationTime property.voidsetVerifyManifests(Object value) Sets the value of the verifyManifests property.voidsetViewerInfo(ViewerInfo value) Sets the value of the viewerInfo property.
-
Field Details
-
verifyManifests
-
useVerificationTime
-
additionalKeyInfo
-
returnVerificationReport
-
schemas
-
viewerInfo
-
-
Constructor Details
-
OptionalInputs
public OptionalInputs()
-
-
Method Details
-
getVerifyManifests
Gets the value of the verifyManifests property.- Returns:
- possible object is
Object
-
setVerifyManifests
Sets the value of the verifyManifests property.- Parameters:
value- allowed object isObject
-
getUseVerificationTime
Gets the value of the useVerificationTime property.- Returns:
- possible object is
UseVerificationTimeType
-
setUseVerificationTime
Sets the value of the useVerificationTime property.- Parameters:
value- allowed object isUseVerificationTimeType
-
getAdditionalKeyInfo
Gets the value of the additionalKeyInfo property.- Returns:
- possible object is
AdditionalKeyInfo
-
setAdditionalKeyInfo
Sets the value of the additionalKeyInfo property.- Parameters:
value- allowed object isAdditionalKeyInfo
-
getReturnVerificationReport
Gets the value of the returnVerificationReport property.- Returns:
- possible object is
ReturnVerificationReport
-
setReturnVerificationReport
Sets the value of the returnVerificationReport property.- Parameters:
value- allowed object isReturnVerificationReport
-
getSchemas
Gets the value of the schemas property.- Returns:
- possible object is
SchemasType
-
setSchemas
Sets the value of the schemas property.- Parameters:
value- allowed object isSchemasType
-
getViewerInfo
Gets the value of the viewerInfo property.- Returns:
- possible object is
ViewerInfo
-
setViewerInfo
Sets the value of the viewerInfo property.- Parameters:
value- allowed object isViewerInfo
-