public class SecurityType extends Object
Java class for SecurityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="password" type="{http://schema.webpdf.de/1.0/extraction/info}PasswordType" minOccurs="0"/>
</choice>
<attGroup ref="{http://schema.webpdf.de/1.0/extraction/info}securityFlags"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canAssemble |
protected Boolean |
canExtractContent |
protected Boolean |
canExtractForAccessibility |
protected Boolean |
canFillInForm |
protected Boolean |
canModify |
protected Boolean |
canModifyAnnotations |
protected Boolean |
canPrint |
protected Boolean |
canPrintHighRes |
protected PasswordType |
password |
| Constructor and Description |
|---|
SecurityType() |
| Modifier and Type | Method and Description |
|---|---|
PasswordType |
getPassword()
Gets the value of the password property.
|
boolean |
isCanAssemble()
Gets the value of the canAssemble property.
|
boolean |
isCanExtractContent()
Gets the value of the canExtractContent property.
|
boolean |
isCanExtractForAccessibility()
Gets the value of the canExtractForAccessibility property.
|
boolean |
isCanFillInForm()
Gets the value of the canFillInForm property.
|
boolean |
isCanModify()
Gets the value of the canModify property.
|
boolean |
isCanModifyAnnotations()
Gets the value of the canModifyAnnotations property.
|
boolean |
isCanPrint()
Gets the value of the canPrint property.
|
boolean |
isCanPrintHighRes()
Gets the value of the canPrintHighRes property.
|
boolean |
isSetCanAssemble() |
boolean |
isSetCanExtractContent() |
boolean |
isSetCanExtractForAccessibility() |
boolean |
isSetCanFillInForm() |
boolean |
isSetCanModify() |
boolean |
isSetCanModifyAnnotations() |
boolean |
isSetCanPrint() |
boolean |
isSetCanPrintHighRes() |
boolean |
isSetPassword() |
void |
setCanAssemble(boolean value)
Sets the value of the canAssemble property.
|
void |
setCanExtractContent(boolean value)
Sets the value of the canExtractContent property.
|
void |
setCanExtractForAccessibility(boolean value)
Sets the value of the canExtractForAccessibility property.
|
void |
setCanFillInForm(boolean value)
Sets the value of the canFillInForm property.
|
void |
setCanModify(boolean value)
Sets the value of the canModify property.
|
void |
setCanModifyAnnotations(boolean value)
Sets the value of the canModifyAnnotations property.
|
void |
setCanPrint(boolean value)
Sets the value of the canPrint property.
|
void |
setCanPrintHighRes(boolean value)
Sets the value of the canPrintHighRes property.
|
void |
setPassword(PasswordType value)
Sets the value of the password property.
|
void |
unsetCanAssemble() |
void |
unsetCanExtractContent() |
void |
unsetCanExtractForAccessibility() |
void |
unsetCanFillInForm() |
void |
unsetCanModify() |
void |
unsetCanModifyAnnotations() |
void |
unsetCanPrint() |
void |
unsetCanPrintHighRes() |
protected PasswordType password
protected Boolean canAssemble
protected Boolean canExtractContent
protected Boolean canExtractForAccessibility
protected Boolean canFillInForm
protected Boolean canModify
protected Boolean canModifyAnnotations
protected Boolean canPrint
protected Boolean canPrintHighRes
public PasswordType getPassword()
PasswordTypepublic void setPassword(PasswordType value)
value - allowed object is
PasswordTypepublic boolean isSetPassword()
public boolean isCanAssemble()
Booleanpublic void setCanAssemble(boolean value)
value - allowed object is
Booleanpublic boolean isSetCanAssemble()
public void unsetCanAssemble()
public boolean isCanExtractContent()
Booleanpublic void setCanExtractContent(boolean value)
value - allowed object is
Booleanpublic boolean isSetCanExtractContent()
public void unsetCanExtractContent()
public boolean isCanExtractForAccessibility()
Booleanpublic void setCanExtractForAccessibility(boolean value)
value - allowed object is
Booleanpublic boolean isSetCanExtractForAccessibility()
public void unsetCanExtractForAccessibility()
public boolean isCanFillInForm()
Booleanpublic void setCanFillInForm(boolean value)
value - allowed object is
Booleanpublic boolean isSetCanFillInForm()
public void unsetCanFillInForm()
public boolean isCanModify()
Booleanpublic void setCanModify(boolean value)
value - allowed object is
Booleanpublic boolean isSetCanModify()
public void unsetCanModify()
public boolean isCanModifyAnnotations()
Booleanpublic void setCanModifyAnnotations(boolean value)
value - allowed object is
Booleanpublic boolean isSetCanModifyAnnotations()
public void unsetCanModifyAnnotations()
public boolean isCanPrint()
Booleanpublic void setCanPrint(boolean value)
value - allowed object is
Booleanpublic boolean isSetCanPrint()
public void unsetCanPrint()
public boolean isCanPrintHighRes()
Booleanpublic void setCanPrintHighRes(boolean value)
value - allowed object is
Booleanpublic boolean isSetCanPrintHighRes()
public void unsetCanPrintHighRes()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.