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 classCTProtectedRange.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 java.lang.StringgetName()Gets the "name" attributebyte[]getPassword()Gets the "password" attributejava.lang.StringgetSecurityDescriptor()Gets the "securityDescriptor" attributejava.util.ListgetSqref()Gets the "sqref" attributebooleanisSetPassword()True if has "password" attributebooleanisSetSecurityDescriptor()True if has "securityDescriptor" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetPassword(byte[] password)Sets the "password" attributevoidsetSecurityDescriptor(java.lang.String securityDescriptor)Sets the "securityDescriptor" attributevoidsetSqref(java.util.List sqref)Sets the "sqref" attributevoidunsetPassword()Unsets the "password" attributevoidunsetSecurityDescriptor()Unsets the "securityDescriptor" attributeSTXstringxgetName()Gets (as xml) the "name" attributeSTUnsignedShortHexxgetPassword()Gets (as xml) the "password" attributeXmlStringxgetSecurityDescriptor()Gets (as xml) the "securityDescriptor" attributeSTSqrefxgetSqref()Gets (as xml) the "sqref" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetPassword(STUnsignedShortHex password)Sets (as xml) the "password" attributevoidxsetSecurityDescriptor(XmlString securityDescriptor)Sets (as xml) the "securityDescriptor" attributevoidxsetSqref(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
-
-