public static class EncryptType.Password extends Object
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">
<attribute name="encryptionKey" type="{http://schema.webpdf.de/1.0/operation}PdfEncryptionKeyType" default="RC4_128" />
<attribute name="permission" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="open" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PdfEncryptionKeyType |
encryptionKey |
protected String |
open |
protected String |
permission |
| Constructor and Description |
|---|
EncryptType.Password() |
| Modifier and Type | Method and Description |
|---|---|
PdfEncryptionKeyType |
getEncryptionKey()
Gets the value of the encryptionKey property.
|
String |
getOpen()
Gets the value of the open property.
|
String |
getPermission()
Gets the value of the permission property.
|
boolean |
isSetEncryptionKey() |
boolean |
isSetOpen() |
boolean |
isSetPermission() |
void |
setEncryptionKey(PdfEncryptionKeyType value)
Sets the value of the encryptionKey property.
|
void |
setOpen(String value)
Sets the value of the open property.
|
void |
setPermission(String value)
Sets the value of the permission property.
|
protected PdfEncryptionKeyType encryptionKey
protected String permission
protected String open
public PdfEncryptionKeyType getEncryptionKey()
PdfEncryptionKeyTypepublic void setEncryptionKey(PdfEncryptionKeyType value)
value - allowed object is
PdfEncryptionKeyTypepublic boolean isSetEncryptionKey()
public String getPermission()
Stringpublic void setPermission(String value)
value - allowed object is
Stringpublic boolean isSetPermission()
public String getOpen()
Stringpublic void setOpen(String value)
value - allowed object is
Stringpublic boolean isSetOpen()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.