public class CTDocProtect extends Object implements Child
Java class for CT_DocProtect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DocProtect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}AG_Password"/>
<attribute name="edit" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DocProtect" />
<attribute name="formatting" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="enforcement" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
algIdExt |
protected String |
algIdExtSource |
protected STAlgClass |
cryptAlgorithmClass |
protected BigInteger |
cryptAlgorithmSid |
protected STAlgType |
cryptAlgorithmType |
protected String |
cryptProvider |
protected STCryptProv |
cryptProviderType |
protected String |
cryptProviderTypeExt |
protected String |
cryptProviderTypeExtSource |
protected BigInteger |
cryptSpinCount |
protected STDocProtect |
edit |
protected Boolean |
enforcement |
protected Boolean |
formatting |
protected byte[] |
hash |
protected byte[] |
salt |
| Constructor and Description |
|---|
CTDocProtect() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAlgIdExt()
Gets the value of the algIdExt property.
|
String |
getAlgIdExtSource()
Gets the value of the algIdExtSource property.
|
STAlgClass |
getCryptAlgorithmClass()
Gets the value of the cryptAlgorithmClass property.
|
BigInteger |
getCryptAlgorithmSid()
Gets the value of the cryptAlgorithmSid property.
|
STAlgType |
getCryptAlgorithmType()
Gets the value of the cryptAlgorithmType property.
|
String |
getCryptProvider()
Gets the value of the cryptProvider property.
|
STCryptProv |
getCryptProviderType()
Gets the value of the cryptProviderType property.
|
String |
getCryptProviderTypeExt()
Gets the value of the cryptProviderTypeExt property.
|
String |
getCryptProviderTypeExtSource()
Gets the value of the cryptProviderTypeExtSource property.
|
BigInteger |
getCryptSpinCount()
Gets the value of the cryptSpinCount property.
|
STDocProtect |
getEdit()
Gets the value of the edit property.
|
byte[] |
getHash()
Gets the value of the hash property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
byte[] |
getSalt()
Gets the value of the salt property.
|
boolean |
isEnforcement()
Gets the value of the enforcement property.
|
boolean |
isFormatting()
Gets the value of the formatting property.
|
void |
setAlgIdExt(String value)
Sets the value of the algIdExt property.
|
void |
setAlgIdExtSource(String value)
Sets the value of the algIdExtSource property.
|
void |
setCryptAlgorithmClass(STAlgClass value)
Sets the value of the cryptAlgorithmClass property.
|
void |
setCryptAlgorithmSid(BigInteger value)
Sets the value of the cryptAlgorithmSid property.
|
void |
setCryptAlgorithmType(STAlgType value)
Sets the value of the cryptAlgorithmType property.
|
void |
setCryptProvider(String value)
Sets the value of the cryptProvider property.
|
void |
setCryptProviderType(STCryptProv value)
Sets the value of the cryptProviderType property.
|
void |
setCryptProviderTypeExt(String value)
Sets the value of the cryptProviderTypeExt property.
|
void |
setCryptProviderTypeExtSource(String value)
Sets the value of the cryptProviderTypeExtSource property.
|
void |
setCryptSpinCount(BigInteger value)
Sets the value of the cryptSpinCount property.
|
void |
setEdit(STDocProtect value)
Sets the value of the edit property.
|
void |
setEnforcement(Boolean value)
Sets the value of the enforcement property.
|
void |
setFormatting(Boolean value)
Sets the value of the formatting property.
|
void |
setHash(byte[] value)
Sets the value of the hash property.
|
void |
setParent(Object parent) |
void |
setSalt(byte[] value)
Sets the value of the salt property.
|
protected STDocProtect edit
protected Boolean formatting
protected Boolean enforcement
protected STCryptProv cryptProviderType
protected STAlgClass cryptAlgorithmClass
protected STAlgType cryptAlgorithmType
protected BigInteger cryptAlgorithmSid
protected BigInteger cryptSpinCount
protected String cryptProvider
protected String algIdExt
protected String algIdExtSource
protected String cryptProviderTypeExt
protected String cryptProviderTypeExtSource
protected byte[] hash
protected byte[] salt
public STDocProtect getEdit()
STDocProtectpublic void setEdit(STDocProtect value)
value - allowed object is
STDocProtectpublic boolean isFormatting()
Booleanpublic void setFormatting(Boolean value)
value - allowed object is
Booleanpublic boolean isEnforcement()
Booleanpublic void setEnforcement(Boolean value)
value - allowed object is
Booleanpublic STCryptProv getCryptProviderType()
STCryptProvpublic void setCryptProviderType(STCryptProv value)
value - allowed object is
STCryptProvpublic STAlgClass getCryptAlgorithmClass()
STAlgClasspublic void setCryptAlgorithmClass(STAlgClass value)
value - allowed object is
STAlgClasspublic STAlgType getCryptAlgorithmType()
STAlgTypepublic void setCryptAlgorithmType(STAlgType value)
value - allowed object is
STAlgTypepublic BigInteger getCryptAlgorithmSid()
BigIntegerpublic void setCryptAlgorithmSid(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getCryptSpinCount()
BigIntegerpublic void setCryptSpinCount(BigInteger value)
value - allowed object is
BigIntegerpublic String getCryptProvider()
Stringpublic void setCryptProvider(String value)
value - allowed object is
Stringpublic String getAlgIdExt()
Stringpublic void setAlgIdExt(String value)
value - allowed object is
Stringpublic String getAlgIdExtSource()
Stringpublic void setAlgIdExtSource(String value)
value - allowed object is
Stringpublic String getCryptProviderTypeExt()
Stringpublic void setCryptProviderTypeExt(String value)
value - allowed object is
Stringpublic String getCryptProviderTypeExtSource()
Stringpublic void setCryptProviderTypeExtSource(String value)
value - allowed object is
Stringpublic byte[] getHash()
public void setHash(byte[] value)
value - allowed object is
byte[]public byte[] getSalt()
public void setSalt(byte[] value)
value - allowed object is
byte[]public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.