public class SecurityType extends BaseToolboxType implements ParameterInterface
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"/>
</choice>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DecryptType |
decrypt |
protected EncryptType |
encrypt |
| Constructor and Description |
|---|
SecurityType() |
| Modifier and Type | Method and Description |
|---|---|
DecryptType |
getDecrypt()
Gets the value of the decrypt property.
|
EncryptType |
getEncrypt()
Gets the value of the encrypt property.
|
boolean |
isSetDecrypt() |
boolean |
isSetEncrypt() |
void |
setDecrypt(DecryptType value)
Sets the value of the decrypt property.
|
void |
setEncrypt(EncryptType value)
Sets the value of the encrypt property.
|
protected DecryptType decrypt
protected EncryptType encrypt
public DecryptType getDecrypt()
DecryptTypepublic void setDecrypt(DecryptType value)
value - allowed object is
DecryptTypepublic boolean isSetDecrypt()
public EncryptType getEncrypt()
EncryptTypepublic void setEncrypt(EncryptType value)
value - allowed object is
EncryptTypepublic boolean isSetEncrypt()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.