Class PasswordType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.PasswordType
-
public class PasswordType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">An element of this type shall contain information concerning the used encryption and the used encryption key.</p>
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="hasAsymmetricEncryption" 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanhasAsymmetricEncryptionprotected BooleanhasOpenPasswordprotected BooleanhasPermissionPasswordprotected KeyAlgorithmTypekeyAlgorithmprotected IntegerkeyLength
-
Constructor Summary
Constructors Constructor Description PasswordType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyAlgorithmTypegetKeyAlgorithm()Gets the value of the keyAlgorithm property.intgetKeyLength()Gets the value of the keyLength property.booleanisHasAsymmetricEncryption()Gets the value of the hasAsymmetricEncryption property.booleanisHasOpenPassword()Gets the value of the hasOpenPassword property.booleanisHasPermissionPassword()Gets the value of the hasPermissionPassword property.booleanisSetHasAsymmetricEncryption()booleanisSetHasOpenPassword()booleanisSetHasPermissionPassword()booleanisSetKeyAlgorithm()booleanisSetKeyLength()voidsetHasAsymmetricEncryption(boolean value)Sets the value of the hasAsymmetricEncryption property.voidsetHasOpenPassword(boolean value)Sets the value of the hasOpenPassword property.voidsetHasPermissionPassword(boolean value)Sets the value of the hasPermissionPassword property.voidsetKeyAlgorithm(KeyAlgorithmType value)Sets the value of the keyAlgorithm property.voidsetKeyLength(int value)Sets the value of the keyLength property.voidunsetHasAsymmetricEncryption()voidunsetHasOpenPassword()voidunsetHasPermissionPassword()voidunsetKeyLength()
-
-
-
Field Detail
-
hasOpenPassword
protected Boolean hasOpenPassword
-
hasPermissionPassword
protected Boolean hasPermissionPassword
-
hasAsymmetricEncryption
protected Boolean hasAsymmetricEncryption
-
keyLength
protected Integer keyLength
-
keyAlgorithm
protected KeyAlgorithmType keyAlgorithm
-
-
Method Detail
-
isHasOpenPassword
public boolean isHasOpenPassword()
Gets the value of the hasOpenPassword property.- Returns:
- possible object is
Boolean
-
setHasOpenPassword
public void setHasOpenPassword(boolean value)
Sets the value of the hasOpenPassword property.- Parameters:
value- allowed object isBoolean
-
isSetHasOpenPassword
public boolean isSetHasOpenPassword()
-
unsetHasOpenPassword
public void unsetHasOpenPassword()
-
isHasPermissionPassword
public boolean isHasPermissionPassword()
Gets the value of the hasPermissionPassword property.- Returns:
- possible object is
Boolean
-
setHasPermissionPassword
public void setHasPermissionPassword(boolean value)
Sets the value of the hasPermissionPassword property.- Parameters:
value- allowed object isBoolean
-
isSetHasPermissionPassword
public boolean isSetHasPermissionPassword()
-
unsetHasPermissionPassword
public void unsetHasPermissionPassword()
-
isHasAsymmetricEncryption
public boolean isHasAsymmetricEncryption()
Gets the value of the hasAsymmetricEncryption property.- Returns:
- possible object is
Boolean
-
setHasAsymmetricEncryption
public void setHasAsymmetricEncryption(boolean value)
Sets the value of the hasAsymmetricEncryption property.- Parameters:
value- allowed object isBoolean
-
isSetHasAsymmetricEncryption
public boolean isSetHasAsymmetricEncryption()
-
unsetHasAsymmetricEncryption
public void unsetHasAsymmetricEncryption()
-
getKeyLength
public int getKeyLength()
Gets the value of the keyLength property.- Returns:
- possible object is
Integer
-
setKeyLength
public void setKeyLength(int value)
Sets the value of the keyLength property.- Parameters:
value- allowed object isInteger
-
isSetKeyLength
public boolean isSetKeyLength()
-
unsetKeyLength
public void unsetKeyLength()
-
getKeyAlgorithm
public KeyAlgorithmType getKeyAlgorithm()
Gets the value of the keyAlgorithm property.- Returns:
- possible object is
KeyAlgorithmType
-
setKeyAlgorithm
public void setKeyAlgorithm(KeyAlgorithmType value)
Sets the value of the keyAlgorithm property.- Parameters:
value- allowed object isKeyAlgorithmType
-
isSetKeyAlgorithm
public boolean isSetKeyAlgorithm()
-
-