Interface CTRevisionConflict
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_RevisionConflict(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTRevisionConflict> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getRa()
Gets the "ra" attributelong
getRId()
Gets the "rId" attributelong
Gets the "sheetId" attributeboolean
getUa()
Gets the "ua" attributeboolean
isSetRa()
True if has "ra" attributeboolean
True if has "sheetId" attributeboolean
isSetUa()
True if has "ua" attributevoid
setRa
(boolean ra) Sets the "ra" attributevoid
setRId
(long rId) Sets the "rId" attributevoid
setSheetId
(long sheetId) Sets the "sheetId" attributevoid
setUa
(boolean ua) Sets the "ua" attributevoid
unsetRa()
Unsets the "ra" attributevoid
Unsets the "sheetId" attributevoid
unsetUa()
Unsets the "ua" attributexgetRa()
Gets (as xml) the "ra" attributexgetRId()
Gets (as xml) the "rId" attributeGets (as xml) the "sheetId" attributexgetUa()
Gets (as xml) the "ua" attributevoid
xsetRa
(XmlBoolean ra) Sets (as xml) the "ra" attributevoid
xsetRId
(XmlUnsignedInt rId) Sets (as xml) the "rId" attributevoid
xsetSheetId
(XmlUnsignedInt sheetId) Sets (as xml) the "sheetId" attributevoid
xsetUa
(XmlBoolean ua) Sets (as xml) the "ua" attributeMethods 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 Details
-
Factory
-
type
-
-
Method Details
-
getRId
long getRId()Gets the "rId" attribute -
xgetRId
XmlUnsignedInt xgetRId()Gets (as xml) the "rId" attribute -
setRId
void setRId(long rId) Sets the "rId" attribute -
xsetRId
Sets (as xml) the "rId" attribute -
getUa
boolean getUa()Gets the "ua" attribute -
xgetUa
XmlBoolean xgetUa()Gets (as xml) the "ua" attribute -
isSetUa
boolean isSetUa()True if has "ua" attribute -
setUa
void setUa(boolean ua) Sets the "ua" attribute -
xsetUa
Sets (as xml) the "ua" attribute -
unsetUa
void unsetUa()Unsets the "ua" attribute -
getRa
boolean getRa()Gets the "ra" attribute -
xgetRa
XmlBoolean xgetRa()Gets (as xml) the "ra" attribute -
isSetRa
boolean isSetRa()True if has "ra" attribute -
setRa
void setRa(boolean ra) Sets the "ra" attribute -
xsetRa
Sets (as xml) the "ra" attribute -
unsetRa
void unsetRa()Unsets the "ra" attribute -
getSheetId
long getSheetId()Gets the "sheetId" attribute -
xgetSheetId
XmlUnsignedInt xgetSheetId()Gets (as xml) the "sheetId" attribute -
isSetSheetId
boolean isSetSheetId()True if has "sheetId" attribute -
setSheetId
void setSheetId(long sheetId) Sets the "sheetId" attribute -
xsetSheetId
Sets (as xml) the "sheetId" attribute -
unsetSheetId
void unsetSheetId()Unsets the "sheetId" attribute
-