Class DecryptDocument

java.lang.Object
de.gematik.ws.conn.encryptionservice.v6.DecryptDocument

public class DecryptDocument 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/EncryptionService/v6.1}PrivateKeyOnCard"/>
         <element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Document"/>
         <element name="OptionalInputs" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DecryptDocument

      public DecryptDocument()
  • 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
    • getPrivateKeyOnCard

      public KeyOnCardType getPrivateKeyOnCard()
      Gets the value of the privateKeyOnCard property.
      Returns:
      possible object is KeyOnCardType
    • setPrivateKeyOnCard

      public void setPrivateKeyOnCard(KeyOnCardType value)
      Sets the value of the privateKeyOnCard property.
      Parameters:
      value - allowed object is KeyOnCardType
    • 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
    • getOptionalInputs

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

      public void setOptionalInputs(Object value)
      Sets the value of the optionalInputs property.
      Parameters:
      value - allowed object is Object