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.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTProtectedRange>Factorystatic 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 XmlStringaddNewSecurityDescriptor()Appends and returns a new empty value (as xml) as the last "securityDescriptor" elementvoidaddSecurityDescriptor(java.lang.String securityDescriptor)Appends the value as the last "securityDescriptor" elementjava.lang.StringgetAlgorithmName()Gets the "algorithmName" attributebyte[]getHashValue()Gets the "hashValue" attributejava.lang.StringgetName()Gets the "name" attributebyte[]getPassword()Gets the "password" attributebyte[]getSaltValue()Gets the "saltValue" attributejava.lang.StringgetSecurityDescriptor2()Gets the "securityDescriptor" attributejava.lang.String[]getSecurityDescriptorArray()Gets array of all "securityDescriptor" elementsjava.lang.StringgetSecurityDescriptorArray(int i)Gets ith "securityDescriptor" elementjava.util.List<java.lang.String>getSecurityDescriptorList()Gets a List of "securityDescriptor" elementslonggetSpinCount()Gets the "spinCount" attributejava.util.ListgetSqref()Gets the "sqref" attributeXmlStringinsertNewSecurityDescriptor(int i)Inserts and returns a new empty value (as xml) as the ith "securityDescriptor" elementvoidinsertSecurityDescriptor(int i, java.lang.String securityDescriptor)Inserts the value as the ith "securityDescriptor" elementbooleanisSetAlgorithmName()True if has "algorithmName" attributebooleanisSetHashValue()True if has "hashValue" attributebooleanisSetPassword()True if has "password" attributebooleanisSetSaltValue()True if has "saltValue" attributebooleanisSetSecurityDescriptor2()True if has "securityDescriptor" attributebooleanisSetSpinCount()True if has "spinCount" attributevoidremoveSecurityDescriptor(int i)Removes the ith "securityDescriptor" elementvoidsetAlgorithmName(java.lang.String algorithmName)Sets the "algorithmName" attributevoidsetHashValue(byte[] hashValue)Sets the "hashValue" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetPassword(byte[] password)Sets the "password" attributevoidsetSaltValue(byte[] saltValue)Sets the "saltValue" attributevoidsetSecurityDescriptor2(java.lang.String securityDescriptor2)Sets the "securityDescriptor" attributevoidsetSecurityDescriptorArray(int i, java.lang.String securityDescriptor)Sets ith "securityDescriptor" elementvoidsetSecurityDescriptorArray(java.lang.String[] securityDescriptorArray)Sets array of all "securityDescriptor" elementvoidsetSpinCount(long spinCount)Sets the "spinCount" attributevoidsetSqref(java.util.List sqref)Sets the "sqref" attributeintsizeOfSecurityDescriptorArray()Returns number of "securityDescriptor" elementvoidunsetAlgorithmName()Unsets the "algorithmName" attributevoidunsetHashValue()Unsets the "hashValue" attributevoidunsetPassword()Unsets the "password" attributevoidunsetSaltValue()Unsets the "saltValue" attributevoidunsetSecurityDescriptor2()Unsets the "securityDescriptor" attributevoidunsetSpinCount()Unsets the "spinCount" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetAlgorithmName()Gets (as xml) the "algorithmName" attributeXmlBase64BinaryxgetHashValue()Gets (as xml) the "hashValue" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetName()Gets (as xml) the "name" attributeSTUnsignedShortHexxgetPassword()Gets (as xml) the "password" attributeXmlBase64BinaryxgetSaltValue()Gets (as xml) the "saltValue" attributeXmlStringxgetSecurityDescriptor2()Gets (as xml) the "securityDescriptor" attributeXmlString[]xgetSecurityDescriptorArray()Gets (as xml) array of all "securityDescriptor" elementsXmlStringxgetSecurityDescriptorArray(int i)Gets (as xml) ith "securityDescriptor" elementjava.util.List<XmlString>xgetSecurityDescriptorList()Gets (as xml) a List of "securityDescriptor" elementsXmlUnsignedIntxgetSpinCount()Gets (as xml) the "spinCount" attributeSTSqrefxgetSqref()Gets (as xml) the "sqref" attributevoidxsetAlgorithmName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring algorithmName)Sets (as xml) the "algorithmName" attributevoidxsetHashValue(XmlBase64Binary hashValue)Sets (as xml) the "hashValue" attributevoidxsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)Sets (as xml) the "name" attributevoidxsetPassword(STUnsignedShortHex password)Sets (as xml) the "password" attributevoidxsetSaltValue(XmlBase64Binary saltValue)Sets (as xml) the "saltValue" attributevoidxsetSecurityDescriptor2(XmlString securityDescriptor2)Sets (as xml) the "securityDescriptor" attributevoidxsetSecurityDescriptorArray(int i, XmlString securityDescriptor)Sets (as xml) ith "securityDescriptor" elementvoidxsetSecurityDescriptorArray(XmlString[] securityDescriptorArray)Sets (as xml) array of all "securityDescriptor" elementvoidxsetSpinCount(XmlUnsignedInt spinCount)Sets (as xml) the "spinCount" 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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTProtectedRange> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getSecurityDescriptorList
java.util.List<java.lang.String> getSecurityDescriptorList()
Gets a List of "securityDescriptor" elements
-
getSecurityDescriptorArray
java.lang.String[] getSecurityDescriptorArray()
Gets array of all "securityDescriptor" elements
-
getSecurityDescriptorArray
java.lang.String getSecurityDescriptorArray(int i)
Gets ith "securityDescriptor" element
-
xgetSecurityDescriptorList
java.util.List<XmlString> xgetSecurityDescriptorList()
Gets (as xml) a List of "securityDescriptor" elements
-
xgetSecurityDescriptorArray
XmlString[] xgetSecurityDescriptorArray()
Gets (as xml) array of all "securityDescriptor" elements
-
xgetSecurityDescriptorArray
XmlString xgetSecurityDescriptorArray(int i)
Gets (as xml) ith "securityDescriptor" element
-
sizeOfSecurityDescriptorArray
int sizeOfSecurityDescriptorArray()
Returns number of "securityDescriptor" element
-
setSecurityDescriptorArray
void setSecurityDescriptorArray(java.lang.String[] securityDescriptorArray)
Sets array of all "securityDescriptor" element
-
setSecurityDescriptorArray
void setSecurityDescriptorArray(int i, java.lang.String securityDescriptor)Sets ith "securityDescriptor" element
-
xsetSecurityDescriptorArray
void xsetSecurityDescriptorArray(XmlString[] securityDescriptorArray)
Sets (as xml) array of all "securityDescriptor" element
-
xsetSecurityDescriptorArray
void xsetSecurityDescriptorArray(int i, XmlString securityDescriptor)Sets (as xml) ith "securityDescriptor" element
-
insertSecurityDescriptor
void insertSecurityDescriptor(int i, java.lang.String securityDescriptor)Inserts the value as the ith "securityDescriptor" element
-
addSecurityDescriptor
void addSecurityDescriptor(java.lang.String securityDescriptor)
Appends the value as the last "securityDescriptor" element
-
insertNewSecurityDescriptor
XmlString insertNewSecurityDescriptor(int i)
Inserts and returns a new empty value (as xml) as the ith "securityDescriptor" element
-
addNewSecurityDescriptor
XmlString addNewSecurityDescriptor()
Appends and returns a new empty value (as xml) as the last "securityDescriptor" element
-
removeSecurityDescriptor
void removeSecurityDescriptor(int i)
Removes the ith "securityDescriptor" element
-
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
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
Sets (as xml) the "name" attribute
-
getSecurityDescriptor2
java.lang.String getSecurityDescriptor2()
Gets the "securityDescriptor" attribute
-
xgetSecurityDescriptor2
XmlString xgetSecurityDescriptor2()
Gets (as xml) the "securityDescriptor" attribute
-
isSetSecurityDescriptor2
boolean isSetSecurityDescriptor2()
True if has "securityDescriptor" attribute
-
setSecurityDescriptor2
void setSecurityDescriptor2(java.lang.String securityDescriptor2)
Sets the "securityDescriptor" attribute
-
xsetSecurityDescriptor2
void xsetSecurityDescriptor2(XmlString securityDescriptor2)
Sets (as xml) the "securityDescriptor" attribute
-
unsetSecurityDescriptor2
void unsetSecurityDescriptor2()
Unsets the "securityDescriptor" 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
-
-