Class VerifyDocument.OptionalInputs

java.lang.Object
de.gematik.ws.conn.signatureservice.v7.VerifyDocument.OptionalInputs
Enclosing class:
VerifyDocument

public static class VerifyDocument.OptionalInputs 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">
       <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 Details

  • Constructor Details

    • OptionalInputs

      public OptionalInputs()
  • Method Details

    • getVerifyManifests

      public Object getVerifyManifests()
      Gets the value of the verifyManifests property.
      Returns:
      possible object is Object
    • setVerifyManifests

      public void setVerifyManifests(Object value)
      Sets the value of the verifyManifests property.
      Parameters:
      value - allowed object is Object
    • getUseVerificationTime

      public UseVerificationTimeType getUseVerificationTime()
      Gets the value of the useVerificationTime property.
      Returns:
      possible object is UseVerificationTimeType
    • setUseVerificationTime

      public void setUseVerificationTime(UseVerificationTimeType value)
      Sets the value of the useVerificationTime property.
      Parameters:
      value - allowed object is UseVerificationTimeType
    • getAdditionalKeyInfo

      public AdditionalKeyInfo getAdditionalKeyInfo()
      Gets the value of the additionalKeyInfo property.
      Returns:
      possible object is AdditionalKeyInfo
    • setAdditionalKeyInfo

      public void setAdditionalKeyInfo(AdditionalKeyInfo value)
      Sets the value of the additionalKeyInfo property.
      Parameters:
      value - allowed object is AdditionalKeyInfo
    • getReturnVerificationReport

      public ReturnVerificationReport getReturnVerificationReport()
      Gets the value of the returnVerificationReport property.
      Returns:
      possible object is ReturnVerificationReport
    • setReturnVerificationReport

      public void setReturnVerificationReport(ReturnVerificationReport value)
      Sets the value of the returnVerificationReport property.
      Parameters:
      value - allowed object is ReturnVerificationReport
    • getSchemas

      public SchemasType getSchemas()
      Gets the value of the schemas property.
      Returns:
      possible object is SchemasType
    • setSchemas

      public void setSchemas(SchemasType value)
      Sets the value of the schemas property.
      Parameters:
      value - allowed object is SchemasType
    • getViewerInfo

      public ViewerInfo getViewerInfo()
      Gets the value of the viewerInfo property.
      Returns:
      possible object is ViewerInfo
    • setViewerInfo

      public void setViewerInfo(ViewerInfo value)
      Sets the value of the viewerInfo property.
      Parameters:
      value - allowed object is ViewerInfo