Interface CTProtectedRange
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTProtectedRange extends XmlObject
An XML CT_ProtectedRange(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTProtectedRange.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 java.lang.String
getName()
Gets the "name" attributebyte[]
getPassword()
Gets the "password" attributejava.lang.String
getSecurityDescriptor()
Gets the "securityDescriptor" attributejava.util.List
getSqref()
Gets the "sqref" attributeboolean
isSetPassword()
True if has "password" attributeboolean
isSetSecurityDescriptor()
True if has "securityDescriptor" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setPassword(byte[] password)
Sets the "password" attributevoid
setSecurityDescriptor(java.lang.String securityDescriptor)
Sets the "securityDescriptor" attributevoid
setSqref(java.util.List sqref)
Sets the "sqref" attributevoid
unsetPassword()
Unsets the "password" attributevoid
unsetSecurityDescriptor()
Unsets the "securityDescriptor" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeSTUnsignedShortHex
xgetPassword()
Gets (as xml) the "password" attributeXmlString
xgetSecurityDescriptor()
Gets (as xml) the "securityDescriptor" attributeSTSqref
xgetSqref()
Gets (as xml) the "sqref" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetPassword(STUnsignedShortHex password)
Sets (as xml) the "password" attributevoid
xsetSecurityDescriptor(XmlString securityDescriptor)
Sets (as xml) the "securityDescriptor" attributevoid
xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" 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
-
getSqref
java.util.List getSqref()
Gets the "sqref" attribute
-
xgetSqref
STSqref xgetSqref()
Gets (as xml) the "sqref" attribute
-
setSqref
void setSqref(java.util.List sqref)
Sets the "sqref" attribute
-
xsetSqref
void xsetSqref(STSqref sqref)
Sets (as xml) the "sqref" attribute
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
getSecurityDescriptor
java.lang.String getSecurityDescriptor()
Gets the "securityDescriptor" attribute
-
xgetSecurityDescriptor
XmlString xgetSecurityDescriptor()
Gets (as xml) the "securityDescriptor" attribute
-
isSetSecurityDescriptor
boolean isSetSecurityDescriptor()
True if has "securityDescriptor" attribute
-
setSecurityDescriptor
void setSecurityDescriptor(java.lang.String securityDescriptor)
Sets the "securityDescriptor" attribute
-
xsetSecurityDescriptor
void xsetSecurityDescriptor(XmlString securityDescriptor)
Sets (as xml) the "securityDescriptor" attribute
-
unsetSecurityDescriptor
void unsetSecurityDescriptor()
Unsets the "securityDescriptor" attribute
-
-