public class CTWriteProtection extends java.lang.Object implements Child
Java class for CT_WriteProtection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_WriteProtection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}AG_Password"/>
<attribute name="recommended" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
algIdExt |
protected java.lang.String |
algIdExtSource |
protected STAlgClass |
cryptAlgorithmClass |
protected java.math.BigInteger |
cryptAlgorithmSid |
protected STAlgType |
cryptAlgorithmType |
protected java.lang.String |
cryptProvider |
protected STCryptProv |
cryptProviderType |
protected java.lang.String |
cryptProviderTypeExt |
protected java.lang.String |
cryptProviderTypeExtSource |
protected java.math.BigInteger |
cryptSpinCount |
protected byte[] |
hash |
protected java.lang.Boolean |
recommended |
protected byte[] |
salt |
| Constructor and Description |
|---|
CTWriteProtection() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
java.lang.String |
getAlgIdExt()
Gets the value of the algIdExt property.
|
java.lang.String |
getAlgIdExtSource()
Gets the value of the algIdExtSource property.
|
STAlgClass |
getCryptAlgorithmClass()
Gets the value of the cryptAlgorithmClass property.
|
java.math.BigInteger |
getCryptAlgorithmSid()
Gets the value of the cryptAlgorithmSid property.
|
STAlgType |
getCryptAlgorithmType()
Gets the value of the cryptAlgorithmType property.
|
java.lang.String |
getCryptProvider()
Gets the value of the cryptProvider property.
|
STCryptProv |
getCryptProviderType()
Gets the value of the cryptProviderType property.
|
java.lang.String |
getCryptProviderTypeExt()
Gets the value of the cryptProviderTypeExt property.
|
java.lang.String |
getCryptProviderTypeExtSource()
Gets the value of the cryptProviderTypeExtSource property.
|
java.math.BigInteger |
getCryptSpinCount()
Gets the value of the cryptSpinCount property.
|
byte[] |
getHash()
Gets the value of the hash property.
|
java.lang.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 |
isRecommended()
Gets the value of the recommended property.
|
void |
setAlgIdExt(java.lang.String value)
Sets the value of the algIdExt property.
|
void |
setAlgIdExtSource(java.lang.String value)
Sets the value of the algIdExtSource property.
|
void |
setCryptAlgorithmClass(STAlgClass value)
Sets the value of the cryptAlgorithmClass property.
|
void |
setCryptAlgorithmSid(java.math.BigInteger value)
Sets the value of the cryptAlgorithmSid property.
|
void |
setCryptAlgorithmType(STAlgType value)
Sets the value of the cryptAlgorithmType property.
|
void |
setCryptProvider(java.lang.String value)
Sets the value of the cryptProvider property.
|
void |
setCryptProviderType(STCryptProv value)
Sets the value of the cryptProviderType property.
|
void |
setCryptProviderTypeExt(java.lang.String value)
Sets the value of the cryptProviderTypeExt property.
|
void |
setCryptProviderTypeExtSource(java.lang.String value)
Sets the value of the cryptProviderTypeExtSource property.
|
void |
setCryptSpinCount(java.math.BigInteger value)
Sets the value of the cryptSpinCount property.
|
void |
setHash(byte[] value)
Sets the value of the hash property.
|
void |
setParent(java.lang.Object parent) |
void |
setRecommended(java.lang.Boolean value)
Sets the value of the recommended property.
|
void |
setSalt(byte[] value)
Sets the value of the salt property.
|
protected java.lang.Boolean recommended
protected STCryptProv cryptProviderType
protected STAlgClass cryptAlgorithmClass
protected STAlgType cryptAlgorithmType
protected java.math.BigInteger cryptAlgorithmSid
protected java.math.BigInteger cryptSpinCount
protected java.lang.String cryptProvider
protected java.lang.String algIdExt
protected java.lang.String algIdExtSource
protected java.lang.String cryptProviderTypeExt
protected java.lang.String cryptProviderTypeExtSource
protected byte[] hash
protected byte[] salt
public boolean isRecommended()
Booleanpublic void setRecommended(java.lang.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 java.math.BigInteger getCryptAlgorithmSid()
BigIntegerpublic void setCryptAlgorithmSid(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getCryptSpinCount()
BigIntegerpublic void setCryptSpinCount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getCryptProvider()
Stringpublic void setCryptProvider(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlgIdExt()
Stringpublic void setAlgIdExt(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlgIdExtSource()
Stringpublic void setAlgIdExtSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCryptProviderTypeExt()
Stringpublic void setCryptProviderTypeExt(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCryptProviderTypeExtSource()
Stringpublic void setCryptProviderTypeExtSource(java.lang.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 java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.