Interface CTFileSharing
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTFileSharing extends XmlObject
An XML CT_FileSharing(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTFileSharing>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 java.lang.StringgetAlgorithmName()Gets the "algorithmName" attributebyte[]getHashValue()Gets the "hashValue" attributebooleangetReadOnlyRecommended()Gets the "readOnlyRecommended" attributebyte[]getReservationPassword()Gets the "reservationPassword" attributebyte[]getSaltValue()Gets the "saltValue" attributelonggetSpinCount()Gets the "spinCount" attributejava.lang.StringgetUserName()Gets the "userName" attributebooleanisSetAlgorithmName()True if has "algorithmName" attributebooleanisSetHashValue()True if has "hashValue" attributebooleanisSetReadOnlyRecommended()True if has "readOnlyRecommended" attributebooleanisSetReservationPassword()True if has "reservationPassword" attributebooleanisSetSaltValue()True if has "saltValue" attributebooleanisSetSpinCount()True if has "spinCount" attributebooleanisSetUserName()True if has "userName" attributevoidsetAlgorithmName(java.lang.String algorithmName)Sets the "algorithmName" attributevoidsetHashValue(byte[] hashValue)Sets the "hashValue" attributevoidsetReadOnlyRecommended(boolean readOnlyRecommended)Sets the "readOnlyRecommended" attributevoidsetReservationPassword(byte[] reservationPassword)Sets the "reservationPassword" attributevoidsetSaltValue(byte[] saltValue)Sets the "saltValue" attributevoidsetSpinCount(long spinCount)Sets the "spinCount" attributevoidsetUserName(java.lang.String userName)Sets the "userName" attributevoidunsetAlgorithmName()Unsets the "algorithmName" attributevoidunsetHashValue()Unsets the "hashValue" attributevoidunsetReadOnlyRecommended()Unsets the "readOnlyRecommended" attributevoidunsetReservationPassword()Unsets the "reservationPassword" attributevoidunsetSaltValue()Unsets the "saltValue" attributevoidunsetSpinCount()Unsets the "spinCount" attributevoidunsetUserName()Unsets the "userName" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetAlgorithmName()Gets (as xml) the "algorithmName" attributeXmlBase64BinaryxgetHashValue()Gets (as xml) the "hashValue" attributeXmlBooleanxgetReadOnlyRecommended()Gets (as xml) the "readOnlyRecommended" attributeSTUnsignedShortHexxgetReservationPassword()Gets (as xml) the "reservationPassword" attributeXmlBase64BinaryxgetSaltValue()Gets (as xml) the "saltValue" attributeXmlUnsignedIntxgetSpinCount()Gets (as xml) the "spinCount" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetUserName()Gets (as xml) the "userName" attributevoidxsetAlgorithmName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring algorithmName)Sets (as xml) the "algorithmName" attributevoidxsetHashValue(XmlBase64Binary hashValue)Sets (as xml) the "hashValue" attributevoidxsetReadOnlyRecommended(XmlBoolean readOnlyRecommended)Sets (as xml) the "readOnlyRecommended" attributevoidxsetReservationPassword(STUnsignedShortHex reservationPassword)Sets (as xml) the "reservationPassword" attributevoidxsetSaltValue(XmlBase64Binary saltValue)Sets (as xml) the "saltValue" attributevoidxsetSpinCount(XmlUnsignedInt spinCount)Sets (as xml) the "spinCount" attributevoidxsetUserName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring userName)Sets (as xml) the "userName" 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<CTFileSharing> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getReadOnlyRecommended
boolean getReadOnlyRecommended()
Gets the "readOnlyRecommended" attribute
-
xgetReadOnlyRecommended
XmlBoolean xgetReadOnlyRecommended()
Gets (as xml) the "readOnlyRecommended" attribute
-
isSetReadOnlyRecommended
boolean isSetReadOnlyRecommended()
True if has "readOnlyRecommended" attribute
-
setReadOnlyRecommended
void setReadOnlyRecommended(boolean readOnlyRecommended)
Sets the "readOnlyRecommended" attribute
-
xsetReadOnlyRecommended
void xsetReadOnlyRecommended(XmlBoolean readOnlyRecommended)
Sets (as xml) the "readOnlyRecommended" attribute
-
unsetReadOnlyRecommended
void unsetReadOnlyRecommended()
Unsets the "readOnlyRecommended" attribute
-
getUserName
java.lang.String getUserName()
Gets the "userName" attribute
-
xgetUserName
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetUserName()
Gets (as xml) the "userName" attribute
-
isSetUserName
boolean isSetUserName()
True if has "userName" attribute
-
setUserName
void setUserName(java.lang.String userName)
Sets the "userName" attribute
-
xsetUserName
void xsetUserName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring userName)
Sets (as xml) the "userName" attribute
-
unsetUserName
void unsetUserName()
Unsets the "userName" attribute
-
getReservationPassword
byte[] getReservationPassword()
Gets the "reservationPassword" attribute
-
xgetReservationPassword
STUnsignedShortHex xgetReservationPassword()
Gets (as xml) the "reservationPassword" attribute
-
isSetReservationPassword
boolean isSetReservationPassword()
True if has "reservationPassword" attribute
-
setReservationPassword
void setReservationPassword(byte[] reservationPassword)
Sets the "reservationPassword" attribute
-
xsetReservationPassword
void xsetReservationPassword(STUnsignedShortHex reservationPassword)
Sets (as xml) the "reservationPassword" attribute
-
unsetReservationPassword
void unsetReservationPassword()
Unsets the "reservationPassword" 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
-
-