Interface CTRevisionQueryTableField
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTRevisionQueryTableField extends XmlObject
An XML CT_RevisionQueryTableField(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTRevisionQueryTableField.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 long
getFieldId()
Gets the "fieldId" attributeString
getRef()
Gets the "ref" attributelong
getSheetId()
Gets the "sheetId" attributevoid
setFieldId(long fieldId)
Sets the "fieldId" attributevoid
setRef(String ref)
Sets the "ref" attributevoid
setSheetId(long sheetId)
Sets the "sheetId" attributeXmlUnsignedInt
xgetFieldId()
Gets (as xml) the "fieldId" attributeSTRef
xgetRef()
Gets (as xml) the "ref" attributeXmlUnsignedInt
xgetSheetId()
Gets (as xml) the "sheetId" attributevoid
xsetFieldId(XmlUnsignedInt fieldId)
Sets (as xml) the "fieldId" attributevoid
xsetRef(STRef ref)
Sets (as xml) the "ref" attributevoid
xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" 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
-
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
void xsetSheetId(XmlUnsignedInt sheetId)
Sets (as xml) the "sheetId" attribute
-
getRef
String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(String ref)
Sets the "ref" attribute
-
xsetRef
void xsetRef(STRef ref)
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
void xsetFieldId(XmlUnsignedInt fieldId)
Sets (as xml) the "fieldId" attribute
-
-