Interface CTSmartTagTypes
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSmartTagTypes extends XmlObject
An XML CT_SmartTagTypes(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTSmartTagTypes>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 CTSmartTagTypeaddNewSmartTagType()Appends and returns a new empty value (as xml) as the last "smartTagType" elementCTSmartTagType[]getSmartTagTypeArray()Gets array of all "smartTagType" elementsCTSmartTagTypegetSmartTagTypeArray(int i)Gets ith "smartTagType" elementjava.util.List<CTSmartTagType>getSmartTagTypeList()Gets a List of "smartTagType" elementsCTSmartTagTypeinsertNewSmartTagType(int i)Inserts and returns a new empty value (as xml) as the ith "smartTagType" elementvoidremoveSmartTagType(int i)Removes the ith "smartTagType" elementvoidsetSmartTagTypeArray(int i, CTSmartTagType smartTagType)Sets ith "smartTagType" elementvoidsetSmartTagTypeArray(CTSmartTagType[] smartTagTypeArray)Sets array of all "smartTagType" elementintsizeOfSmartTagTypeArray()Returns number of "smartTagType" 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<CTSmartTagTypes> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getSmartTagTypeList
java.util.List<CTSmartTagType> getSmartTagTypeList()
Gets a List of "smartTagType" elements
-
getSmartTagTypeArray
CTSmartTagType[] getSmartTagTypeArray()
Gets array of all "smartTagType" elements
-
getSmartTagTypeArray
CTSmartTagType getSmartTagTypeArray(int i)
Gets ith "smartTagType" element
-
sizeOfSmartTagTypeArray
int sizeOfSmartTagTypeArray()
Returns number of "smartTagType" element
-
setSmartTagTypeArray
void setSmartTagTypeArray(CTSmartTagType[] smartTagTypeArray)
Sets array of all "smartTagType" element
-
setSmartTagTypeArray
void setSmartTagTypeArray(int i, CTSmartTagType smartTagType)Sets ith "smartTagType" element
-
insertNewSmartTagType
CTSmartTagType insertNewSmartTagType(int i)
Inserts and returns a new empty value (as xml) as the ith "smartTagType" element
-
addNewSmartTagType
CTSmartTagType addNewSmartTagType()
Appends and returns a new empty value (as xml) as the last "smartTagType" element
-
removeSmartTagType
void removeSmartTagType(int i)
Removes the ith "smartTagType" element
-
-