Interface CTTLBehaviorAttributeNameList
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTTLBehaviorAttributeNameList extends XmlObject
An XML CT_TLBehaviorAttributeNameList(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTTLBehaviorAttributeNameList>Factorystatic 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 voidaddAttrName(java.lang.String attrName)Appends the value as the last "attrName" elementXmlStringaddNewAttrName()Appends and returns a new empty value (as xml) as the last "attrName" elementjava.lang.String[]getAttrNameArray()Gets array of all "attrName" elementsjava.lang.StringgetAttrNameArray(int i)Gets ith "attrName" elementjava.util.List<java.lang.String>getAttrNameList()Gets a List of "attrName" elementsvoidinsertAttrName(int i, java.lang.String attrName)Inserts the value as the ith "attrName" elementXmlStringinsertNewAttrName(int i)Inserts and returns a new empty value (as xml) as the ith "attrName" elementvoidremoveAttrName(int i)Removes the ith "attrName" elementvoidsetAttrNameArray(int i, java.lang.String attrName)Sets ith "attrName" elementvoidsetAttrNameArray(java.lang.String[] attrNameArray)Sets array of all "attrName" elementintsizeOfAttrNameArray()Returns number of "attrName" elementXmlString[]xgetAttrNameArray()Gets (as xml) array of all "attrName" elementsXmlStringxgetAttrNameArray(int i)Gets (as xml) ith "attrName" elementjava.util.List<XmlString>xgetAttrNameList()Gets (as xml) a List of "attrName" elementsvoidxsetAttrNameArray(int i, XmlString attrName)Sets (as xml) ith "attrName" elementvoidxsetAttrNameArray(XmlString[] attrNameArray)Sets (as xml) array of all "attrName" element-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTTLBehaviorAttributeNameList> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getAttrNameList
java.util.List<java.lang.String> getAttrNameList()
Gets a List of "attrName" elements
-
getAttrNameArray
java.lang.String[] getAttrNameArray()
Gets array of all "attrName" elements
-
getAttrNameArray
java.lang.String getAttrNameArray(int i)
Gets ith "attrName" element
-
xgetAttrNameList
java.util.List<XmlString> xgetAttrNameList()
Gets (as xml) a List of "attrName" elements
-
xgetAttrNameArray
XmlString[] xgetAttrNameArray()
Gets (as xml) array of all "attrName" elements
-
xgetAttrNameArray
XmlString xgetAttrNameArray(int i)
Gets (as xml) ith "attrName" element
-
sizeOfAttrNameArray
int sizeOfAttrNameArray()
Returns number of "attrName" element
-
setAttrNameArray
void setAttrNameArray(java.lang.String[] attrNameArray)
Sets array of all "attrName" element
-
setAttrNameArray
void setAttrNameArray(int i, java.lang.String attrName)Sets ith "attrName" element
-
xsetAttrNameArray
void xsetAttrNameArray(XmlString[] attrNameArray)
Sets (as xml) array of all "attrName" element
-
xsetAttrNameArray
void xsetAttrNameArray(int i, XmlString attrName)Sets (as xml) ith "attrName" element
-
insertAttrName
void insertAttrName(int i, java.lang.String attrName)Inserts the value as the ith "attrName" element
-
addAttrName
void addAttrName(java.lang.String attrName)
Appends the value as the last "attrName" element
-
insertNewAttrName
XmlString insertNewAttrName(int i)
Inserts and returns a new empty value (as xml) as the ith "attrName" element
-
addNewAttrName
XmlString addNewAttrName()
Appends and returns a new empty value (as xml) as the last "attrName" element
-
removeAttrName
void removeAttrName(int i)
Removes the ith "attrName" element
-
-