Interface CTDashStopList
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_DashStopList(@http://schemas.openxmlformats.org/drawingml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTDashStopList> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewDs()Appends and returns a new empty value (as xml) as the last "ds" elementGets array of all "ds" elementsgetDsArray(int i) Gets ith "ds" elementGets a List of "ds" elementsinsertNewDs(int i) Inserts and returns a new empty value (as xml) as the ith "ds" elementvoidremoveDs(int i) Removes the ith "ds" elementvoidsetDsArray(int i, CTDashStop ds) Sets ith "ds" elementvoidsetDsArray(CTDashStop[] dsArray) Sets array of all "ds" elementintReturns number of "ds" elementMethods 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
-
getDsList
List<CTDashStop> getDsList()Gets a List of "ds" elements -
getDsArray
CTDashStop[] getDsArray()Gets array of all "ds" elements -
getDsArray
Gets ith "ds" element -
sizeOfDsArray
int sizeOfDsArray()Returns number of "ds" element -
setDsArray
Sets array of all "ds" element -
setDsArray
Sets ith "ds" element -
insertNewDs
Inserts and returns a new empty value (as xml) as the ith "ds" element -
addNewDs
CTDashStop addNewDs()Appends and returns a new empty value (as xml) as the last "ds" element -
removeDs
void removeDs(int i) Removes the ith "ds" element
-