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 classCTDdeLink.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 Modifier and Type Method Description CTDdeItemsaddNewDdeItems()Appends and returns a new empty "ddeItems" elementCTDdeItemsgetDdeItems()Gets the "ddeItems" elementjava.lang.StringgetDdeService()Gets the "ddeService" attributejava.lang.StringgetDdeTopic()Gets the "ddeTopic" attributebooleanisSetDdeItems()True if has "ddeItems" elementvoidsetDdeItems(CTDdeItems ddeItems)Sets the "ddeItems" elementvoidsetDdeService(java.lang.String ddeService)Sets the "ddeService" attributevoidsetDdeTopic(java.lang.String ddeTopic)Sets the "ddeTopic" attributevoidunsetDdeItems()Unsets the "ddeItems" elementSTXstringxgetDdeService()Gets (as xml) the "ddeService" attributeSTXstringxgetDdeTopic()Gets (as xml) the "ddeTopic" attributevoidxsetDdeService(STXstring ddeService)Sets (as xml) the "ddeService" attributevoidxsetDdeTopic(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
-
-