Class SecurityType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseToolboxType
-
- net.webpdf.wsclient.schema.operation.SecurityType
-
- All Implemented Interfaces:
ParameterInterface
public class SecurityType extends BaseToolboxType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p321944_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p909790_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The security operation element can be used to encrypt and decrypt documents.</p>
Java class for SecurityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType"> <choice> <element name="decrypt" type="{http://schema.webpdf.de/1.0/operation}DecryptType" minOccurs="0"/> <element name="encrypt" type="{http://schema.webpdf.de/1.0/operation}EncryptType" minOccurs="0"/> <element name="encryptCertificate" type="{http://schema.webpdf.de/1.0/operation}EncryptCertificateType" minOccurs="0"/> </choice> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DecryptTypedecryptprotected EncryptTypeencryptprotected EncryptCertificateTypeencryptCertificate
-
Constructor Summary
Constructors Constructor Description SecurityType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecryptTypegetDecrypt()Gets the value of the decrypt property.EncryptTypegetEncrypt()Gets the value of the encrypt property.EncryptCertificateTypegetEncryptCertificate()Gets the value of the encryptCertificate property.booleanisSetDecrypt()booleanisSetEncrypt()booleanisSetEncryptCertificate()voidsetDecrypt(DecryptType value)Sets the value of the decrypt property.voidsetEncrypt(EncryptType value)Sets the value of the encrypt property.voidsetEncryptCertificate(EncryptCertificateType value)Sets the value of the encryptCertificate property.
-
-
-
Field Detail
-
decrypt
protected DecryptType decrypt
-
encrypt
protected EncryptType encrypt
-
encryptCertificate
protected EncryptCertificateType encryptCertificate
-
-
Method Detail
-
getDecrypt
public DecryptType getDecrypt()
Gets the value of the decrypt property.- Returns:
- possible object is
DecryptType
-
setDecrypt
public void setDecrypt(DecryptType value)
Sets the value of the decrypt property.- Parameters:
value- allowed object isDecryptType
-
isSetDecrypt
public boolean isSetDecrypt()
-
getEncrypt
public EncryptType getEncrypt()
Gets the value of the encrypt property.- Returns:
- possible object is
EncryptType
-
setEncrypt
public void setEncrypt(EncryptType value)
Sets the value of the encrypt property.- Parameters:
value- allowed object isEncryptType
-
isSetEncrypt
public boolean isSetEncrypt()
-
getEncryptCertificate
public EncryptCertificateType getEncryptCertificate()
Gets the value of the encryptCertificate property.- Returns:
- possible object is
EncryptCertificateType
-
setEncryptCertificate
public void setEncryptCertificate(EncryptCertificateType value)
Sets the value of the encryptCertificate property.- Parameters:
value- allowed object isEncryptCertificateType
-
isSetEncryptCertificate
public boolean isSetEncryptCertificate()
-
-