Class VerifyDocument

java.lang.Object
de.gematik.ws.conn.signatureservice.v7_4.VerifyDocument

public class VerifyDocument extends Object

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>
 
  • Field Details

  • Constructor Details

    • VerifyDocument

      public VerifyDocument()
  • Method Details

    • getContext

      public ContextType getContext()
      Gets the value of the context property.
      Returns:
      possible object is ContextType
    • setContext

      public void setContext(ContextType value)
      Sets the value of the context property.
      Parameters:
      value - allowed object is ContextType
    • getTvMode

      public String getTvMode()
      Gets the value of the tvMode property.
      Returns:
      possible object is String
    • setTvMode

      public void setTvMode(String value)
      Sets the value of the tvMode property.
      Parameters:
      value - allowed object is String
    • getOptionalInputs

      public VerifyDocument.OptionalInputs getOptionalInputs()
      Gets the value of the optionalInputs property.
      Returns:
      possible object is VerifyDocument.OptionalInputs
    • setOptionalInputs

      public void setOptionalInputs(VerifyDocument.OptionalInputs value)
      Sets the value of the optionalInputs property.
      Parameters:
      value - allowed object is VerifyDocument.OptionalInputs
    • getDocument

      public DocumentType getDocument()
      Gets the value of the document property.
      Returns:
      possible object is DocumentType
    • setDocument

      public void setDocument(DocumentType value)
      Sets the value of the document property.
      Parameters:
      value - allowed object is DocumentType
    • getSignatureObject

      public SignatureObject getSignatureObject()
      Gets the value of the signatureObject property.
      Returns:
      possible object is SignatureObject
    • setSignatureObject

      public void setSignatureObject(SignatureObject value)
      Sets the value of the signatureObject property.
      Parameters:
      value - allowed object is SignatureObject
    • isIncludeRevocationInfo

      public boolean isIncludeRevocationInfo()
      Gets the value of the includeRevocationInfo property.
    • setIncludeRevocationInfo

      public void setIncludeRevocationInfo(boolean value)
      Sets the value of the includeRevocationInfo property.