Interface CTPCDSDTCEntries
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTPCDSDTCEntries extends XmlObject
An XML CT_PCDSDTCEntries(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTPCDSDTCEntries.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 CTErroraddNewE()Appends and returns a new empty value (as xml) as the last "e" elementCTMissingaddNewM()Appends and returns a new empty value (as xml) as the last "m" elementCTNumberaddNewN()Appends and returns a new empty value (as xml) as the last "n" elementCTStringaddNewS()Appends and returns a new empty value (as xml) as the last "s" elementlonggetCount()Gets the "count" attributeCTError[]getEArray()Deprecated.CTErrorgetEArray(int i)Gets ith "e" elementjava.util.List<CTError>getEList()Gets a List of "e" elementsCTMissing[]getMArray()Deprecated.CTMissinggetMArray(int i)Gets ith "m" elementjava.util.List<CTMissing>getMList()Gets a List of "m" elementsCTNumber[]getNArray()Deprecated.CTNumbergetNArray(int i)Gets ith "n" elementjava.util.List<CTNumber>getNList()Gets a List of "n" elementsCTString[]getSArray()Deprecated.CTStringgetSArray(int i)Gets ith "s" elementjava.util.List<CTString>getSList()Gets a List of "s" elementsCTErrorinsertNewE(int i)Inserts and returns a new empty value (as xml) as the ith "e" elementCTMissinginsertNewM(int i)Inserts and returns a new empty value (as xml) as the ith "m" elementCTNumberinsertNewN(int i)Inserts and returns a new empty value (as xml) as the ith "n" elementCTStringinsertNewS(int i)Inserts and returns a new empty value (as xml) as the ith "s" elementbooleanisSetCount()True if has "count" attributevoidremoveE(int i)Removes the ith "e" elementvoidremoveM(int i)Removes the ith "m" elementvoidremoveN(int i)Removes the ith "n" elementvoidremoveS(int i)Removes the ith "s" elementvoidsetCount(long count)Sets the "count" attributevoidsetEArray(int i, CTError e)Sets ith "e" elementvoidsetEArray(CTError[] eArray)Sets array of all "e" elementvoidsetMArray(int i, CTMissing m)Sets ith "m" elementvoidsetMArray(CTMissing[] mArray)Sets array of all "m" elementvoidsetNArray(int i, CTNumber n)Sets ith "n" elementvoidsetNArray(CTNumber[] nArray)Sets array of all "n" elementvoidsetSArray(int i, CTString s)Sets ith "s" elementvoidsetSArray(CTString[] sArray)Sets array of all "s" elementintsizeOfEArray()Returns number of "e" elementintsizeOfMArray()Returns number of "m" elementintsizeOfNArray()Returns number of "n" elementintsizeOfSArray()Returns number of "s" elementvoidunsetCount()Unsets the "count" attributeXmlUnsignedIntxgetCount()Gets (as xml) the "count" attributevoidxsetCount(XmlUnsignedInt count)Sets (as xml) the "count" 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
-
getMList
java.util.List<CTMissing> getMList()
Gets a List of "m" elements
-
getMArray
@Deprecated CTMissing[] getMArray()
Deprecated.Gets array of all "m" elements
-
getMArray
CTMissing getMArray(int i)
Gets ith "m" element
-
sizeOfMArray
int sizeOfMArray()
Returns number of "m" element
-
setMArray
void setMArray(CTMissing[] mArray)
Sets array of all "m" element
-
setMArray
void setMArray(int i, CTMissing m)Sets ith "m" element
-
insertNewM
CTMissing insertNewM(int i)
Inserts and returns a new empty value (as xml) as the ith "m" element
-
addNewM
CTMissing addNewM()
Appends and returns a new empty value (as xml) as the last "m" element
-
removeM
void removeM(int i)
Removes the ith "m" element
-
getNList
java.util.List<CTNumber> getNList()
Gets a List of "n" elements
-
getNArray
@Deprecated CTNumber[] getNArray()
Deprecated.Gets array of all "n" elements
-
getNArray
CTNumber getNArray(int i)
Gets ith "n" element
-
sizeOfNArray
int sizeOfNArray()
Returns number of "n" element
-
setNArray
void setNArray(CTNumber[] nArray)
Sets array of all "n" element
-
setNArray
void setNArray(int i, CTNumber n)Sets ith "n" element
-
insertNewN
CTNumber insertNewN(int i)
Inserts and returns a new empty value (as xml) as the ith "n" element
-
addNewN
CTNumber 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
-
getEList
java.util.List<CTError> getEList()
Gets a List of "e" elements
-
getEArray
@Deprecated CTError[] getEArray()
Deprecated.Gets array of all "e" elements
-
getEArray
CTError getEArray(int i)
Gets ith "e" element
-
sizeOfEArray
int sizeOfEArray()
Returns number of "e" element
-
setEArray
void setEArray(CTError[] eArray)
Sets array of all "e" element
-
setEArray
void setEArray(int i, CTError e)Sets ith "e" element
-
insertNewE
CTError insertNewE(int i)
Inserts and returns a new empty value (as xml) as the ith "e" element
-
addNewE
CTError addNewE()
Appends and returns a new empty value (as xml) as the last "e" element
-
removeE
void removeE(int i)
Removes the ith "e" element
-
getSList
java.util.List<CTString> getSList()
Gets a List of "s" elements
-
getSArray
@Deprecated CTString[] getSArray()
Deprecated.Gets array of all "s" elements
-
getSArray
CTString getSArray(int i)
Gets ith "s" element
-
sizeOfSArray
int sizeOfSArray()
Returns number of "s" element
-
setSArray
void setSArray(CTString[] sArray)
Sets array of all "s" element
-
setSArray
void setSArray(int i, CTString s)Sets ith "s" element
-
insertNewS
CTString insertNewS(int i)
Inserts and returns a new empty value (as xml) as the ith "s" element
-
addNewS
CTString addNewS()
Appends and returns a new empty value (as xml) as the last "s" element
-
removeS
void removeS(int i)
Removes the ith "s" element
-
getCount
long getCount()
Gets the "count" attribute
-
xgetCount
XmlUnsignedInt xgetCount()
Gets (as xml) the "count" attribute
-
isSetCount
boolean isSetCount()
True if has "count" attribute
-
setCount
void setCount(long count)
Sets the "count" attribute
-
xsetCount
void xsetCount(XmlUnsignedInt count)
Sets (as xml) the "count" attribute
-
unsetCount
void unsetCount()
Unsets the "count" attribute
-
-