Class EncryptDocument
java.lang.Object
de.gematik.ws.conn.encryptionservice.v6.EncryptDocument
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 name="RecipientKeys">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}CertificateOnCard" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}Certificate" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://ws.gematik.de/conn/ConnectorCommon/v5.0}Document"/>
<element name="OptionalInputs" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}EncryptionType" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}Element" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ws.gematik.de/conn/EncryptionService/v6.1}UnprotectedProperties" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContextTypeprotected DocumentTypeprotected EncryptDocument.OptionalInputsprotected EncryptDocument.RecipientKeys -
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 recipientKeys property.voidsetContext(ContextType value) Sets the value of the context property.voidsetDocument(DocumentType value) Sets the value of the document property.voidSets the value of the optionalInputs property.voidSets the value of the recipientKeys property.
-
Field Details
-
context
-
recipientKeys
-
document
-
optionalInputs
-
-
Constructor Details
-
EncryptDocument
public EncryptDocument()
-
-
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
-
getRecipientKeys
Gets the value of the recipientKeys property.- Returns:
- possible object is
EncryptDocument.RecipientKeys
-
setRecipientKeys
Sets the value of the recipientKeys property.- Parameters:
value- allowed object isEncryptDocument.RecipientKeys
-
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
EncryptDocument.OptionalInputs
-
setOptionalInputs
Sets the value of the optionalInputs property.- Parameters:
value- allowed object isEncryptDocument.OptionalInputs
-