Interface CTMdxSet
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTMdxSet extends XmlObject
An XML CT_MdxSet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTMdxSet.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CTMetadataStringIndex
addNewN()
Appends and returns a new empty value (as xml) as the last "n" elementlong
getC()
Gets the "c" attributeCTMetadataStringIndex[]
getNArray()
Deprecated.CTMetadataStringIndex
getNArray(int i)
Gets ith "n" elementjava.util.List<CTMetadataStringIndex>
getNList()
Gets a List of "n" elementslong
getNs()
Gets the "ns" attributeSTMdxSetOrder.Enum
getO()
Gets the "o" attributeCTMetadataStringIndex
insertNewN(int i)
Inserts and returns a new empty value (as xml) as the ith "n" elementboolean
isSetC()
True if has "c" attributeboolean
isSetO()
True if has "o" attributevoid
removeN(int i)
Removes the ith "n" elementvoid
setC(long c)
Sets the "c" attributevoid
setNArray(int i, CTMetadataStringIndex n)
Sets ith "n" elementvoid
setNArray(CTMetadataStringIndex[] nArray)
Sets array of all "n" elementvoid
setNs(long ns)
Sets the "ns" attributevoid
setO(STMdxSetOrder.Enum o)
Sets the "o" attributeint
sizeOfNArray()
Returns number of "n" elementvoid
unsetC()
Unsets the "c" attributevoid
unsetO()
Unsets the "o" attributeXmlUnsignedInt
xgetC()
Gets (as xml) the "c" attributeXmlUnsignedInt
xgetNs()
Gets (as xml) the "ns" attributeSTMdxSetOrder
xgetO()
Gets (as xml) the "o" attributevoid
xsetC(XmlUnsignedInt c)
Sets (as xml) the "c" attributevoid
xsetNs(XmlUnsignedInt ns)
Sets (as xml) the "ns" attributevoid
xsetO(STMdxSetOrder o)
Sets (as xml) the "o" attribute-
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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getNList
java.util.List<CTMetadataStringIndex> getNList()
Gets a List of "n" elements
-
getNArray
@Deprecated CTMetadataStringIndex[] getNArray()
Deprecated.Gets array of all "n" elements
-
getNArray
CTMetadataStringIndex getNArray(int i)
Gets ith "n" element
-
sizeOfNArray
int sizeOfNArray()
Returns number of "n" element
-
setNArray
void setNArray(CTMetadataStringIndex[] nArray)
Sets array of all "n" element
-
setNArray
void setNArray(int i, CTMetadataStringIndex n)
Sets ith "n" element
-
insertNewN
CTMetadataStringIndex insertNewN(int i)
Inserts and returns a new empty value (as xml) as the ith "n" element
-
addNewN
CTMetadataStringIndex addNewN()
Appends and returns a new empty value (as xml) as the last "n" element
-
removeN
void removeN(int i)
Removes the ith "n" element
-
getNs
long getNs()
Gets the "ns" attribute
-
xgetNs
XmlUnsignedInt xgetNs()
Gets (as xml) the "ns" attribute
-
setNs
void setNs(long ns)
Sets the "ns" attribute
-
xsetNs
void xsetNs(XmlUnsignedInt ns)
Sets (as xml) the "ns" attribute
-
getC
long getC()
Gets the "c" attribute
-
xgetC
XmlUnsignedInt xgetC()
Gets (as xml) the "c" attribute
-
isSetC
boolean isSetC()
True if has "c" attribute
-
setC
void setC(long c)
Sets the "c" attribute
-
xsetC
void xsetC(XmlUnsignedInt c)
Sets (as xml) the "c" attribute
-
unsetC
void unsetC()
Unsets the "c" attribute
-
getO
STMdxSetOrder.Enum getO()
Gets the "o" attribute
-
xgetO
STMdxSetOrder xgetO()
Gets (as xml) the "o" attribute
-
isSetO
boolean isSetO()
True if has "o" attribute
-
setO
void setO(STMdxSetOrder.Enum o)
Sets the "o" attribute
-
xsetO
void xsetO(STMdxSetOrder o)
Sets (as xml) the "o" attribute
-
unsetO
void unsetO()
Unsets the "o" attribute
-
-