Interface CTChartsheetProtection
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_ChartsheetProtection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTChartsheetProtection> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionGets the "algorithmName" attributebooleanGets the "content" attributebyte[]Gets the "hashValue" attributebooleanGets the "objects" attributebyte[]Gets the "password" attributebyte[]Gets the "saltValue" attributelongGets the "spinCount" attributebooleanTrue if has "algorithmName" attributebooleanTrue if has "content" attributebooleanTrue if has "hashValue" attributebooleanTrue if has "objects" attributebooleanTrue if has "password" attributebooleanTrue if has "saltValue" attributebooleanTrue if has "spinCount" attributevoidsetAlgorithmName(String algorithmName) Sets the "algorithmName" attributevoidsetContent(boolean content) Sets the "content" attributevoidsetHashValue(byte[] hashValue) Sets the "hashValue" attributevoidsetObjects(boolean objects) Sets the "objects" attributevoidsetPassword(byte[] password) Sets the "password" attributevoidsetSaltValue(byte[] saltValue) Sets the "saltValue" attributevoidsetSpinCount(long spinCount) Sets the "spinCount" attributevoidUnsets the "algorithmName" attributevoidUnsets the "content" attributevoidUnsets the "hashValue" attributevoidUnsets the "objects" attributevoidUnsets the "password" attributevoidUnsets the "saltValue" attributevoidUnsets the "spinCount" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringGets (as xml) the "algorithmName" attributeGets (as xml) the "content" attributeGets (as xml) the "hashValue" attributeGets (as xml) the "objects" attributeGets (as xml) the "password" attributeGets (as xml) the "saltValue" attributeGets (as xml) the "spinCount" attributevoidxsetAlgorithmName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring algorithmName) Sets (as xml) the "algorithmName" attributevoidxsetContent(XmlBoolean content) Sets (as xml) the "content" attributevoidxsetHashValue(XmlBase64Binary hashValue) Sets (as xml) the "hashValue" attributevoidxsetObjects(XmlBoolean objects) Sets (as xml) the "objects" attributevoidxsetPassword(STUnsignedShortHex password) Sets (as xml) the "password" attributevoidxsetSaltValue(XmlBase64Binary saltValue) Sets (as xml) the "saltValue" attributevoidxsetSpinCount(XmlUnsignedInt spinCount) Sets (as xml) the "spinCount" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getPassword
byte[] getPassword()Gets the "password" attribute -
xgetPassword
STUnsignedShortHex xgetPassword()Gets (as xml) the "password" attribute -
isSetPassword
boolean isSetPassword()True if has "password" attribute -
setPassword
void setPassword(byte[] password) Sets the "password" attribute -
xsetPassword
Sets (as xml) the "password" attribute -
unsetPassword
void unsetPassword()Unsets the "password" attribute -
getAlgorithmName
String getAlgorithmName()Gets the "algorithmName" attribute -
xgetAlgorithmName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetAlgorithmName()Gets (as xml) the "algorithmName" attribute -
isSetAlgorithmName
boolean isSetAlgorithmName()True if has "algorithmName" attribute -
setAlgorithmName
Sets the "algorithmName" attribute -
unsetAlgorithmName
void unsetAlgorithmName()Unsets the "algorithmName" attribute -
getHashValue
byte[] getHashValue()Gets the "hashValue" attribute -
xgetHashValue
XmlBase64Binary xgetHashValue()Gets (as xml) the "hashValue" attribute -
isSetHashValue
boolean isSetHashValue()True if has "hashValue" attribute -
setHashValue
void setHashValue(byte[] hashValue) Sets the "hashValue" attribute -
xsetHashValue
Sets (as xml) the "hashValue" attribute -
unsetHashValue
void unsetHashValue()Unsets the "hashValue" attribute -
getSaltValue
byte[] getSaltValue()Gets the "saltValue" attribute -
xgetSaltValue
XmlBase64Binary xgetSaltValue()Gets (as xml) the "saltValue" attribute -
isSetSaltValue
boolean isSetSaltValue()True if has "saltValue" attribute -
setSaltValue
void setSaltValue(byte[] saltValue) Sets the "saltValue" attribute -
xsetSaltValue
Sets (as xml) the "saltValue" attribute -
unsetSaltValue
void unsetSaltValue()Unsets the "saltValue" attribute -
getSpinCount
long getSpinCount()Gets the "spinCount" attribute -
xgetSpinCount
XmlUnsignedInt xgetSpinCount()Gets (as xml) the "spinCount" attribute -
isSetSpinCount
boolean isSetSpinCount()True if has "spinCount" attribute -
setSpinCount
void setSpinCount(long spinCount) Sets the "spinCount" attribute -
xsetSpinCount
Sets (as xml) the "spinCount" attribute -
unsetSpinCount
void unsetSpinCount()Unsets the "spinCount" attribute -
getContent
boolean getContent()Gets the "content" attribute -
xgetContent
XmlBoolean xgetContent()Gets (as xml) the "content" attribute -
isSetContent
boolean isSetContent()True if has "content" attribute -
setContent
void setContent(boolean content) Sets the "content" attribute -
xsetContent
Sets (as xml) the "content" attribute -
unsetContent
void unsetContent()Unsets the "content" attribute -
getObjects
boolean getObjects()Gets the "objects" attribute -
xgetObjects
XmlBoolean xgetObjects()Gets (as xml) the "objects" attribute -
isSetObjects
boolean isSetObjects()True if has "objects" attribute -
setObjects
void setObjects(boolean objects) Sets the "objects" attribute -
xsetObjects
Sets (as xml) the "objects" attribute -
unsetObjects
void unsetObjects()Unsets the "objects" attribute
-