Class DecryptDocumentResponse
java.lang.Object
de.gematik.ws.conn.encryptionservice.v6.DecryptDocumentResponse
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 ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Document" minOccurs="0"/>
<element name="OptionalOutputs" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the document property.Gets the value of the optionalOutputs property.Gets the value of the status property.voidsetDocument(DocumentType value) Sets the value of the document property.voidsetOptionalOutputs(Object value) Sets the value of the optionalOutputs property.voidSets the value of the status property.
-
Field Details
-
status
-
document
-
optionalOutputs
-
-
Constructor Details
-
DecryptDocumentResponse
public DecryptDocumentResponse()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatus
-
getDocument
Gets the value of the document property.- Returns:
- possible object is
DocumentType
-
setDocument
Sets the value of the document property.- Parameters:
value- allowed object isDocumentType
-
getOptionalOutputs
Gets the value of the optionalOutputs property.- Returns:
- possible object is
Object
-
setOptionalOutputs
Sets the value of the optionalOutputs property.- Parameters:
value- allowed object isObject
-