public class PdfPasswordType extends Object implements ParameterInterface
Java class for PdfPasswordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PdfPasswordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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 String |
open |
protected String |
permission |
| Constructor and Description |
|---|
PdfPasswordType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOpen()
Gets the value of the open property.
|
String |
getPermission()
Gets the value of the permission property.
|
boolean |
isSetOpen() |
boolean |
isSetPermission() |
void |
setOpen(String value)
Sets the value of the open property.
|
void |
setPermission(String value)
Sets the value of the permission property.
|
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–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.