Interface CTDdeItem
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDdeItem extends XmlObject
An XML CT_DdeItem(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDdeItem.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTDdeValues
addNewValues()
Appends and returns a new empty "values" elementboolean
getAdvise()
Gets the "advise" attributejava.lang.String
getName()
Gets the "name" attributeboolean
getOle()
Gets the "ole" attributeboolean
getPreferPic()
Gets the "preferPic" attributeCTDdeValues
getValues()
Gets the "values" elementboolean
isSetAdvise()
True if has "advise" attributeboolean
isSetName()
True if has "name" attributeboolean
isSetOle()
True if has "ole" attributeboolean
isSetPreferPic()
True if has "preferPic" attributeboolean
isSetValues()
True if has "values" elementvoid
setAdvise(boolean advise)
Sets the "advise" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setOle(boolean ole)
Sets the "ole" attributevoid
setPreferPic(boolean preferPic)
Sets the "preferPic" attributevoid
setValues(CTDdeValues values)
Sets the "values" elementvoid
unsetAdvise()
Unsets the "advise" attributevoid
unsetName()
Unsets the "name" attributevoid
unsetOle()
Unsets the "ole" attributevoid
unsetPreferPic()
Unsets the "preferPic" attributevoid
unsetValues()
Unsets the "values" elementXmlBoolean
xgetAdvise()
Gets (as xml) the "advise" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeXmlBoolean
xgetOle()
Gets (as xml) the "ole" attributeXmlBoolean
xgetPreferPic()
Gets (as xml) the "preferPic" attributevoid
xsetAdvise(XmlBoolean advise)
Sets (as xml) the "advise" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetOle(XmlBoolean ole)
Sets (as xml) the "ole" attributevoid
xsetPreferPic(XmlBoolean preferPic)
Sets (as xml) the "preferPic" 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
-
getValues
CTDdeValues getValues()
Gets the "values" element
-
isSetValues
boolean isSetValues()
True if has "values" element
-
setValues
void setValues(CTDdeValues values)
Sets the "values" element
-
addNewValues
CTDdeValues addNewValues()
Appends and returns a new empty "values" element
-
unsetValues
void unsetValues()
Unsets the "values" element
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getOle
boolean getOle()
Gets the "ole" attribute
-
xgetOle
XmlBoolean xgetOle()
Gets (as xml) the "ole" attribute
-
isSetOle
boolean isSetOle()
True if has "ole" attribute
-
setOle
void setOle(boolean ole)
Sets the "ole" attribute
-
xsetOle
void xsetOle(XmlBoolean ole)
Sets (as xml) the "ole" attribute
-
unsetOle
void unsetOle()
Unsets the "ole" attribute
-
getAdvise
boolean getAdvise()
Gets the "advise" attribute
-
xgetAdvise
XmlBoolean xgetAdvise()
Gets (as xml) the "advise" attribute
-
isSetAdvise
boolean isSetAdvise()
True if has "advise" attribute
-
setAdvise
void setAdvise(boolean advise)
Sets the "advise" attribute
-
xsetAdvise
void xsetAdvise(XmlBoolean advise)
Sets (as xml) the "advise" attribute
-
unsetAdvise
void unsetAdvise()
Unsets the "advise" attribute
-
getPreferPic
boolean getPreferPic()
Gets the "preferPic" attribute
-
xgetPreferPic
XmlBoolean xgetPreferPic()
Gets (as xml) the "preferPic" attribute
-
isSetPreferPic
boolean isSetPreferPic()
True if has "preferPic" attribute
-
setPreferPic
void setPreferPic(boolean preferPic)
Sets the "preferPic" attribute
-
xsetPreferPic
void xsetPreferPic(XmlBoolean preferPic)
Sets (as xml) the "preferPic" attribute
-
unsetPreferPic
void unsetPreferPic()
Unsets the "preferPic" attribute
-
-