Interface CTRevisionQueryTableField
- All Superinterfaces:
XmlObject
,XmlTokenSource
An XML CT_RevisionQueryTableField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory
<CTRevisionQueryTableField> static final SchemaType
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the "fieldId" attributegetRef()
Gets the "ref" attributelong
Gets the "sheetId" attributevoid
setFieldId
(long fieldId) Sets the "fieldId" attributevoid
Sets the "ref" attributevoid
setSheetId
(long sheetId) Sets the "sheetId" attributeGets (as xml) the "fieldId" attributexgetRef()
Gets (as xml) the "ref" attributeGets (as xml) the "sheetId" attributevoid
xsetFieldId
(XmlUnsignedInt fieldId) Sets (as xml) the "fieldId" attributevoid
Sets (as xml) the "ref" attributevoid
xsetSheetId
(XmlUnsignedInt sheetId) Sets (as xml) the "sheetId" 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
-
getSheetId
long getSheetId()Gets the "sheetId" attribute -
xgetSheetId
XmlUnsignedInt xgetSheetId()Gets (as xml) the "sheetId" attribute -
setSheetId
void setSheetId(long sheetId) Sets the "sheetId" attribute -
xsetSheetId
Sets (as xml) the "sheetId" attribute -
getRef
String getRef()Gets the "ref" attribute -
xgetRef
STRef xgetRef()Gets (as xml) the "ref" attribute -
setRef
Sets the "ref" attribute -
xsetRef
Sets (as xml) the "ref" attribute -
getFieldId
long getFieldId()Gets the "fieldId" attribute -
xgetFieldId
XmlUnsignedInt xgetFieldId()Gets (as xml) the "fieldId" attribute -
setFieldId
void setFieldId(long fieldId) Sets the "fieldId" attribute -
xsetFieldId
Sets (as xml) the "fieldId" attribute
-