Interface CTArray
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Array(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes).
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 TypeMethodDescriptionvoidaddBool(boolean bool) Appends the value as the last "bool" elementvoidAppends the value as the last "bstr" elementvoidAppends the value as the last "cy" elementvoidAppends the value as the last "date" elementvoidaddDecimal(BigDecimal decimal) Appends the value as the last "decimal" elementvoidAppends the value as the last "error" elementvoidaddI1(byte i1) Appends the value as the last "i1" elementvoidaddI2(short i2) Appends the value as the last "i2" elementvoidaddI4(int i4) Appends the value as the last "i4" elementvoidaddInt(int xint) Appends the value as the last "int" elementAppends and returns a new empty value (as xml) as the last "bool" elementAppends and returns a new empty value (as xml) as the last "bstr" elementaddNewCy()Appends and returns a new empty value (as xml) as the last "cy" elementAppends and returns a new empty value (as xml) as the last "date" elementAppends and returns a new empty value (as xml) as the last "decimal" elementAppends and returns a new empty value (as xml) as the last "error" elementaddNewI1()Appends and returns a new empty value (as xml) as the last "i1" elementaddNewI2()Appends and returns a new empty value (as xml) as the last "i2" elementaddNewI4()Appends and returns a new empty value (as xml) as the last "i4" elementAppends and returns a new empty value (as xml) as the last "int" elementaddNewR4()Appends and returns a new empty value (as xml) as the last "r4" elementaddNewR8()Appends and returns a new empty value (as xml) as the last "r8" elementAppends and returns a new empty value (as xml) as the last "ui1" elementAppends and returns a new empty value (as xml) as the last "ui2" elementAppends and returns a new empty value (as xml) as the last "ui4" elementAppends and returns a new empty value (as xml) as the last "uint" elementAppends and returns a new empty value (as xml) as the last "variant" elementvoidaddR4(float r4) Appends the value as the last "r4" elementvoidaddR8(double r8) Appends the value as the last "r8" elementvoidaddUi1(short ui1) Appends the value as the last "ui1" elementvoidaddUi2(int ui2) Appends the value as the last "ui2" elementvoidaddUi4(long ui4) Appends the value as the last "ui4" elementvoidaddUint(long uint) Appends the value as the last "uint" elementGets the "baseType" attributeboolean[]Gets array of all "bool" elementsbooleangetBoolArray(int i) Gets ith "bool" elementGets a List of "bool" elementsString[]Gets array of all "bstr" elementsgetBstrArray(int i) Gets ith "bstr" elementGets a List of "bstr" elementsString[]Gets array of all "cy" elementsgetCyArray(int i) Gets ith "cy" elementGets a List of "cy" elementsCalendar[]Gets array of all "date" elementsgetDateArray(int i) Gets ith "date" elementGets a List of "date" elementsGets array of all "decimal" elementsgetDecimalArray(int i) Gets ith "decimal" elementGets a List of "decimal" elementsString[]Gets array of all "error" elementsgetErrorArray(int i) Gets ith "error" elementGets a List of "error" elementsbyte[]Gets array of all "i1" elementsbytegetI1Array(int i) Gets ith "i1" elementGets a List of "i1" elementsshort[]Gets array of all "i2" elementsshortgetI2Array(int i) Gets ith "i2" elementGets a List of "i2" elementsint[]Gets array of all "i4" elementsintgetI4Array(int i) Gets ith "i4" elementGets a List of "i4" elementsint[]Gets array of all "int" elementsintgetIntArray(int i) Gets ith "int" elementGets a List of "int" elementsintGets the "lBounds" attributefloat[]Gets array of all "r4" elementsfloatgetR4Array(int i) Gets ith "r4" elementGets a List of "r4" elementsdouble[]Gets array of all "r8" elementsdoublegetR8Array(int i) Gets ith "r8" elementGets a List of "r8" elementsintGets the "uBounds" attributeshort[]Gets array of all "ui1" elementsshortgetUi1Array(int i) Gets ith "ui1" elementGets a List of "ui1" elementsint[]Gets array of all "ui2" elementsintgetUi2Array(int i) Gets ith "ui2" elementGets a List of "ui2" elementslong[]Gets array of all "ui4" elementslonggetUi4Array(int i) Gets ith "ui4" elementGets a List of "ui4" elementslong[]Gets array of all "uint" elementslonggetUintArray(int i) Gets ith "uint" elementGets a List of "uint" elementsGets array of all "variant" elementsgetVariantArray(int i) Gets ith "variant" elementGets a List of "variant" elementsvoidinsertBool(int i, boolean bool) Inserts the value as the ith "bool" elementvoidinsertBstr(int i, String bstr) Inserts the value as the ith "bstr" elementvoidInserts the value as the ith "cy" elementvoidinsertDate(int i, Calendar date) Inserts the value as the ith "date" elementvoidinsertDecimal(int i, BigDecimal decimal) Inserts the value as the ith "decimal" elementvoidinsertError(int i, String error) Inserts the value as the ith "error" elementvoidinsertI1(int i, byte i1) Inserts the value as the ith "i1" elementvoidinsertI2(int i, short i2) Inserts the value as the ith "i2" elementvoidinsertI4(int i, int i4) Inserts the value as the ith "i4" elementvoidinsertInt(int i, int xint) Inserts the value as the ith "int" elementinsertNewBool(int i) Inserts and returns a new empty value (as xml) as the ith "bool" elementinsertNewBstr(int i) Inserts and returns a new empty value (as xml) as the ith "bstr" elementinsertNewCy(int i) Inserts and returns a new empty value (as xml) as the ith "cy" elementinsertNewDate(int i) Inserts and returns a new empty value (as xml) as the ith "date" elementinsertNewDecimal(int i) Inserts and returns a new empty value (as xml) as the ith "decimal" elementinsertNewError(int i) Inserts and returns a new empty value (as xml) as the ith "error" elementinsertNewI1(int i) Inserts and returns a new empty value (as xml) as the ith "i1" elementinsertNewI2(int i) Inserts and returns a new empty value (as xml) as the ith "i2" elementinsertNewI4(int i) Inserts and returns a new empty value (as xml) as the ith "i4" elementinsertNewInt(int i) Inserts and returns a new empty value (as xml) as the ith "int" elementinsertNewR4(int i) Inserts and returns a new empty value (as xml) as the ith "r4" elementinsertNewR8(int i) Inserts and returns a new empty value (as xml) as the ith "r8" elementinsertNewUi1(int i) Inserts and returns a new empty value (as xml) as the ith "ui1" elementinsertNewUi2(int i) Inserts and returns a new empty value (as xml) as the ith "ui2" elementinsertNewUi4(int i) Inserts and returns a new empty value (as xml) as the ith "ui4" elementinsertNewUint(int i) Inserts and returns a new empty value (as xml) as the ith "uint" elementinsertNewVariant(int i) Inserts and returns a new empty value (as xml) as the ith "variant" elementvoidinsertR4(int i, float r4) Inserts the value as the ith "r4" elementvoidinsertR8(int i, double r8) Inserts the value as the ith "r8" elementvoidinsertUi1(int i, short ui1) Inserts the value as the ith "ui1" elementvoidinsertUi2(int i, int ui2) Inserts the value as the ith "ui2" elementvoidinsertUi4(int i, long ui4) Inserts the value as the ith "ui4" elementvoidinsertUint(int i, long uint) Inserts the value as the ith "uint" elementvoidremoveBool(int i) Removes the ith "bool" elementvoidremoveBstr(int i) Removes the ith "bstr" elementvoidremoveCy(int i) Removes the ith "cy" elementvoidremoveDate(int i) Removes the ith "date" elementvoidremoveDecimal(int i) Removes the ith "decimal" elementvoidremoveError(int i) Removes the ith "error" elementvoidremoveI1(int i) Removes the ith "i1" elementvoidremoveI2(int i) Removes the ith "i2" elementvoidremoveI4(int i) Removes the ith "i4" elementvoidremoveInt(int i) Removes the ith "int" elementvoidremoveR4(int i) Removes the ith "r4" elementvoidremoveR8(int i) Removes the ith "r8" elementvoidremoveUi1(int i) Removes the ith "ui1" elementvoidremoveUi2(int i) Removes the ith "ui2" elementvoidremoveUi4(int i) Removes the ith "ui4" elementvoidremoveUint(int i) Removes the ith "uint" elementvoidremoveVariant(int i) Removes the ith "variant" elementvoidsetBaseType(STArrayBaseType.Enum baseType) Sets the "baseType" attributevoidsetBoolArray(boolean[] boolArray) Sets array of all "bool" elementvoidsetBoolArray(int i, boolean bool) Sets ith "bool" elementvoidsetBstrArray(int i, String bstr) Sets ith "bstr" elementvoidsetBstrArray(String[] bstrArray) Sets array of all "bstr" elementvoidsetCyArray(int i, String cy) Sets ith "cy" elementvoidsetCyArray(String[] cyArray) Sets array of all "cy" elementvoidsetDateArray(int i, Calendar date) Sets ith "date" elementvoidsetDateArray(Calendar[] dateArray) Sets array of all "date" elementvoidsetDecimalArray(int i, BigDecimal decimal) Sets ith "decimal" elementvoidsetDecimalArray(BigDecimal[] decimalArray) Sets array of all "decimal" elementvoidsetErrorArray(int i, String error) Sets ith "error" elementvoidsetErrorArray(String[] errorArray) Sets array of all "error" elementvoidsetI1Array(byte[] i1Array) Sets array of all "i1" elementvoidsetI1Array(int i, byte i1) Sets ith "i1" elementvoidsetI2Array(int i, short i2) Sets ith "i2" elementvoidsetI2Array(short[] i2Array) Sets array of all "i2" elementvoidsetI4Array(int[] i4Array) Sets array of all "i4" elementvoidsetI4Array(int i, int i4) Sets ith "i4" elementvoidsetIntArray(int[] xintArray) Sets array of all "int" elementvoidsetIntArray(int i, int xint) Sets ith "int" elementvoidsetLBounds(int lBounds) Sets the "lBounds" attributevoidsetR4Array(float[] r4Array) Sets array of all "r4" elementvoidsetR4Array(int i, float r4) Sets ith "r4" elementvoidsetR8Array(double[] r8Array) Sets array of all "r8" elementvoidsetR8Array(int i, double r8) Sets ith "r8" elementvoidsetUBounds(int uBounds) Sets the "uBounds" attributevoidsetUi1Array(int i, short ui1) Sets ith "ui1" elementvoidsetUi1Array(short[] ui1Array) Sets array of all "ui1" elementvoidsetUi2Array(int[] ui2Array) Sets array of all "ui2" elementvoidsetUi2Array(int i, int ui2) Sets ith "ui2" elementvoidsetUi4Array(int i, long ui4) Sets ith "ui4" elementvoidsetUi4Array(long[] ui4Array) Sets array of all "ui4" elementvoidsetUintArray(int i, long uint) Sets ith "uint" elementvoidsetUintArray(long[] uintArray) Sets array of all "uint" elementvoidsetVariantArray(int i, CTVariant variant) Sets ith "variant" elementvoidsetVariantArray(CTVariant[] variantArray) Sets array of all "variant" elementintReturns number of "bool" elementintReturns number of "bstr" elementintReturns number of "cy" elementintReturns number of "date" elementintReturns number of "decimal" elementintReturns number of "error" elementintReturns number of "i1" elementintReturns number of "i2" elementintReturns number of "i4" elementintReturns number of "int" elementintReturns number of "r4" elementintReturns number of "r8" elementintReturns number of "ui1" elementintReturns number of "ui2" elementintReturns number of "ui4" elementintReturns number of "uint" elementintReturns number of "variant" elementGets (as xml) the "baseType" attributeGets (as xml) array of all "bool" elementsxgetBoolArray(int i) Gets (as xml) ith "bool" elementGets (as xml) a List of "bool" elementsGets (as xml) array of all "bstr" elementsxgetBstrArray(int i) Gets (as xml) ith "bstr" elementGets (as xml) a List of "bstr" elementsSTCy[]Gets (as xml) array of all "cy" elementsxgetCyArray(int i) Gets (as xml) ith "cy" elementGets (as xml) a List of "cy" elementsGets (as xml) array of all "date" elementsxgetDateArray(int i) Gets (as xml) ith "date" elementGets (as xml) a List of "date" elementsGets (as xml) array of all "decimal" elementsxgetDecimalArray(int i) Gets (as xml) ith "decimal" elementGets (as xml) a List of "decimal" elementsSTError[]Gets (as xml) array of all "error" elementsxgetErrorArray(int i) Gets (as xml) ith "error" elementGets (as xml) a List of "error" elementsXmlByte[]Gets (as xml) array of all "i1" elementsxgetI1Array(int i) Gets (as xml) ith "i1" elementGets (as xml) a List of "i1" elementsXmlShort[]Gets (as xml) array of all "i2" elementsxgetI2Array(int i) Gets (as xml) ith "i2" elementGets (as xml) a List of "i2" elementsXmlInt[]Gets (as xml) array of all "i4" elementsxgetI4Array(int i) Gets (as xml) ith "i4" elementGets (as xml) a List of "i4" elementsXmlInt[]Gets (as xml) array of all "int" elementsxgetIntArray(int i) Gets (as xml) ith "int" elementGets (as xml) a List of "int" elementsGets (as xml) the "lBounds" attributeXmlFloat[]Gets (as xml) array of all "r4" elementsxgetR4Array(int i) Gets (as xml) ith "r4" elementGets (as xml) a List of "r4" elementsGets (as xml) array of all "r8" elementsxgetR8Array(int i) Gets (as xml) ith "r8" elementGets (as xml) a List of "r8" elementsGets (as xml) the "uBounds" attributeGets (as xml) array of all "ui1" elementsxgetUi1Array(int i) Gets (as xml) ith "ui1" elementGets (as xml) a List of "ui1" elementsGets (as xml) array of all "ui2" elementsxgetUi2Array(int i) Gets (as xml) ith "ui2" elementGets (as xml) a List of "ui2" elementsGets (as xml) array of all "ui4" elementsxgetUi4Array(int i) Gets (as xml) ith "ui4" elementGets (as xml) a List of "ui4" elementsGets (as xml) array of all "uint" elementsxgetUintArray(int i) Gets (as xml) ith "uint" elementGets (as xml) a List of "uint" elementsvoidxsetBaseType(STArrayBaseType baseType) Sets (as xml) the "baseType" attributevoidxsetBoolArray(int i, XmlBoolean bool) Sets (as xml) ith "bool" elementvoidxsetBoolArray(XmlBoolean[] boolArray) Sets (as xml) array of all "bool" elementvoidxsetBstrArray(int i, XmlString bstr) Sets (as xml) ith "bstr" elementvoidxsetBstrArray(XmlString[] bstrArray) Sets (as xml) array of all "bstr" elementvoidxsetCyArray(int i, STCy cy) Sets (as xml) ith "cy" elementvoidxsetCyArray(STCy[] cyArray) Sets (as xml) array of all "cy" elementvoidxsetDateArray(int i, XmlDateTime date) Sets (as xml) ith "date" elementvoidxsetDateArray(XmlDateTime[] dateArray) Sets (as xml) array of all "date" elementvoidxsetDecimalArray(int i, XmlDecimal decimal) Sets (as xml) ith "decimal" elementvoidxsetDecimalArray(XmlDecimal[] decimalArray) Sets (as xml) array of all "decimal" elementvoidxsetErrorArray(int i, STError error) Sets (as xml) ith "error" elementvoidxsetErrorArray(STError[] errorArray) Sets (as xml) array of all "error" elementvoidxsetI1Array(int i, XmlByte i1) Sets (as xml) ith "i1" elementvoidxsetI1Array(XmlByte[] i1Array) Sets (as xml) array of all "i1" elementvoidxsetI2Array(int i, XmlShort i2) Sets (as xml) ith "i2" elementvoidxsetI2Array(XmlShort[] i2Array) Sets (as xml) array of all "i2" elementvoidxsetI4Array(int i, XmlInt i4) Sets (as xml) ith "i4" elementvoidxsetI4Array(XmlInt[] i4Array) Sets (as xml) array of all "i4" elementvoidxsetIntArray(int i, XmlInt xint) Sets (as xml) ith "int" elementvoidxsetIntArray(XmlInt[] xintArray) Sets (as xml) array of all "int" elementvoidxsetLBounds(XmlInt lBounds) Sets (as xml) the "lBounds" attributevoidxsetR4Array(int i, XmlFloat r4) Sets (as xml) ith "r4" elementvoidxsetR4Array(XmlFloat[] r4Array) Sets (as xml) array of all "r4" elementvoidxsetR8Array(int i, XmlDouble r8) Sets (as xml) ith "r8" elementvoidxsetR8Array(XmlDouble[] r8Array) Sets (as xml) array of all "r8" elementvoidxsetUBounds(XmlInt uBounds) Sets (as xml) the "uBounds" attributevoidxsetUi1Array(int i, XmlUnsignedByte ui1) Sets (as xml) ith "ui1" elementvoidxsetUi1Array(XmlUnsignedByte[] ui1Array) Sets (as xml) array of all "ui1" elementvoidxsetUi2Array(int i, XmlUnsignedShort ui2) Sets (as xml) ith "ui2" elementvoidxsetUi2Array(XmlUnsignedShort[] ui2Array) Sets (as xml) array of all "ui2" elementvoidxsetUi4Array(int i, XmlUnsignedInt ui4) Sets (as xml) ith "ui4" elementvoidxsetUi4Array(XmlUnsignedInt[] ui4Array) Sets (as xml) array of all "ui4" elementvoidxsetUintArray(int i, XmlUnsignedInt uint) Sets (as xml) ith "uint" elementvoidxsetUintArray(XmlUnsignedInt[] uintArray) Sets (as xml) array of all "uint" elementMethods 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
-
getVariantList
Gets a List of "variant" elements -
getVariantArray
CTVariant[] getVariantArray()Gets array of all "variant" elements -
getVariantArray
Gets ith "variant" element -
sizeOfVariantArray
int sizeOfVariantArray()Returns number of "variant" element -
setVariantArray
Sets array of all "variant" element -
setVariantArray
Sets ith "variant" element -
insertNewVariant
Inserts and returns a new empty value (as xml) as the ith "variant" element -
addNewVariant
CTVariant addNewVariant()Appends and returns a new empty value (as xml) as the last "variant" element -
removeVariant
void removeVariant(int i) Removes the ith "variant" element -
getI1List
Gets a List of "i1" elements -
getI1Array
byte[] getI1Array()Gets array of all "i1" elements -
getI1Array
byte getI1Array(int i) Gets ith "i1" element -
xgetI1List
Gets (as xml) a List of "i1" elements -
xgetI1Array
XmlByte[] xgetI1Array()Gets (as xml) array of all "i1" elements -
xgetI1Array
Gets (as xml) ith "i1" element -
sizeOfI1Array
int sizeOfI1Array()Returns number of "i1" element -
setI1Array
void setI1Array(byte[] i1Array) Sets array of all "i1" element -
setI1Array
void setI1Array(int i, byte i1) Sets ith "i1" element -
xsetI1Array
Sets (as xml) array of all "i1" element -
xsetI1Array
Sets (as xml) ith "i1" element -
insertI1
void insertI1(int i, byte i1) Inserts the value as the ith "i1" element -
addI1
void addI1(byte i1) Appends the value as the last "i1" element -
insertNewI1
Inserts and returns a new empty value (as xml) as the ith "i1" element -
addNewI1
XmlByte addNewI1()Appends and returns a new empty value (as xml) as the last "i1" element -
removeI1
void removeI1(int i) Removes the ith "i1" element -
getI2List
Gets a List of "i2" elements -
getI2Array
short[] getI2Array()Gets array of all "i2" elements -
getI2Array
short getI2Array(int i) Gets ith "i2" element -
xgetI2List
Gets (as xml) a List of "i2" elements -
xgetI2Array
XmlShort[] xgetI2Array()Gets (as xml) array of all "i2" elements -
xgetI2Array
Gets (as xml) ith "i2" element -
sizeOfI2Array
int sizeOfI2Array()Returns number of "i2" element -
setI2Array
void setI2Array(short[] i2Array) Sets array of all "i2" element -
setI2Array
void setI2Array(int i, short i2) Sets ith "i2" element -
xsetI2Array
Sets (as xml) array of all "i2" element -
xsetI2Array
Sets (as xml) ith "i2" element -
insertI2
void insertI2(int i, short i2) Inserts the value as the ith "i2" element -
addI2
void addI2(short i2) Appends the value as the last "i2" element -
insertNewI2
Inserts and returns a new empty value (as xml) as the ith "i2" element -
addNewI2
XmlShort addNewI2()Appends and returns a new empty value (as xml) as the last "i2" element -
removeI2
void removeI2(int i) Removes the ith "i2" element -
getI4List
Gets a List of "i4" elements -
getI4Array
int[] getI4Array()Gets array of all "i4" elements -
getI4Array
int getI4Array(int i) Gets ith "i4" element -
xgetI4List
Gets (as xml) a List of "i4" elements -
xgetI4Array
XmlInt[] xgetI4Array()Gets (as xml) array of all "i4" elements -
xgetI4Array
Gets (as xml) ith "i4" element -
sizeOfI4Array
int sizeOfI4Array()Returns number of "i4" element -
setI4Array
void setI4Array(int[] i4Array) Sets array of all "i4" element -
setI4Array
void setI4Array(int i, int i4) Sets ith "i4" element -
xsetI4Array
Sets (as xml) array of all "i4" element -
xsetI4Array
Sets (as xml) ith "i4" element -
insertI4
void insertI4(int i, int i4) Inserts the value as the ith "i4" element -
addI4
void addI4(int i4) Appends the value as the last "i4" element -
insertNewI4
Inserts and returns a new empty value (as xml) as the ith "i4" element -
addNewI4
XmlInt addNewI4()Appends and returns a new empty value (as xml) as the last "i4" element -
removeI4
void removeI4(int i) Removes the ith "i4" element -
getIntList
Gets a List of "int" elements -
getIntArray
int[] getIntArray()Gets array of all "int" elements -
getIntArray
int getIntArray(int i) Gets ith "int" element -
xgetIntList
Gets (as xml) a List of "int" elements -
xgetIntArray
XmlInt[] xgetIntArray()Gets (as xml) array of all "int" elements -
xgetIntArray
Gets (as xml) ith "int" element -
sizeOfIntArray
int sizeOfIntArray()Returns number of "int" element -
setIntArray
void setIntArray(int[] xintArray) Sets array of all "int" element -
setIntArray
void setIntArray(int i, int xint) Sets ith "int" element -
xsetIntArray
Sets (as xml) array of all "int" element -
xsetIntArray
Sets (as xml) ith "int" element -
insertInt
void insertInt(int i, int xint) Inserts the value as the ith "int" element -
addInt
void addInt(int xint) Appends the value as the last "int" element -
insertNewInt
Inserts and returns a new empty value (as xml) as the ith "int" element -
addNewInt
XmlInt addNewInt()Appends and returns a new empty value (as xml) as the last "int" element -
removeInt
void removeInt(int i) Removes the ith "int" element -
getUi1List
Gets a List of "ui1" elements -
getUi1Array
short[] getUi1Array()Gets array of all "ui1" elements -
getUi1Array
short getUi1Array(int i) Gets ith "ui1" element -
xgetUi1List
List<XmlUnsignedByte> xgetUi1List()Gets (as xml) a List of "ui1" elements -
xgetUi1Array
XmlUnsignedByte[] xgetUi1Array()Gets (as xml) array of all "ui1" elements -
xgetUi1Array
Gets (as xml) ith "ui1" element -
sizeOfUi1Array
int sizeOfUi1Array()Returns number of "ui1" element -
setUi1Array
void setUi1Array(short[] ui1Array) Sets array of all "ui1" element -
setUi1Array
void setUi1Array(int i, short ui1) Sets ith "ui1" element -
xsetUi1Array
Sets (as xml) array of all "ui1" element -
xsetUi1Array
Sets (as xml) ith "ui1" element -
insertUi1
void insertUi1(int i, short ui1) Inserts the value as the ith "ui1" element -
addUi1
void addUi1(short ui1) Appends the value as the last "ui1" element -
insertNewUi1
Inserts and returns a new empty value (as xml) as the ith "ui1" element -
addNewUi1
XmlUnsignedByte addNewUi1()Appends and returns a new empty value (as xml) as the last "ui1" element -
removeUi1
void removeUi1(int i) Removes the ith "ui1" element -
getUi2List
Gets a List of "ui2" elements -
getUi2Array
int[] getUi2Array()Gets array of all "ui2" elements -
getUi2Array
int getUi2Array(int i) Gets ith "ui2" element -
xgetUi2List
List<XmlUnsignedShort> xgetUi2List()Gets (as xml) a List of "ui2" elements -
xgetUi2Array
XmlUnsignedShort[] xgetUi2Array()Gets (as xml) array of all "ui2" elements -
xgetUi2Array
Gets (as xml) ith "ui2" element -
sizeOfUi2Array
int sizeOfUi2Array()Returns number of "ui2" element -
setUi2Array
void setUi2Array(int[] ui2Array) Sets array of all "ui2" element -
setUi2Array
void setUi2Array(int i, int ui2) Sets ith "ui2" element -
xsetUi2Array
Sets (as xml) array of all "ui2" element -
xsetUi2Array
Sets (as xml) ith "ui2" element -
insertUi2
void insertUi2(int i, int ui2) Inserts the value as the ith "ui2" element -
addUi2
void addUi2(int ui2) Appends the value as the last "ui2" element -
insertNewUi2
Inserts and returns a new empty value (as xml) as the ith "ui2" element -
addNewUi2
XmlUnsignedShort addNewUi2()Appends and returns a new empty value (as xml) as the last "ui2" element -
removeUi2
void removeUi2(int i) Removes the ith "ui2" element -
getUi4List
Gets a List of "ui4" elements -
getUi4Array
long[] getUi4Array()Gets array of all "ui4" elements -
getUi4Array
long getUi4Array(int i) Gets ith "ui4" element -
xgetUi4List
List<XmlUnsignedInt> xgetUi4List()Gets (as xml) a List of "ui4" elements -
xgetUi4Array
XmlUnsignedInt[] xgetUi4Array()Gets (as xml) array of all "ui4" elements -
xgetUi4Array
Gets (as xml) ith "ui4" element -
sizeOfUi4Array
int sizeOfUi4Array()Returns number of "ui4" element -
setUi4Array
void setUi4Array(long[] ui4Array) Sets array of all "ui4" element -
setUi4Array
void setUi4Array(int i, long ui4) Sets ith "ui4" element -
xsetUi4Array
Sets (as xml) array of all "ui4" element -
xsetUi4Array
Sets (as xml) ith "ui4" element -
insertUi4
void insertUi4(int i, long ui4) Inserts the value as the ith "ui4" element -
addUi4
void addUi4(long ui4) Appends the value as the last "ui4" element -
insertNewUi4
Inserts and returns a new empty value (as xml) as the ith "ui4" element -
addNewUi4
XmlUnsignedInt addNewUi4()Appends and returns a new empty value (as xml) as the last "ui4" element -
removeUi4
void removeUi4(int i) Removes the ith "ui4" element -
getUintList
Gets a List of "uint" elements -
getUintArray
long[] getUintArray()Gets array of all "uint" elements -
getUintArray
long getUintArray(int i) Gets ith "uint" element -
xgetUintList
List<XmlUnsignedInt> xgetUintList()Gets (as xml) a List of "uint" elements -
xgetUintArray
XmlUnsignedInt[] xgetUintArray()Gets (as xml) array of all "uint" elements -
xgetUintArray
Gets (as xml) ith "uint" element -
sizeOfUintArray
int sizeOfUintArray()Returns number of "uint" element -
setUintArray
void setUintArray(long[] uintArray) Sets array of all "uint" element -
setUintArray
void setUintArray(int i, long uint) Sets ith "uint" element -
xsetUintArray
Sets (as xml) array of all "uint" element -
xsetUintArray
Sets (as xml) ith "uint" element -
insertUint
void insertUint(int i, long uint) Inserts the value as the ith "uint" element -
addUint
void addUint(long uint) Appends the value as the last "uint" element -
insertNewUint
Inserts and returns a new empty value (as xml) as the ith "uint" element -
addNewUint
XmlUnsignedInt addNewUint()Appends and returns a new empty value (as xml) as the last "uint" element -
removeUint
void removeUint(int i) Removes the ith "uint" element -
getR4List
Gets a List of "r4" elements -
getR4Array
float[] getR4Array()Gets array of all "r4" elements -
getR4Array
float getR4Array(int i) Gets ith "r4" element -
xgetR4List
Gets (as xml) a List of "r4" elements -
xgetR4Array
XmlFloat[] xgetR4Array()Gets (as xml) array of all "r4" elements -
xgetR4Array
Gets (as xml) ith "r4" element -
sizeOfR4Array
int sizeOfR4Array()Returns number of "r4" element -
setR4Array
void setR4Array(float[] r4Array) Sets array of all "r4" element -
setR4Array
void setR4Array(int i, float r4) Sets ith "r4" element -
xsetR4Array
Sets (as xml) array of all "r4" element -
xsetR4Array
Sets (as xml) ith "r4" element -
insertR4
void insertR4(int i, float r4) Inserts the value as the ith "r4" element -
addR4
void addR4(float r4) Appends the value as the last "r4" element -
insertNewR4
Inserts and returns a new empty value (as xml) as the ith "r4" element -
addNewR4
XmlFloat addNewR4()Appends and returns a new empty value (as xml) as the last "r4" element -
removeR4
void removeR4(int i) Removes the ith "r4" element -
getR8List
Gets a List of "r8" elements -
getR8Array
double[] getR8Array()Gets array of all "r8" elements -
getR8Array
double getR8Array(int i) Gets ith "r8" element -
xgetR8List
Gets (as xml) a List of "r8" elements -
xgetR8Array
XmlDouble[] xgetR8Array()Gets (as xml) array of all "r8" elements -
xgetR8Array
Gets (as xml) ith "r8" element -
sizeOfR8Array
int sizeOfR8Array()Returns number of "r8" element -
setR8Array
void setR8Array(double[] r8Array) Sets array of all "r8" element -
setR8Array
void setR8Array(int i, double r8) Sets ith "r8" element -
xsetR8Array
Sets (as xml) array of all "r8" element -
xsetR8Array
Sets (as xml) ith "r8" element -
insertR8
void insertR8(int i, double r8) Inserts the value as the ith "r8" element -
addR8
void addR8(double r8) Appends the value as the last "r8" element -
insertNewR8
Inserts and returns a new empty value (as xml) as the ith "r8" element -
addNewR8
XmlDouble addNewR8()Appends and returns a new empty value (as xml) as the last "r8" element -
removeR8
void removeR8(int i) Removes the ith "r8" element -
getDecimalList
List<BigDecimal> getDecimalList()Gets a List of "decimal" elements -
getDecimalArray
BigDecimal[] getDecimalArray()Gets array of all "decimal" elements -
getDecimalArray
Gets ith "decimal" element -
xgetDecimalList
List<XmlDecimal> xgetDecimalList()Gets (as xml) a List of "decimal" elements -
xgetDecimalArray
XmlDecimal[] xgetDecimalArray()Gets (as xml) array of all "decimal" elements -
xgetDecimalArray
Gets (as xml) ith "decimal" element -
sizeOfDecimalArray
int sizeOfDecimalArray()Returns number of "decimal" element -
setDecimalArray
Sets array of all "decimal" element -
setDecimalArray
Sets ith "decimal" element -
xsetDecimalArray
Sets (as xml) array of all "decimal" element -
xsetDecimalArray
Sets (as xml) ith "decimal" element -
insertDecimal
Inserts the value as the ith "decimal" element -
addDecimal
Appends the value as the last "decimal" element -
insertNewDecimal
Inserts and returns a new empty value (as xml) as the ith "decimal" element -
addNewDecimal
XmlDecimal addNewDecimal()Appends and returns a new empty value (as xml) as the last "decimal" element -
removeDecimal
void removeDecimal(int i) Removes the ith "decimal" element -
getBstrList
Gets a List of "bstr" elements -
getBstrArray
String[] getBstrArray()Gets array of all "bstr" elements -
getBstrArray
Gets ith "bstr" element -
xgetBstrList
Gets (as xml) a List of "bstr" elements -
xgetBstrArray
XmlString[] xgetBstrArray()Gets (as xml) array of all "bstr" elements -
xgetBstrArray
Gets (as xml) ith "bstr" element -
sizeOfBstrArray
int sizeOfBstrArray()Returns number of "bstr" element -
setBstrArray
Sets array of all "bstr" element -
setBstrArray
Sets ith "bstr" element -
xsetBstrArray
Sets (as xml) array of all "bstr" element -
xsetBstrArray
Sets (as xml) ith "bstr" element -
insertBstr
Inserts the value as the ith "bstr" element -
addBstr
Appends the value as the last "bstr" element -
insertNewBstr
Inserts and returns a new empty value (as xml) as the ith "bstr" element -
addNewBstr
XmlString addNewBstr()Appends and returns a new empty value (as xml) as the last "bstr" element -
removeBstr
void removeBstr(int i) Removes the ith "bstr" element -
getDateList
Gets a List of "date" elements -
getDateArray
Calendar[] getDateArray()Gets array of all "date" elements -
getDateArray
Gets ith "date" element -
xgetDateList
List<XmlDateTime> xgetDateList()Gets (as xml) a List of "date" elements -
xgetDateArray
XmlDateTime[] xgetDateArray()Gets (as xml) array of all "date" elements -
xgetDateArray
Gets (as xml) ith "date" element -
sizeOfDateArray
int sizeOfDateArray()Returns number of "date" element -
setDateArray
Sets array of all "date" element -
setDateArray
Sets ith "date" element -
xsetDateArray
Sets (as xml) array of all "date" element -
xsetDateArray
Sets (as xml) ith "date" element -
insertDate
Inserts the value as the ith "date" element -
addDate
Appends the value as the last "date" element -
insertNewDate
Inserts and returns a new empty value (as xml) as the ith "date" element -
addNewDate
XmlDateTime addNewDate()Appends and returns a new empty value (as xml) as the last "date" element -
removeDate
void removeDate(int i) Removes the ith "date" element -
getBoolList
Gets a List of "bool" elements -
getBoolArray
boolean[] getBoolArray()Gets array of all "bool" elements -
getBoolArray
boolean getBoolArray(int i) Gets ith "bool" element -
xgetBoolList
List<XmlBoolean> xgetBoolList()Gets (as xml) a List of "bool" elements -
xgetBoolArray
XmlBoolean[] xgetBoolArray()Gets (as xml) array of all "bool" elements -
xgetBoolArray
Gets (as xml) ith "bool" element -
sizeOfBoolArray
int sizeOfBoolArray()Returns number of "bool" element -
setBoolArray
void setBoolArray(boolean[] boolArray) Sets array of all "bool" element -
setBoolArray
void setBoolArray(int i, boolean bool) Sets ith "bool" element -
xsetBoolArray
Sets (as xml) array of all "bool" element -
xsetBoolArray
Sets (as xml) ith "bool" element -
insertBool
void insertBool(int i, boolean bool) Inserts the value as the ith "bool" element -
addBool
void addBool(boolean bool) Appends the value as the last "bool" element -
insertNewBool
Inserts and returns a new empty value (as xml) as the ith "bool" element -
addNewBool
XmlBoolean addNewBool()Appends and returns a new empty value (as xml) as the last "bool" element -
removeBool
void removeBool(int i) Removes the ith "bool" element -
getErrorList
Gets a List of "error" elements -
getErrorArray
String[] getErrorArray()Gets array of all "error" elements -
getErrorArray
Gets ith "error" element -
xgetErrorList
Gets (as xml) a List of "error" elements -
xgetErrorArray
STError[] xgetErrorArray()Gets (as xml) array of all "error" elements -
xgetErrorArray
Gets (as xml) ith "error" element -
sizeOfErrorArray
int sizeOfErrorArray()Returns number of "error" element -
setErrorArray
Sets array of all "error" element -
setErrorArray
Sets ith "error" element -
xsetErrorArray
Sets (as xml) array of all "error" element -
xsetErrorArray
Sets (as xml) ith "error" element -
insertError
Inserts the value as the ith "error" element -
addError
Appends the value as the last "error" element -
insertNewError
Inserts and returns a new empty value (as xml) as the ith "error" element -
addNewError
STError addNewError()Appends and returns a new empty value (as xml) as the last "error" element -
removeError
void removeError(int i) Removes the ith "error" element -
getCyList
Gets a List of "cy" elements -
getCyArray
String[] getCyArray()Gets array of all "cy" elements -
getCyArray
Gets ith "cy" element -
xgetCyList
Gets (as xml) a List of "cy" elements -
xgetCyArray
STCy[] xgetCyArray()Gets (as xml) array of all "cy" elements -
xgetCyArray
Gets (as xml) ith "cy" element -
sizeOfCyArray
int sizeOfCyArray()Returns number of "cy" element -
setCyArray
Sets array of all "cy" element -
setCyArray
Sets ith "cy" element -
xsetCyArray
Sets (as xml) array of all "cy" element -
xsetCyArray
Sets (as xml) ith "cy" element -
insertCy
Inserts the value as the ith "cy" element -
addCy
Appends the value as the last "cy" element -
insertNewCy
Inserts and returns a new empty value (as xml) as the ith "cy" element -
addNewCy
STCy addNewCy()Appends and returns a new empty value (as xml) as the last "cy" element -
removeCy
void removeCy(int i) Removes the ith "cy" element -
getLBounds
int getLBounds()Gets the "lBounds" attribute -
xgetLBounds
XmlInt xgetLBounds()Gets (as xml) the "lBounds" attribute -
setLBounds
void setLBounds(int lBounds) Sets the "lBounds" attribute -
xsetLBounds
Sets (as xml) the "lBounds" attribute -
getUBounds
int getUBounds()Gets the "uBounds" attribute -
xgetUBounds
XmlInt xgetUBounds()Gets (as xml) the "uBounds" attribute -
setUBounds
void setUBounds(int uBounds) Sets the "uBounds" attribute -
xsetUBounds
Sets (as xml) the "uBounds" attribute -
getBaseType
STArrayBaseType.Enum getBaseType()Gets the "baseType" attribute -
xgetBaseType
STArrayBaseType xgetBaseType()Gets (as xml) the "baseType" attribute -
setBaseType
Sets the "baseType" attribute -
xsetBaseType
Sets (as xml) the "baseType" attribute
-