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(javax.xml.bind.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()
STDocProtect
public void setEdit(STDocProtect value)
value
- allowed object is
STDocProtect
public boolean isFormatting()
Boolean
public void setFormatting(Boolean value)
value
- allowed object is
Boolean
public boolean isEnforcement()
Boolean
public void setEnforcement(Boolean value)
value
- allowed object is
Boolean
public STCryptProv getCryptProviderType()
STCryptProv
public void setCryptProviderType(STCryptProv value)
value
- allowed object is
STCryptProv
public STAlgClass getCryptAlgorithmClass()
STAlgClass
public void setCryptAlgorithmClass(STAlgClass value)
value
- allowed object is
STAlgClass
public STAlgType getCryptAlgorithmType()
STAlgType
public void setCryptAlgorithmType(STAlgType value)
value
- allowed object is
STAlgType
public BigInteger getCryptAlgorithmSid()
BigInteger
public void setCryptAlgorithmSid(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getCryptSpinCount()
BigInteger
public void setCryptSpinCount(BigInteger value)
value
- allowed object is
BigInteger
public String getCryptProvider()
String
public void setCryptProvider(String value)
value
- allowed object is
String
public String getAlgIdExt()
String
public void setAlgIdExt(String value)
value
- allowed object is
String
public String getAlgIdExtSource()
String
public void setAlgIdExtSource(String value)
value
- allowed object is
String
public String getCryptProviderTypeExt()
String
public void setCryptProviderTypeExt(String value)
value
- allowed object is
String
public String getCryptProviderTypeExtSource()
String
public void setCryptProviderTypeExtSource(String value)
value
- allowed object is
String
public 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(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.