Interface CTMdxSet
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_MdxSet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionaddNewN()Appends and returns a new empty value (as xml) as the last "n" elementlonggetC()Gets the "c" attributeGets array of all "n" elementsgetNArray(int i) Gets ith "n" elementgetNList()Gets a List of "n" elementslonggetNs()Gets the "ns" attributegetO()Gets the "o" attributeinsertNewN(int i) Inserts and returns a new empty value (as xml) as the ith "n" elementbooleanisSetC()True if has "c" attributebooleanisSetO()True if has "o" attributevoidremoveN(int i) Removes the ith "n" elementvoidsetC(long c) Sets the "c" attributevoidsetNArray(int i, CTMetadataStringIndex n) Sets ith "n" elementvoidsetNArray(CTMetadataStringIndex[] nArray) Sets array of all "n" elementvoidsetNs(long ns) Sets the "ns" attributevoidSets the "o" attributeintReturns number of "n" elementvoidunsetC()Unsets the "c" attributevoidunsetO()Unsets the "o" attributexgetC()Gets (as xml) the "c" attributexgetNs()Gets (as xml) the "ns" attributexgetO()Gets (as xml) the "o" attributevoidSets (as xml) the "c" attributevoidxsetNs(XmlUnsignedInt ns) Sets (as xml) the "ns" attributevoidSets (as xml) the "o" attributeMethods 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
-
getNList
List<CTMetadataStringIndex> getNList()Gets a List of "n" elements -
getNArray
CTMetadataStringIndex[] getNArray()Gets array of all "n" elements -
getNArray
Gets ith "n" element -
sizeOfNArray
int sizeOfNArray()Returns number of "n" element -
setNArray
Sets array of all "n" element -
setNArray
Sets ith "n" element -
insertNewN
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
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
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
Sets the "o" attribute -
xsetO
Sets (as xml) the "o" attribute -
unsetO
void unsetO()Unsets the "o" attribute
-