Interface CTOleObject
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTOleObject extends XmlObject
An XML CT_OleObject(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTOleObject.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 boolean
getAutoLoad()
Gets the "autoLoad" attributeSTDvAspect.Enum
getDvAspect()
Gets the "dvAspect" attributejava.lang.String
getId()
Gets the "id" attributejava.lang.String
getLink()
Gets the "link" attributeSTOleUpdate.Enum
getOleUpdate()
Gets the "oleUpdate" attributejava.lang.String
getProgId()
Gets the "progId" attributelong
getShapeId()
Gets the "shapeId" attributeboolean
isSetAutoLoad()
True if has "autoLoad" attributeboolean
isSetDvAspect()
True if has "dvAspect" attributeboolean
isSetId()
True if has "id" attributeboolean
isSetLink()
True if has "link" attributeboolean
isSetOleUpdate()
True if has "oleUpdate" attributeboolean
isSetProgId()
True if has "progId" attributevoid
setAutoLoad(boolean autoLoad)
Sets the "autoLoad" attributevoid
setDvAspect(STDvAspect.Enum dvAspect)
Sets the "dvAspect" attributevoid
setId(java.lang.String id)
Sets the "id" attributevoid
setLink(java.lang.String link)
Sets the "link" attributevoid
setOleUpdate(STOleUpdate.Enum oleUpdate)
Sets the "oleUpdate" attributevoid
setProgId(java.lang.String progId)
Sets the "progId" attributevoid
setShapeId(long shapeId)
Sets the "shapeId" attributevoid
unsetAutoLoad()
Unsets the "autoLoad" attributevoid
unsetDvAspect()
Unsets the "dvAspect" attributevoid
unsetId()
Unsets the "id" attributevoid
unsetLink()
Unsets the "link" attributevoid
unsetOleUpdate()
Unsets the "oleUpdate" attributevoid
unsetProgId()
Unsets the "progId" attributeXmlBoolean
xgetAutoLoad()
Gets (as xml) the "autoLoad" attributeSTDvAspect
xgetDvAspect()
Gets (as xml) the "dvAspect" attributeSTRelationshipId
xgetId()
Gets (as xml) the "id" attributeSTXstring
xgetLink()
Gets (as xml) the "link" attributeSTOleUpdate
xgetOleUpdate()
Gets (as xml) the "oleUpdate" attributeXmlString
xgetProgId()
Gets (as xml) the "progId" attributeXmlUnsignedInt
xgetShapeId()
Gets (as xml) the "shapeId" attributevoid
xsetAutoLoad(XmlBoolean autoLoad)
Sets (as xml) the "autoLoad" attributevoid
xsetDvAspect(STDvAspect dvAspect)
Sets (as xml) the "dvAspect" attributevoid
xsetId(STRelationshipId id)
Sets (as xml) the "id" attributevoid
xsetLink(STXstring link)
Sets (as xml) the "link" attributevoid
xsetOleUpdate(STOleUpdate oleUpdate)
Sets (as xml) the "oleUpdate" attributevoid
xsetProgId(XmlString progId)
Sets (as xml) the "progId" attributevoid
xsetShapeId(XmlUnsignedInt shapeId)
Sets (as xml) the "shapeId" 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
-
getProgId
java.lang.String getProgId()
Gets the "progId" attribute
-
xgetProgId
XmlString xgetProgId()
Gets (as xml) the "progId" attribute
-
isSetProgId
boolean isSetProgId()
True if has "progId" attribute
-
setProgId
void setProgId(java.lang.String progId)
Sets the "progId" attribute
-
xsetProgId
void xsetProgId(XmlString progId)
Sets (as xml) the "progId" attribute
-
unsetProgId
void unsetProgId()
Unsets the "progId" attribute
-
getDvAspect
STDvAspect.Enum getDvAspect()
Gets the "dvAspect" attribute
-
xgetDvAspect
STDvAspect xgetDvAspect()
Gets (as xml) the "dvAspect" attribute
-
isSetDvAspect
boolean isSetDvAspect()
True if has "dvAspect" attribute
-
setDvAspect
void setDvAspect(STDvAspect.Enum dvAspect)
Sets the "dvAspect" attribute
-
xsetDvAspect
void xsetDvAspect(STDvAspect dvAspect)
Sets (as xml) the "dvAspect" attribute
-
unsetDvAspect
void unsetDvAspect()
Unsets the "dvAspect" attribute
-
getLink
java.lang.String getLink()
Gets the "link" attribute
-
xgetLink
STXstring xgetLink()
Gets (as xml) the "link" attribute
-
isSetLink
boolean isSetLink()
True if has "link" attribute
-
setLink
void setLink(java.lang.String link)
Sets the "link" attribute
-
xsetLink
void xsetLink(STXstring link)
Sets (as xml) the "link" attribute
-
unsetLink
void unsetLink()
Unsets the "link" attribute
-
getOleUpdate
STOleUpdate.Enum getOleUpdate()
Gets the "oleUpdate" attribute
-
xgetOleUpdate
STOleUpdate xgetOleUpdate()
Gets (as xml) the "oleUpdate" attribute
-
isSetOleUpdate
boolean isSetOleUpdate()
True if has "oleUpdate" attribute
-
setOleUpdate
void setOleUpdate(STOleUpdate.Enum oleUpdate)
Sets the "oleUpdate" attribute
-
xsetOleUpdate
void xsetOleUpdate(STOleUpdate oleUpdate)
Sets (as xml) the "oleUpdate" attribute
-
unsetOleUpdate
void unsetOleUpdate()
Unsets the "oleUpdate" attribute
-
getAutoLoad
boolean getAutoLoad()
Gets the "autoLoad" attribute
-
xgetAutoLoad
XmlBoolean xgetAutoLoad()
Gets (as xml) the "autoLoad" attribute
-
isSetAutoLoad
boolean isSetAutoLoad()
True if has "autoLoad" attribute
-
setAutoLoad
void setAutoLoad(boolean autoLoad)
Sets the "autoLoad" attribute
-
xsetAutoLoad
void xsetAutoLoad(XmlBoolean autoLoad)
Sets (as xml) the "autoLoad" attribute
-
unsetAutoLoad
void unsetAutoLoad()
Unsets the "autoLoad" attribute
-
getShapeId
long getShapeId()
Gets the "shapeId" attribute
-
xgetShapeId
XmlUnsignedInt xgetShapeId()
Gets (as xml) the "shapeId" attribute
-
setShapeId
void setShapeId(long shapeId)
Sets the "shapeId" attribute
-
xsetShapeId
void xsetShapeId(XmlUnsignedInt shapeId)
Sets (as xml) the "shapeId" attribute
-
getId
java.lang.String getId()
Gets the "id" attribute
-
xgetId
STRelationshipId xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(java.lang.String id)
Sets the "id" attribute
-
xsetId
void xsetId(STRelationshipId id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
-