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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTChartsheetProtection.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description 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 boolean
getContent()
Gets the "content" attributeboolean
getObjects()
Gets the "objects" attributebyte[]
getPassword()
Gets the "password" attributeboolean
isSetContent()
True if has "content" attributeboolean
isSetObjects()
True if has "objects" attributeboolean
isSetPassword()
True if has "password" attributevoid
setContent(boolean content)
Sets the "content" attributevoid
setObjects(boolean objects)
Sets the "objects" attributevoid
setPassword(byte[] password)
Sets the "password" attributevoid
unsetContent()
Unsets the "content" attributevoid
unsetObjects()
Unsets the "objects" attributevoid
unsetPassword()
Unsets the "password" attributeXmlBoolean
xgetContent()
Gets (as xml) the "content" attributeXmlBoolean
xgetObjects()
Gets (as xml) the "objects" attributeSTUnsignedShortHex
xgetPassword()
Gets (as xml) the "password" attributevoid
xsetContent(XmlBoolean content)
Sets (as xml) the "content" attributevoid
xsetObjects(XmlBoolean objects)
Sets (as xml) the "objects" attributevoid
xsetPassword(STUnsignedShortHex password)
Sets (as xml) the "password" 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
-
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
-
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
-
-