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 classCTRevisionQueryTableField.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 longgetFieldId()Gets the "fieldId" attributejava.lang.StringgetRef()Gets the "ref" attributelonggetSheetId()Gets the "sheetId" attributevoidsetFieldId(long fieldId)Sets the "fieldId" attributevoidsetRef(java.lang.String ref)Sets the "ref" attributevoidsetSheetId(long sheetId)Sets the "sheetId" attributeXmlUnsignedIntxgetFieldId()Gets (as xml) the "fieldId" attributeSTRefxgetRef()Gets (as xml) the "ref" attributeXmlUnsignedIntxgetSheetId()Gets (as xml) the "sheetId" attributevoidxsetFieldId(XmlUnsignedInt fieldId)Sets (as xml) the "fieldId" attributevoidxsetRef(STRef ref)Sets (as xml) the "ref" attributevoidxsetSheetId(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
java.lang.String getRef()
Gets the "ref" attribute
-
xgetRef
STRef xgetRef()
Gets (as xml) the "ref" attribute
-
setRef
void setRef(java.lang.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
-
-