Interface CTChartsheetProtection
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTChartsheetProtection extends XmlObject
An XML CT_ChartsheetProtection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTChartsheetProtection>
Factory
static SchemaType
type
-
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 java.lang.String
getAlgorithmName()
Gets the "algorithmName" attributeboolean
getContent()
Gets the "content" attributebyte[]
getHashValue()
Gets the "hashValue" attributeboolean
getObjects()
Gets the "objects" attributebyte[]
getPassword()
Gets the "password" attributebyte[]
getSaltValue()
Gets the "saltValue" attributelong
getSpinCount()
Gets the "spinCount" attributeboolean
isSetAlgorithmName()
True if has "algorithmName" attributeboolean
isSetContent()
True if has "content" attributeboolean
isSetHashValue()
True if has "hashValue" attributeboolean
isSetObjects()
True if has "objects" attributeboolean
isSetPassword()
True if has "password" attributeboolean
isSetSaltValue()
True if has "saltValue" attributeboolean
isSetSpinCount()
True if has "spinCount" attributevoid
setAlgorithmName(java.lang.String algorithmName)
Sets the "algorithmName" attributevoid
setContent(boolean content)
Sets the "content" attributevoid
setHashValue(byte[] hashValue)
Sets the "hashValue" attributevoid
setObjects(boolean objects)
Sets the "objects" attributevoid
setPassword(byte[] password)
Sets the "password" attributevoid
setSaltValue(byte[] saltValue)
Sets the "saltValue" attributevoid
setSpinCount(long spinCount)
Sets the "spinCount" attributevoid
unsetAlgorithmName()
Unsets the "algorithmName" attributevoid
unsetContent()
Unsets the "content" attributevoid
unsetHashValue()
Unsets the "hashValue" attributevoid
unsetObjects()
Unsets the "objects" attributevoid
unsetPassword()
Unsets the "password" attributevoid
unsetSaltValue()
Unsets the "saltValue" attributevoid
unsetSpinCount()
Unsets the "spinCount" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring
xgetAlgorithmName()
Gets (as xml) the "algorithmName" attributeXmlBoolean
xgetContent()
Gets (as xml) the "content" attributeXmlBase64Binary
xgetHashValue()
Gets (as xml) the "hashValue" attributeXmlBoolean
xgetObjects()
Gets (as xml) the "objects" attributeSTUnsignedShortHex
xgetPassword()
Gets (as xml) the "password" attributeXmlBase64Binary
xgetSaltValue()
Gets (as xml) the "saltValue" attributeXmlUnsignedInt
xgetSpinCount()
Gets (as xml) the "spinCount" attributevoid
xsetAlgorithmName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring algorithmName)
Sets (as xml) the "algorithmName" attributevoid
xsetContent(XmlBoolean content)
Sets (as xml) the "content" attributevoid
xsetHashValue(XmlBase64Binary hashValue)
Sets (as xml) the "hashValue" attributevoid
xsetObjects(XmlBoolean objects)
Sets (as xml) the "objects" attributevoid
xsetPassword(STUnsignedShortHex password)
Sets (as xml) the "password" attributevoid
xsetSaltValue(XmlBase64Binary saltValue)
Sets (as xml) the "saltValue" attributevoid
xsetSpinCount(XmlUnsignedInt spinCount)
Sets (as xml) the "spinCount" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTChartsheetProtection> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
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
void xsetPassword(STUnsignedShortHex password)
Sets (as xml) the "password" attribute
-
unsetPassword
void unsetPassword()
Unsets the "password" attribute
-
getAlgorithmName
java.lang.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
void setAlgorithmName(java.lang.String algorithmName)
Sets the "algorithmName" attribute
-
xsetAlgorithmName
void xsetAlgorithmName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring algorithmName)
Sets (as xml) 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
void xsetHashValue(XmlBase64Binary hashValue)
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
void xsetSaltValue(XmlBase64Binary saltValue)
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
void xsetSpinCount(XmlUnsignedInt spinCount)
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
void xsetContent(XmlBoolean content)
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
void xsetObjects(XmlBoolean objects)
Sets (as xml) the "objects" attribute
-
unsetObjects
void unsetObjects()
Unsets the "objects" attribute
-
-