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 classCTOleObject.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 booleangetAutoLoad()Gets the "autoLoad" attributeSTDvAspect.EnumgetDvAspect()Gets the "dvAspect" attributejava.lang.StringgetId()Gets the "id" attributejava.lang.StringgetLink()Gets the "link" attributeSTOleUpdate.EnumgetOleUpdate()Gets the "oleUpdate" attributejava.lang.StringgetProgId()Gets the "progId" attributelonggetShapeId()Gets the "shapeId" attributebooleanisSetAutoLoad()True if has "autoLoad" attributebooleanisSetDvAspect()True if has "dvAspect" attributebooleanisSetId()True if has "id" attributebooleanisSetLink()True if has "link" attributebooleanisSetOleUpdate()True if has "oleUpdate" attributebooleanisSetProgId()True if has "progId" attributevoidsetAutoLoad(boolean autoLoad)Sets the "autoLoad" attributevoidsetDvAspect(STDvAspect.Enum dvAspect)Sets the "dvAspect" attributevoidsetId(java.lang.String id)Sets the "id" attributevoidsetLink(java.lang.String link)Sets the "link" attributevoidsetOleUpdate(STOleUpdate.Enum oleUpdate)Sets the "oleUpdate" attributevoidsetProgId(java.lang.String progId)Sets the "progId" attributevoidsetShapeId(long shapeId)Sets the "shapeId" attributevoidunsetAutoLoad()Unsets the "autoLoad" attributevoidunsetDvAspect()Unsets the "dvAspect" attributevoidunsetId()Unsets the "id" attributevoidunsetLink()Unsets the "link" attributevoidunsetOleUpdate()Unsets the "oleUpdate" attributevoidunsetProgId()Unsets the "progId" attributeXmlBooleanxgetAutoLoad()Gets (as xml) the "autoLoad" attributeSTDvAspectxgetDvAspect()Gets (as xml) the "dvAspect" attributeSTRelationshipIdxgetId()Gets (as xml) the "id" attributeSTXstringxgetLink()Gets (as xml) the "link" attributeSTOleUpdatexgetOleUpdate()Gets (as xml) the "oleUpdate" attributeXmlStringxgetProgId()Gets (as xml) the "progId" attributeXmlUnsignedIntxgetShapeId()Gets (as xml) the "shapeId" attributevoidxsetAutoLoad(XmlBoolean autoLoad)Sets (as xml) the "autoLoad" attributevoidxsetDvAspect(STDvAspect dvAspect)Sets (as xml) the "dvAspect" attributevoidxsetId(STRelationshipId id)Sets (as xml) the "id" attributevoidxsetLink(STXstring link)Sets (as xml) the "link" attributevoidxsetOleUpdate(STOleUpdate oleUpdate)Sets (as xml) the "oleUpdate" attributevoidxsetProgId(XmlString progId)Sets (as xml) the "progId" attributevoidxsetShapeId(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
-
-