Interface CTDdeLink
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTDdeLink extends XmlObject
An XML CT_DdeLink(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTDdeLink.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 CTDdeItems
addNewDdeItems()
Appends and returns a new empty "ddeItems" elementCTDdeItems
getDdeItems()
Gets the "ddeItems" elementjava.lang.String
getDdeService()
Gets the "ddeService" attributejava.lang.String
getDdeTopic()
Gets the "ddeTopic" attributeboolean
isSetDdeItems()
True if has "ddeItems" elementvoid
setDdeItems(CTDdeItems ddeItems)
Sets the "ddeItems" elementvoid
setDdeService(java.lang.String ddeService)
Sets the "ddeService" attributevoid
setDdeTopic(java.lang.String ddeTopic)
Sets the "ddeTopic" attributevoid
unsetDdeItems()
Unsets the "ddeItems" elementSTXstring
xgetDdeService()
Gets (as xml) the "ddeService" attributeSTXstring
xgetDdeTopic()
Gets (as xml) the "ddeTopic" attributevoid
xsetDdeService(STXstring ddeService)
Sets (as xml) the "ddeService" attributevoid
xsetDdeTopic(STXstring ddeTopic)
Sets (as xml) the "ddeTopic" 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
-
getDdeItems
CTDdeItems getDdeItems()
Gets the "ddeItems" element
-
isSetDdeItems
boolean isSetDdeItems()
True if has "ddeItems" element
-
setDdeItems
void setDdeItems(CTDdeItems ddeItems)
Sets the "ddeItems" element
-
addNewDdeItems
CTDdeItems addNewDdeItems()
Appends and returns a new empty "ddeItems" element
-
unsetDdeItems
void unsetDdeItems()
Unsets the "ddeItems" element
-
getDdeService
java.lang.String getDdeService()
Gets the "ddeService" attribute
-
xgetDdeService
STXstring xgetDdeService()
Gets (as xml) the "ddeService" attribute
-
setDdeService
void setDdeService(java.lang.String ddeService)
Sets the "ddeService" attribute
-
xsetDdeService
void xsetDdeService(STXstring ddeService)
Sets (as xml) the "ddeService" attribute
-
getDdeTopic
java.lang.String getDdeTopic()
Gets the "ddeTopic" attribute
-
xgetDdeTopic
STXstring xgetDdeTopic()
Gets (as xml) the "ddeTopic" attribute
-
setDdeTopic
void setDdeTopic(java.lang.String ddeTopic)
Sets the "ddeTopic" attribute
-
xsetDdeTopic
void xsetDdeTopic(STXstring ddeTopic)
Sets (as xml) the "ddeTopic" attribute
-
-