Interface CTWriteProtection
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTWriteProtection extends XmlObject
An XML CT_WriteProtection(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTWriteProtection.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getAlgIdExt()Gets the "algIdExt" attributejava.lang.StringgetAlgIdExtSource()Gets the "algIdExtSource" attributeSTAlgClass.EnumgetCryptAlgorithmClass()Gets the "cryptAlgorithmClass" attributejava.math.BigIntegergetCryptAlgorithmSid()Gets the "cryptAlgorithmSid" attributeSTAlgType.EnumgetCryptAlgorithmType()Gets the "cryptAlgorithmType" attributejava.lang.StringgetCryptProvider()Gets the "cryptProvider" attributeSTCryptProv.EnumgetCryptProviderType()Gets the "cryptProviderType" attributebyte[]getCryptProviderTypeExt()Gets the "cryptProviderTypeExt" attributejava.lang.StringgetCryptProviderTypeExtSource()Gets the "cryptProviderTypeExtSource" attributejava.math.BigIntegergetCryptSpinCount()Gets the "cryptSpinCount" attributebyte[]getHash()Gets the "hash" attributeSTOnOff.EnumgetRecommended()Gets the "recommended" attributebyte[]getSalt()Gets the "salt" attributebooleanisSetAlgIdExt()True if has "algIdExt" attributebooleanisSetAlgIdExtSource()True if has "algIdExtSource" attributebooleanisSetCryptAlgorithmClass()True if has "cryptAlgorithmClass" attributebooleanisSetCryptAlgorithmSid()True if has "cryptAlgorithmSid" attributebooleanisSetCryptAlgorithmType()True if has "cryptAlgorithmType" attributebooleanisSetCryptProvider()True if has "cryptProvider" attributebooleanisSetCryptProviderType()True if has "cryptProviderType" attributebooleanisSetCryptProviderTypeExt()True if has "cryptProviderTypeExt" attributebooleanisSetCryptProviderTypeExtSource()True if has "cryptProviderTypeExtSource" attributebooleanisSetCryptSpinCount()True if has "cryptSpinCount" attributebooleanisSetHash()True if has "hash" attributebooleanisSetRecommended()True if has "recommended" attributebooleanisSetSalt()True if has "salt" attributevoidsetAlgIdExt(byte[] algIdExt)Sets the "algIdExt" attributevoidsetAlgIdExtSource(java.lang.String algIdExtSource)Sets the "algIdExtSource" attributevoidsetCryptAlgorithmClass(STAlgClass.Enum cryptAlgorithmClass)Sets the "cryptAlgorithmClass" attributevoidsetCryptAlgorithmSid(java.math.BigInteger cryptAlgorithmSid)Sets the "cryptAlgorithmSid" attributevoidsetCryptAlgorithmType(STAlgType.Enum cryptAlgorithmType)Sets the "cryptAlgorithmType" attributevoidsetCryptProvider(java.lang.String cryptProvider)Sets the "cryptProvider" attributevoidsetCryptProviderType(STCryptProv.Enum cryptProviderType)Sets the "cryptProviderType" attributevoidsetCryptProviderTypeExt(byte[] cryptProviderTypeExt)Sets the "cryptProviderTypeExt" attributevoidsetCryptProviderTypeExtSource(java.lang.String cryptProviderTypeExtSource)Sets the "cryptProviderTypeExtSource" attributevoidsetCryptSpinCount(java.math.BigInteger cryptSpinCount)Sets the "cryptSpinCount" attributevoidsetHash(byte[] hash)Sets the "hash" attributevoidsetRecommended(STOnOff.Enum recommended)Sets the "recommended" attributevoidsetSalt(byte[] salt)Sets the "salt" attributevoidunsetAlgIdExt()Unsets the "algIdExt" attributevoidunsetAlgIdExtSource()Unsets the "algIdExtSource" attributevoidunsetCryptAlgorithmClass()Unsets the "cryptAlgorithmClass" attributevoidunsetCryptAlgorithmSid()Unsets the "cryptAlgorithmSid" attributevoidunsetCryptAlgorithmType()Unsets the "cryptAlgorithmType" attributevoidunsetCryptProvider()Unsets the "cryptProvider" attributevoidunsetCryptProviderType()Unsets the "cryptProviderType" attributevoidunsetCryptProviderTypeExt()Unsets the "cryptProviderTypeExt" attributevoidunsetCryptProviderTypeExtSource()Unsets the "cryptProviderTypeExtSource" attributevoidunsetCryptSpinCount()Unsets the "cryptSpinCount" attributevoidunsetHash()Unsets the "hash" attributevoidunsetRecommended()Unsets the "recommended" attributevoidunsetSalt()Unsets the "salt" attributeSTLongHexNumberxgetAlgIdExt()Gets (as xml) the "algIdExt" attributeSTStringxgetAlgIdExtSource()Gets (as xml) the "algIdExtSource" attributeSTAlgClassxgetCryptAlgorithmClass()Gets (as xml) the "cryptAlgorithmClass" attributeSTDecimalNumberxgetCryptAlgorithmSid()Gets (as xml) the "cryptAlgorithmSid" attributeSTAlgTypexgetCryptAlgorithmType()Gets (as xml) the "cryptAlgorithmType" attributeSTStringxgetCryptProvider()Gets (as xml) the "cryptProvider" attributeSTCryptProvxgetCryptProviderType()Gets (as xml) the "cryptProviderType" attributeSTLongHexNumberxgetCryptProviderTypeExt()Gets (as xml) the "cryptProviderTypeExt" attributeSTStringxgetCryptProviderTypeExtSource()Gets (as xml) the "cryptProviderTypeExtSource" attributeSTDecimalNumberxgetCryptSpinCount()Gets (as xml) the "cryptSpinCount" attributeXmlBase64BinaryxgetHash()Gets (as xml) the "hash" attributeSTOnOffxgetRecommended()Gets (as xml) the "recommended" attributeXmlBase64BinaryxgetSalt()Gets (as xml) the "salt" attributevoidxsetAlgIdExt(STLongHexNumber algIdExt)Sets (as xml) the "algIdExt" attributevoidxsetAlgIdExtSource(STString algIdExtSource)Sets (as xml) the "algIdExtSource" attributevoidxsetCryptAlgorithmClass(STAlgClass cryptAlgorithmClass)Sets (as xml) the "cryptAlgorithmClass" attributevoidxsetCryptAlgorithmSid(STDecimalNumber cryptAlgorithmSid)Sets (as xml) the "cryptAlgorithmSid" attributevoidxsetCryptAlgorithmType(STAlgType cryptAlgorithmType)Sets (as xml) the "cryptAlgorithmType" attributevoidxsetCryptProvider(STString cryptProvider)Sets (as xml) the "cryptProvider" attributevoidxsetCryptProviderType(STCryptProv cryptProviderType)Sets (as xml) the "cryptProviderType" attributevoidxsetCryptProviderTypeExt(STLongHexNumber cryptProviderTypeExt)Sets (as xml) the "cryptProviderTypeExt" attributevoidxsetCryptProviderTypeExtSource(STString cryptProviderTypeExtSource)Sets (as xml) the "cryptProviderTypeExtSource" attributevoidxsetCryptSpinCount(STDecimalNumber cryptSpinCount)Sets (as xml) the "cryptSpinCount" attributevoidxsetHash(XmlBase64Binary hash)Sets (as xml) the "hash" attributevoidxsetRecommended(STOnOff recommended)Sets (as xml) the "recommended" attributevoidxsetSalt(XmlBase64Binary salt)Sets (as xml) the "salt" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getRecommended
STOnOff.Enum getRecommended()
Gets the "recommended" attribute
-
xgetRecommended
STOnOff xgetRecommended()
Gets (as xml) the "recommended" attribute
-
isSetRecommended
boolean isSetRecommended()
True if has "recommended" attribute
-
setRecommended
void setRecommended(STOnOff.Enum recommended)
Sets the "recommended" attribute
-
xsetRecommended
void xsetRecommended(STOnOff recommended)
Sets (as xml) the "recommended" attribute
-
unsetRecommended
void unsetRecommended()
Unsets the "recommended" attribute
-
getCryptProviderType
STCryptProv.Enum getCryptProviderType()
Gets the "cryptProviderType" attribute
-
xgetCryptProviderType
STCryptProv xgetCryptProviderType()
Gets (as xml) the "cryptProviderType" attribute
-
isSetCryptProviderType
boolean isSetCryptProviderType()
True if has "cryptProviderType" attribute
-
setCryptProviderType
void setCryptProviderType(STCryptProv.Enum cryptProviderType)
Sets the "cryptProviderType" attribute
-
xsetCryptProviderType
void xsetCryptProviderType(STCryptProv cryptProviderType)
Sets (as xml) the "cryptProviderType" attribute
-
unsetCryptProviderType
void unsetCryptProviderType()
Unsets the "cryptProviderType" attribute
-
getCryptAlgorithmClass
STAlgClass.Enum getCryptAlgorithmClass()
Gets the "cryptAlgorithmClass" attribute
-
xgetCryptAlgorithmClass
STAlgClass xgetCryptAlgorithmClass()
Gets (as xml) the "cryptAlgorithmClass" attribute
-
isSetCryptAlgorithmClass
boolean isSetCryptAlgorithmClass()
True if has "cryptAlgorithmClass" attribute
-
setCryptAlgorithmClass
void setCryptAlgorithmClass(STAlgClass.Enum cryptAlgorithmClass)
Sets the "cryptAlgorithmClass" attribute
-
xsetCryptAlgorithmClass
void xsetCryptAlgorithmClass(STAlgClass cryptAlgorithmClass)
Sets (as xml) the "cryptAlgorithmClass" attribute
-
unsetCryptAlgorithmClass
void unsetCryptAlgorithmClass()
Unsets the "cryptAlgorithmClass" attribute
-
getCryptAlgorithmType
STAlgType.Enum getCryptAlgorithmType()
Gets the "cryptAlgorithmType" attribute
-
xgetCryptAlgorithmType
STAlgType xgetCryptAlgorithmType()
Gets (as xml) the "cryptAlgorithmType" attribute
-
isSetCryptAlgorithmType
boolean isSetCryptAlgorithmType()
True if has "cryptAlgorithmType" attribute
-
setCryptAlgorithmType
void setCryptAlgorithmType(STAlgType.Enum cryptAlgorithmType)
Sets the "cryptAlgorithmType" attribute
-
xsetCryptAlgorithmType
void xsetCryptAlgorithmType(STAlgType cryptAlgorithmType)
Sets (as xml) the "cryptAlgorithmType" attribute
-
unsetCryptAlgorithmType
void unsetCryptAlgorithmType()
Unsets the "cryptAlgorithmType" attribute
-
getCryptAlgorithmSid
java.math.BigInteger getCryptAlgorithmSid()
Gets the "cryptAlgorithmSid" attribute
-
xgetCryptAlgorithmSid
STDecimalNumber xgetCryptAlgorithmSid()
Gets (as xml) the "cryptAlgorithmSid" attribute
-
isSetCryptAlgorithmSid
boolean isSetCryptAlgorithmSid()
True if has "cryptAlgorithmSid" attribute
-
setCryptAlgorithmSid
void setCryptAlgorithmSid(java.math.BigInteger cryptAlgorithmSid)
Sets the "cryptAlgorithmSid" attribute
-
xsetCryptAlgorithmSid
void xsetCryptAlgorithmSid(STDecimalNumber cryptAlgorithmSid)
Sets (as xml) the "cryptAlgorithmSid" attribute
-
unsetCryptAlgorithmSid
void unsetCryptAlgorithmSid()
Unsets the "cryptAlgorithmSid" attribute
-
getCryptSpinCount
java.math.BigInteger getCryptSpinCount()
Gets the "cryptSpinCount" attribute
-
xgetCryptSpinCount
STDecimalNumber xgetCryptSpinCount()
Gets (as xml) the "cryptSpinCount" attribute
-
isSetCryptSpinCount
boolean isSetCryptSpinCount()
True if has "cryptSpinCount" attribute
-
setCryptSpinCount
void setCryptSpinCount(java.math.BigInteger cryptSpinCount)
Sets the "cryptSpinCount" attribute
-
xsetCryptSpinCount
void xsetCryptSpinCount(STDecimalNumber cryptSpinCount)
Sets (as xml) the "cryptSpinCount" attribute
-
unsetCryptSpinCount
void unsetCryptSpinCount()
Unsets the "cryptSpinCount" attribute
-
getCryptProvider
java.lang.String getCryptProvider()
Gets the "cryptProvider" attribute
-
xgetCryptProvider
STString xgetCryptProvider()
Gets (as xml) the "cryptProvider" attribute
-
isSetCryptProvider
boolean isSetCryptProvider()
True if has "cryptProvider" attribute
-
setCryptProvider
void setCryptProvider(java.lang.String cryptProvider)
Sets the "cryptProvider" attribute
-
xsetCryptProvider
void xsetCryptProvider(STString cryptProvider)
Sets (as xml) the "cryptProvider" attribute
-
unsetCryptProvider
void unsetCryptProvider()
Unsets the "cryptProvider" attribute
-
getAlgIdExt
byte[] getAlgIdExt()
Gets the "algIdExt" attribute
-
xgetAlgIdExt
STLongHexNumber xgetAlgIdExt()
Gets (as xml) the "algIdExt" attribute
-
isSetAlgIdExt
boolean isSetAlgIdExt()
True if has "algIdExt" attribute
-
setAlgIdExt
void setAlgIdExt(byte[] algIdExt)
Sets the "algIdExt" attribute
-
xsetAlgIdExt
void xsetAlgIdExt(STLongHexNumber algIdExt)
Sets (as xml) the "algIdExt" attribute
-
unsetAlgIdExt
void unsetAlgIdExt()
Unsets the "algIdExt" attribute
-
getAlgIdExtSource
java.lang.String getAlgIdExtSource()
Gets the "algIdExtSource" attribute
-
xgetAlgIdExtSource
STString xgetAlgIdExtSource()
Gets (as xml) the "algIdExtSource" attribute
-
isSetAlgIdExtSource
boolean isSetAlgIdExtSource()
True if has "algIdExtSource" attribute
-
setAlgIdExtSource
void setAlgIdExtSource(java.lang.String algIdExtSource)
Sets the "algIdExtSource" attribute
-
xsetAlgIdExtSource
void xsetAlgIdExtSource(STString algIdExtSource)
Sets (as xml) the "algIdExtSource" attribute
-
unsetAlgIdExtSource
void unsetAlgIdExtSource()
Unsets the "algIdExtSource" attribute
-
getCryptProviderTypeExt
byte[] getCryptProviderTypeExt()
Gets the "cryptProviderTypeExt" attribute
-
xgetCryptProviderTypeExt
STLongHexNumber xgetCryptProviderTypeExt()
Gets (as xml) the "cryptProviderTypeExt" attribute
-
isSetCryptProviderTypeExt
boolean isSetCryptProviderTypeExt()
True if has "cryptProviderTypeExt" attribute
-
setCryptProviderTypeExt
void setCryptProviderTypeExt(byte[] cryptProviderTypeExt)
Sets the "cryptProviderTypeExt" attribute
-
xsetCryptProviderTypeExt
void xsetCryptProviderTypeExt(STLongHexNumber cryptProviderTypeExt)
Sets (as xml) the "cryptProviderTypeExt" attribute
-
unsetCryptProviderTypeExt
void unsetCryptProviderTypeExt()
Unsets the "cryptProviderTypeExt" attribute
-
getCryptProviderTypeExtSource
java.lang.String getCryptProviderTypeExtSource()
Gets the "cryptProviderTypeExtSource" attribute
-
xgetCryptProviderTypeExtSource
STString xgetCryptProviderTypeExtSource()
Gets (as xml) the "cryptProviderTypeExtSource" attribute
-
isSetCryptProviderTypeExtSource
boolean isSetCryptProviderTypeExtSource()
True if has "cryptProviderTypeExtSource" attribute
-
setCryptProviderTypeExtSource
void setCryptProviderTypeExtSource(java.lang.String cryptProviderTypeExtSource)
Sets the "cryptProviderTypeExtSource" attribute
-
xsetCryptProviderTypeExtSource
void xsetCryptProviderTypeExtSource(STString cryptProviderTypeExtSource)
Sets (as xml) the "cryptProviderTypeExtSource" attribute
-
unsetCryptProviderTypeExtSource
void unsetCryptProviderTypeExtSource()
Unsets the "cryptProviderTypeExtSource" attribute
-
getHash
byte[] getHash()
Gets the "hash" attribute
-
xgetHash
XmlBase64Binary xgetHash()
Gets (as xml) the "hash" attribute
-
isSetHash
boolean isSetHash()
True if has "hash" attribute
-
setHash
void setHash(byte[] hash)
Sets the "hash" attribute
-
xsetHash
void xsetHash(XmlBase64Binary hash)
Sets (as xml) the "hash" attribute
-
unsetHash
void unsetHash()
Unsets the "hash" attribute
-
getSalt
byte[] getSalt()
Gets the "salt" attribute
-
xgetSalt
XmlBase64Binary xgetSalt()
Gets (as xml) the "salt" attribute
-
isSetSalt
boolean isSetSalt()
True if has "salt" attribute
-
setSalt
void setSalt(byte[] salt)
Sets the "salt" attribute
-
xsetSalt
void xsetSalt(XmlBase64Binary salt)
Sets (as xml) the "salt" attribute
-
unsetSalt
void unsetSalt()
Unsets the "salt" attribute
-
-