Class VerifyDocument
java.lang.Object
de.gematik.ws.conn.signatureservice.v7_4.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">
<sequence>
<element ref="{http://ws.gematik.de/conn/ConnectorContext/v2.0}Context"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.4}TvMode" minOccurs="0"/>
<element name="OptionalInputs" minOccurs="0">
<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.4}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.4}ViewerInfo" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.4}Document" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureObject" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/SignatureService/v7.4}IncludeRevocationInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContextTypeprotected DocumentTypeprotected booleanprotected VerifyDocument.OptionalInputsprotected SignatureObjectprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.Gets the value of the document property.Gets the value of the optionalInputs property.Gets the value of the signatureObject property.Gets the value of the tvMode property.booleanGets the value of the includeRevocationInfo property.voidsetContext(ContextType value) Sets the value of the context property.voidsetDocument(DocumentType value) Sets the value of the document property.voidsetIncludeRevocationInfo(boolean value) Sets the value of the includeRevocationInfo property.voidSets the value of the optionalInputs property.voidSets the value of the signatureObject property.voidSets the value of the tvMode property.
-
Field Details
-
context
-
tvMode
-
optionalInputs
-
document
-
signatureObject
-
includeRevocationInfo
protected boolean includeRevocationInfo
-
-
Constructor Details
-
VerifyDocument
public VerifyDocument()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
ContextType
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isContextType
-
getTvMode
Gets the value of the tvMode property.- Returns:
- possible object is
String
-
setTvMode
Sets the value of the tvMode property.- Parameters:
value- allowed object isString
-
getOptionalInputs
Gets the value of the optionalInputs property.- Returns:
- possible object is
VerifyDocument.OptionalInputs
-
setOptionalInputs
Sets the value of the optionalInputs property.- Parameters:
value- allowed object isVerifyDocument.OptionalInputs
-
getDocument
Gets the value of the document property.- Returns:
- possible object is
DocumentType
-
setDocument
Sets the value of the document property.- Parameters:
value- allowed object isDocumentType
-
getSignatureObject
Gets the value of the signatureObject property.- Returns:
- possible object is
SignatureObject
-
setSignatureObject
Sets the value of the signatureObject property.- Parameters:
value- allowed object isSignatureObject
-
isIncludeRevocationInfo
public boolean isIncludeRevocationInfo()Gets the value of the includeRevocationInfo property. -
setIncludeRevocationInfo
public void setIncludeRevocationInfo(boolean value) Sets the value of the includeRevocationInfo property.
-