public interface CTRangeSets extends XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CTRangeSets.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 |
|---|---|
CTRangeSet |
addNewRangeSet()
Appends and returns a new empty value (as xml) as the last "rangeSet" element
|
long |
getCount()
Gets the "count" attribute
|
CTRangeSet[] |
getRangeSetArray()
Deprecated.
|
CTRangeSet |
getRangeSetArray(int i)
Gets ith "rangeSet" element
|
List<CTRangeSet> |
getRangeSetList()
Gets a List of "rangeSet" elements
|
CTRangeSet |
insertNewRangeSet(int i)
Inserts and returns a new empty value (as xml) as the ith "rangeSet" element
|
boolean |
isSetCount()
True if has "count" attribute
|
void |
removeRangeSet(int i)
Removes the ith "rangeSet" element
|
void |
setCount(long count)
Sets the "count" attribute
|
void |
setRangeSetArray(CTRangeSet[] rangeSetArray)
Sets array of all "rangeSet" element
|
void |
setRangeSetArray(int i,
CTRangeSet rangeSet)
Sets ith "rangeSet" element
|
int |
sizeOfRangeSetArray()
Returns number of "rangeSet" 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<CTRangeSet> getRangeSetList()
@Deprecated CTRangeSet[] getRangeSetArray()
CTRangeSet getRangeSetArray(int i)
int sizeOfRangeSetArray()
void setRangeSetArray(CTRangeSet[] rangeSetArray)
void setRangeSetArray(int i,
CTRangeSet rangeSet)
CTRangeSet insertNewRangeSet(int i)
CTRangeSet addNewRangeSet()
void removeRangeSet(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