public class PasswordType extends Object
Java class for PasswordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PasswordType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="hasOpenPassword" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="hasPermissionPassword" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="keyLength" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="keyAlgorithm" type="{http://schema.webpdf.de/1.0/extraction/info}KeyAlgorithmType" default="none" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
hasOpenPassword |
protected Boolean |
hasPermissionPassword |
protected KeyAlgorithmType |
keyAlgorithm |
protected Integer |
keyLength |
| Constructor and Description |
|---|
PasswordType() |
| Modifier and Type | Method and Description |
|---|---|
KeyAlgorithmType |
getKeyAlgorithm()
Gets the value of the keyAlgorithm property.
|
int |
getKeyLength()
Gets the value of the keyLength property.
|
boolean |
isHasOpenPassword()
Gets the value of the hasOpenPassword property.
|
boolean |
isHasPermissionPassword()
Gets the value of the hasPermissionPassword property.
|
boolean |
isSetHasOpenPassword() |
boolean |
isSetHasPermissionPassword() |
boolean |
isSetKeyAlgorithm() |
boolean |
isSetKeyLength() |
void |
setHasOpenPassword(boolean value)
Sets the value of the hasOpenPassword property.
|
void |
setHasPermissionPassword(boolean value)
Sets the value of the hasPermissionPassword property.
|
void |
setKeyAlgorithm(KeyAlgorithmType value)
Sets the value of the keyAlgorithm property.
|
void |
setKeyLength(int value)
Sets the value of the keyLength property.
|
void |
unsetHasOpenPassword() |
void |
unsetHasPermissionPassword() |
void |
unsetKeyLength() |
protected Boolean hasOpenPassword
protected Boolean hasPermissionPassword
protected Integer keyLength
protected KeyAlgorithmType keyAlgorithm
public boolean isHasOpenPassword()
Booleanpublic void setHasOpenPassword(boolean value)
value - allowed object is
Booleanpublic boolean isSetHasOpenPassword()
public void unsetHasOpenPassword()
public boolean isHasPermissionPassword()
Booleanpublic void setHasPermissionPassword(boolean value)
value - allowed object is
Booleanpublic boolean isSetHasPermissionPassword()
public void unsetHasPermissionPassword()
public int getKeyLength()
Integerpublic void setKeyLength(int value)
value - allowed object is
Integerpublic boolean isSetKeyLength()
public void unsetKeyLength()
public KeyAlgorithmType getKeyAlgorithm()
KeyAlgorithmTypepublic void setKeyAlgorithm(KeyAlgorithmType value)
value - allowed object is
KeyAlgorithmTypepublic boolean isSetKeyAlgorithm()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.