Class DecryptDocument
java.lang.Object
de.gematik.ws.conn.encryptionservice.v6.DecryptDocument
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ContextTypeprotected DocumentTypeprotected Objectprotected KeyOnCardType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the context property.Gets the value of the document property.Gets the value of the optionalInputs property.Gets the value of the privateKeyOnCard property.voidsetContext(ContextType value) Sets the value of the context property.voidsetDocument(DocumentType value) Sets the value of the document property.voidsetOptionalInputs(Object value) Sets the value of the optionalInputs property.voidsetPrivateKeyOnCard(KeyOnCardType value) Sets the value of the privateKeyOnCard property.
-
Field Details
-
context
-
privateKeyOnCard
-
document
-
optionalInputs
-
-
Constructor Details
-
DecryptDocument
public DecryptDocument()
-
-
Method Details
-
getContext
Gets the value of the context property.- Returns:
- possible object is
ContextType
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isContextType
-
getPrivateKeyOnCard
Gets the value of the privateKeyOnCard property.- Returns:
- possible object is
KeyOnCardType
-
setPrivateKeyOnCard
Sets the value of the privateKeyOnCard property.- Parameters:
value- allowed object isKeyOnCardType
-
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
-
getOptionalInputs
Gets the value of the optionalInputs property.- Returns:
- possible object is
Object
-
setOptionalInputs
Sets the value of the optionalInputs property.- Parameters:
value- allowed object isObject
-