Interface CTMdxTuple
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTMdxTuple extends XmlObject
An XML CT_MdxTuple(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTMdxTuple.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 CTMetadataStringIndexaddNewN()Appends and returns a new empty value (as xml) as the last "n" elementbooleangetB()Gets the "b" attributebyte[]getBc()Gets the "bc" attributelonggetC()Gets the "c" attributejava.lang.StringgetCt()Gets the "ct" attributebyte[]getFc()Gets the "fc" attributelonggetFi()Gets the "fi" attributebooleangetI()Gets the "i" attributeCTMetadataStringIndex[]getNArray()Deprecated.CTMetadataStringIndexgetNArray(int i)Gets ith "n" elementjava.util.List<CTMetadataStringIndex>getNList()Gets a List of "n" elementslonggetSi()Gets the "si" attributebooleangetSt()Gets the "st" attributebooleangetU()Gets the "u" attributeCTMetadataStringIndexinsertNewN(int i)Inserts and returns a new empty value (as xml) as the ith "n" elementbooleanisSetB()True if has "b" attributebooleanisSetBc()True if has "bc" attributebooleanisSetC()True if has "c" attributebooleanisSetCt()True if has "ct" attributebooleanisSetFc()True if has "fc" attributebooleanisSetFi()True if has "fi" attributebooleanisSetI()True if has "i" attributebooleanisSetSi()True if has "si" attributebooleanisSetSt()True if has "st" attributebooleanisSetU()True if has "u" attributevoidremoveN(int i)Removes the ith "n" elementvoidsetB(boolean b)Sets the "b" attributevoidsetBc(byte[] bc)Sets the "bc" attributevoidsetC(long c)Sets the "c" attributevoidsetCt(java.lang.String ct)Sets the "ct" attributevoidsetFc(byte[] fc)Sets the "fc" attributevoidsetFi(long fi)Sets the "fi" attributevoidsetI(boolean iValue)Sets the "i" attributevoidsetNArray(int i, CTMetadataStringIndex n)Sets ith "n" elementvoidsetNArray(CTMetadataStringIndex[] nArray)Sets array of all "n" elementvoidsetSi(long si)Sets the "si" attributevoidsetSt(boolean st)Sets the "st" attributevoidsetU(boolean u)Sets the "u" attributeintsizeOfNArray()Returns number of "n" elementvoidunsetB()Unsets the "b" attributevoidunsetBc()Unsets the "bc" attributevoidunsetC()Unsets the "c" attributevoidunsetCt()Unsets the "ct" attributevoidunsetFc()Unsets the "fc" attributevoidunsetFi()Unsets the "fi" attributevoidunsetI()Unsets the "i" attributevoidunsetSi()Unsets the "si" attributevoidunsetSt()Unsets the "st" attributevoidunsetU()Unsets the "u" attributeXmlBooleanxgetB()Gets (as xml) the "b" attributeSTUnsignedIntHexxgetBc()Gets (as xml) the "bc" attributeXmlUnsignedIntxgetC()Gets (as xml) the "c" attributeSTXstringxgetCt()Gets (as xml) the "ct" attributeSTUnsignedIntHexxgetFc()Gets (as xml) the "fc" attributeXmlUnsignedIntxgetFi()Gets (as xml) the "fi" attributeXmlBooleanxgetI()Gets (as xml) the "i" attributeXmlUnsignedIntxgetSi()Gets (as xml) the "si" attributeXmlBooleanxgetSt()Gets (as xml) the "st" attributeXmlBooleanxgetU()Gets (as xml) the "u" attributevoidxsetB(XmlBoolean b)Sets (as xml) the "b" attributevoidxsetBc(STUnsignedIntHex bc)Sets (as xml) the "bc" attributevoidxsetC(XmlUnsignedInt c)Sets (as xml) the "c" attributevoidxsetCt(STXstring ct)Sets (as xml) the "ct" attributevoidxsetFc(STUnsignedIntHex fc)Sets (as xml) the "fc" attributevoidxsetFi(XmlUnsignedInt fi)Sets (as xml) the "fi" attributevoidxsetI(XmlBoolean iValue)Sets (as xml) the "i" attributevoidxsetSi(XmlUnsignedInt si)Sets (as xml) the "si" attributevoidxsetSt(XmlBoolean st)Sets (as xml) the "st" attributevoidxsetU(XmlBoolean u)Sets (as xml) the "u" 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
-
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
-
getCt
java.lang.String getCt()
Gets the "ct" attribute
-
xgetCt
STXstring xgetCt()
Gets (as xml) the "ct" attribute
-
isSetCt
boolean isSetCt()
True if has "ct" attribute
-
setCt
void setCt(java.lang.String ct)
Sets the "ct" attribute
-
xsetCt
void xsetCt(STXstring ct)
Sets (as xml) the "ct" attribute
-
unsetCt
void unsetCt()
Unsets the "ct" attribute
-
getSi
long getSi()
Gets the "si" attribute
-
xgetSi
XmlUnsignedInt xgetSi()
Gets (as xml) the "si" attribute
-
isSetSi
boolean isSetSi()
True if has "si" attribute
-
setSi
void setSi(long si)
Sets the "si" attribute
-
xsetSi
void xsetSi(XmlUnsignedInt si)
Sets (as xml) the "si" attribute
-
unsetSi
void unsetSi()
Unsets the "si" attribute
-
getFi
long getFi()
Gets the "fi" attribute
-
xgetFi
XmlUnsignedInt xgetFi()
Gets (as xml) the "fi" attribute
-
isSetFi
boolean isSetFi()
True if has "fi" attribute
-
setFi
void setFi(long fi)
Sets the "fi" attribute
-
xsetFi
void xsetFi(XmlUnsignedInt fi)
Sets (as xml) the "fi" attribute
-
unsetFi
void unsetFi()
Unsets the "fi" attribute
-
getBc
byte[] getBc()
Gets the "bc" attribute
-
xgetBc
STUnsignedIntHex xgetBc()
Gets (as xml) the "bc" attribute
-
isSetBc
boolean isSetBc()
True if has "bc" attribute
-
setBc
void setBc(byte[] bc)
Sets the "bc" attribute
-
xsetBc
void xsetBc(STUnsignedIntHex bc)
Sets (as xml) the "bc" attribute
-
unsetBc
void unsetBc()
Unsets the "bc" attribute
-
getFc
byte[] getFc()
Gets the "fc" attribute
-
xgetFc
STUnsignedIntHex xgetFc()
Gets (as xml) the "fc" attribute
-
isSetFc
boolean isSetFc()
True if has "fc" attribute
-
setFc
void setFc(byte[] fc)
Sets the "fc" attribute
-
xsetFc
void xsetFc(STUnsignedIntHex fc)
Sets (as xml) the "fc" attribute
-
unsetFc
void unsetFc()
Unsets the "fc" attribute
-
getI
boolean getI()
Gets the "i" attribute
-
xgetI
XmlBoolean xgetI()
Gets (as xml) the "i" attribute
-
isSetI
boolean isSetI()
True if has "i" attribute
-
setI
void setI(boolean iValue)
Sets the "i" attribute
-
xsetI
void xsetI(XmlBoolean iValue)
Sets (as xml) the "i" attribute
-
unsetI
void unsetI()
Unsets the "i" attribute
-
getU
boolean getU()
Gets the "u" attribute
-
xgetU
XmlBoolean xgetU()
Gets (as xml) the "u" attribute
-
isSetU
boolean isSetU()
True if has "u" attribute
-
setU
void setU(boolean u)
Sets the "u" attribute
-
xsetU
void xsetU(XmlBoolean u)
Sets (as xml) the "u" attribute
-
unsetU
void unsetU()
Unsets the "u" attribute
-
getSt
boolean getSt()
Gets the "st" attribute
-
xgetSt
XmlBoolean xgetSt()
Gets (as xml) the "st" attribute
-
isSetSt
boolean isSetSt()
True if has "st" attribute
-
setSt
void setSt(boolean st)
Sets the "st" attribute
-
xsetSt
void xsetSt(XmlBoolean st)
Sets (as xml) the "st" attribute
-
unsetSt
void unsetSt()
Unsets the "st" attribute
-
getB
boolean getB()
Gets the "b" attribute
-
xgetB
XmlBoolean xgetB()
Gets (as xml) the "b" attribute
-
isSetB
boolean isSetB()
True if has "b" attribute
-
setB
void setB(boolean b)
Sets the "b" attribute
-
xsetB
void xsetB(XmlBoolean b)
Sets (as xml) the "b" attribute
-
unsetB
void unsetB()
Unsets the "b" attribute
-
-