Class EncryptDocumentResponse

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

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

    • status

      protected Status status
    • optionalOutputs

      protected Object optionalOutputs
    • document

      protected DocumentType document
  • Constructor Details

    • EncryptDocumentResponse

      public EncryptDocumentResponse()
  • Method Details

    • getStatus

      public Status getStatus()
      Gets the value of the status property.
      Returns:
      possible object is Status
    • setStatus

      public void setStatus(Status value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is Status
    • getOptionalOutputs

      public Object getOptionalOutputs()
      Gets the value of the optionalOutputs property.
      Returns:
      possible object is Object
    • setOptionalOutputs

      public void setOptionalOutputs(Object value)
      Sets the value of the optionalOutputs property.
      Parameters:
      value - allowed object is Object
    • 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