Class EncryptType.Password
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.EncryptType.Password
-
- Enclosing class:
- EncryptType
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected PdfEncryptionKeyTypeencryptionKeyprotected Stringopenprotected Stringpermission
-
Constructor Summary
Constructors Constructor Description Password()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfEncryptionKeyTypegetEncryptionKey()Gets the value of the encryptionKey property.StringgetOpen()Gets the value of the open property.StringgetPermission()Gets the value of the permission property.booleanisSetEncryptionKey()booleanisSetOpen()booleanisSetPermission()voidsetEncryptionKey(PdfEncryptionKeyType value)Sets the value of the encryptionKey property.voidsetOpen(String value)Sets the value of the open property.voidsetPermission(String value)Sets the value of the permission property.
-
-
-
Field Detail
-
encryptionKey
protected PdfEncryptionKeyType encryptionKey
-
permission
protected String permission
-
open
protected String open
-
-
Method Detail
-
getEncryptionKey
public PdfEncryptionKeyType getEncryptionKey()
Gets the value of the encryptionKey property.- Returns:
- possible object is
PdfEncryptionKeyType
-
setEncryptionKey
public void setEncryptionKey(PdfEncryptionKeyType value)
Sets the value of the encryptionKey property.- Parameters:
value- allowed object isPdfEncryptionKeyType
-
isSetEncryptionKey
public boolean isSetEncryptionKey()
-
getPermission
public String getPermission()
Gets the value of the permission property.- Returns:
- possible object is
String
-
setPermission
public void setPermission(String value)
Sets the value of the permission property.- Parameters:
value- allowed object isString
-
isSetPermission
public boolean isSetPermission()
-
getOpen
public String getOpen()
Gets the value of the open property.- Returns:
- possible object is
String
-
setOpen
public void setOpen(String value)
Sets the value of the open property.- Parameters:
value- allowed object isString
-
isSetOpen
public boolean isSetOpen()
-
-