Class SignRequest

java.lang.Object
de.gematik.ws.conn.signatureservice.v7.SignRequest

public class SignRequest 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 name="OptionalInputs" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <all>
                   <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignatureType" minOccurs="0"/>
                   <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Properties" minOccurs="0"/>
                   <element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}IncludeEContent" minOccurs="0"/>
                   <element name="IncludeObjects" 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}IncludeObject" maxOccurs="unbounded"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}SignaturePlacement" minOccurs="0"/>
                   <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}ReturnUpdatedSignature" minOccurs="0"/>
                   <element ref="{urn:oasis:names:tc:dss:1.0:core:schema}Schemas" minOccurs="0"/>
                   <element ref="{urn:oasis:names:tc:dss-x:1.0:profiles:SignaturePolicy:schema#}GenerateUnderSignaturePolicy" minOccurs="0"/>
                   <element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}ViewerInfo" minOccurs="0"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}Document"/>
         <element ref="{http://ws.gematik.de/conn/SignatureService/v7.5}IncludeRevocationInfo"/>
       </sequence>
       <attribute name="RequestID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SignRequest

      public SignRequest()
  • Method Details

    • getOptionalInputs

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

      public void setOptionalInputs(SignRequest.OptionalInputs value)
      Sets the value of the optionalInputs property.
      Parameters:
      value - allowed object is SignRequest.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
    • isIncludeRevocationInfo

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

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

      public String getRequestID()
      Gets the value of the requestID property.
      Returns:
      possible object is String
    • setRequestID

      public void setRequestID(String value)
      Sets the value of the requestID property.
      Parameters:
      value - allowed object is String