Interface CTMdxTuple
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_MdxTuple(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTMdxTuple> static final SchemaTypeFields 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" elementbooleangetB()Gets the "b" attributebyte[]getBc()Gets the "bc" attributelonggetC()Gets the "c" attributegetCt()Gets the "ct" attributebyte[]getFc()Gets the "fc" attributelonggetFi()Gets the "fi" attributebooleangetI()Gets the "i" attributeGets array of all "n" elementsgetNArray(int i) Gets ith "n" elementgetNList()Gets a List of "n" elementslonggetSi()Gets the "si" attributebooleangetSt()Gets the "st" attributebooleangetU()Gets the "u" attributeinsertNewN(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" attributevoidSets 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" attributeintReturns 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" attributexgetB()Gets (as xml) the "b" attributexgetBc()Gets (as xml) the "bc" attributexgetC()Gets (as xml) the "c" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetCt()Gets (as xml) the "ct" attributexgetFc()Gets (as xml) the "fc" attributexgetFi()Gets (as xml) the "fi" attributexgetI()Gets (as xml) the "i" attributexgetSi()Gets (as xml) the "si" attributexgetSt()Gets (as xml) the "st" attributexgetU()Gets (as xml) the "u" attributevoidxsetB(XmlBoolean b) Sets (as xml) the "b" attributevoidSets (as xml) the "bc" attributevoidSets (as xml) the "c" attributevoidxsetCt(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring ct) Sets (as xml) the "ct" attributevoidSets (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" 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 -
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 -
getCt
String getCt()Gets the "ct" attribute -
xgetCt
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCt()Gets (as xml) the "ct" attribute -
isSetCt
boolean isSetCt()True if has "ct" attribute -
setCt
Sets 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
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
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
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
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
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
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
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
Sets (as xml) the "b" attribute -
unsetB
void unsetB()Unsets the "b" attribute
-