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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTFileSharing.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
getReadOnlyRecommended()
Gets the "readOnlyRecommended" attributebyte[]
getReservationPassword()
Gets the "reservationPassword" attributejava.lang.String
getUserName()
Gets the "userName" attributeboolean
isSetReadOnlyRecommended()
True if has "readOnlyRecommended" attributeboolean
isSetReservationPassword()
True if has "reservationPassword" attributeboolean
isSetUserName()
True if has "userName" attributevoid
setReadOnlyRecommended(boolean readOnlyRecommended)
Sets the "readOnlyRecommended" attributevoid
setReservationPassword(byte[] reservationPassword)
Sets the "reservationPassword" attributevoid
setUserName(java.lang.String userName)
Sets the "userName" attributevoid
unsetReadOnlyRecommended()
Unsets the "readOnlyRecommended" attributevoid
unsetReservationPassword()
Unsets the "reservationPassword" attributevoid
unsetUserName()
Unsets the "userName" attributeXmlBoolean
xgetReadOnlyRecommended()
Gets (as xml) the "readOnlyRecommended" attributeSTUnsignedShortHex
xgetReservationPassword()
Gets (as xml) the "reservationPassword" attributeSTXstring
xgetUserName()
Gets (as xml) the "userName" attributevoid
xsetReadOnlyRecommended(XmlBoolean readOnlyRecommended)
Sets (as xml) the "readOnlyRecommended" attributevoid
xsetReservationPassword(STUnsignedShortHex reservationPassword)
Sets (as xml) the "reservationPassword" attributevoid
xsetUserName(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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
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(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
-
-