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 SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionlongGets the "fieldId" attributegetRef()Gets the "ref" attributelongGets the "sheetId" attributevoidsetFieldId(long fieldId) Sets the "fieldId" attributevoidSets the "ref" attributevoidsetSheetId(long sheetId) Sets the "sheetId" attributeGets (as xml) the "fieldId" attributexgetRef()Gets (as xml) the "ref" attributeGets (as xml) the "sheetId" attributevoidxsetFieldId(XmlUnsignedInt fieldId) Sets (as xml) the "fieldId" attributevoidSets (as xml) the "ref" attributevoidxsetSheetId(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, valueHashCodeMethods 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
-