public interface CTQueryTableDeletedFields extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTQueryTableDeletedFields.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL| Modifier and Type | Method and Description |
|---|---|
CTDeletedField |
addNewDeletedField()
Appends and returns a new empty value (as xml) as the last "deletedField" element
|
long |
getCount()
Gets the "count" attribute
|
CTDeletedField[] |
getDeletedFieldArray()
Deprecated.
|
CTDeletedField |
getDeletedFieldArray(int i)
Gets ith "deletedField" element
|
List<CTDeletedField> |
getDeletedFieldList()
Gets a List of "deletedField" elements
|
CTDeletedField |
insertNewDeletedField(int i)
Inserts and returns a new empty value (as xml) as the ith "deletedField" element
|
boolean |
isSetCount()
True if has "count" attribute
|
void |
removeDeletedField(int i)
Removes the ith "deletedField" element
|
void |
setCount(long count)
Sets the "count" attribute
|
void |
setDeletedFieldArray(CTDeletedField[] deletedFieldArray)
Sets array of all "deletedField" element
|
void |
setDeletedFieldArray(int i,
CTDeletedField deletedField)
Sets ith "deletedField" element
|
int |
sizeOfDeletedFieldArray()
Returns number of "deletedField" element
|
void |
unsetCount()
Unsets the "count" attribute
|
XmlUnsignedInt |
xgetCount()
Gets (as xml) the "count" attribute
|
void |
xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attribute
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final SchemaType type
List<CTDeletedField> getDeletedFieldList()
@Deprecated CTDeletedField[] getDeletedFieldArray()
CTDeletedField getDeletedFieldArray(int i)
int sizeOfDeletedFieldArray()
void setDeletedFieldArray(CTDeletedField[] deletedFieldArray)
void setDeletedFieldArray(int i,
CTDeletedField deletedField)
CTDeletedField insertNewDeletedField(int i)
CTDeletedField addNewDeletedField()
void removeDeletedField(int i)
long getCount()
XmlUnsignedInt xgetCount()
boolean isSetCount()
void setCount(long count)
void xsetCount(XmlUnsignedInt count)
void unsetCount()
Copyright © 2010 - 2020 Adobe. All Rights Reserved