public class CTOLEObject extends Object implements Child
Java class for CT_OLEObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_OLEObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LinkType" type="{urn:schemas-microsoft-com:office:office}ST_OLELinkType" minOccurs="0"/>
<element name="LockedField" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalseBlank" minOccurs="0"/>
<element name="FieldCodes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="Type" type="{urn:schemas-microsoft-com:office:office}ST_OLEType" />
<attribute name="ProgID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ShapeID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DrawAspect" type="{urn:schemas-microsoft-com:office:office}ST_OLEDrawAspect" />
<attribute name="ObjectID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
<attribute name="UpdateMode" type="{urn:schemas-microsoft-com:office:office}ST_OLEUpdateMode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STOLEDrawAspect |
drawAspect |
protected String |
fieldCodes |
protected String |
id |
protected STOLELinkType |
linkType |
protected String |
lockedField |
protected String |
objectID |
protected String |
progID |
protected String |
shapeID |
protected STOLEType |
type |
protected STOLEUpdateMode |
updateMode |
| Constructor and Description |
|---|
CTOLEObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STOLEDrawAspect |
getDrawAspect()
Gets the value of the drawAspect property.
|
String |
getFieldCodes()
Gets the value of the fieldCodes property.
|
String |
getId()
Relationship
|
STOLELinkType |
getLinkType()
Gets the value of the linkType property.
|
String |
getLockedField()
Gets the value of the lockedField property.
|
String |
getObjectID()
Gets the value of the objectID property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getProgID()
Gets the value of the progID property.
|
String |
getShapeID()
Gets the value of the shapeID property.
|
STOLEType |
getType()
Gets the value of the type property.
|
STOLEUpdateMode |
getUpdateMode()
Gets the value of the updateMode property.
|
void |
setDrawAspect(STOLEDrawAspect value)
Sets the value of the drawAspect property.
|
void |
setFieldCodes(String value)
Sets the value of the fieldCodes property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLinkType(STOLELinkType value)
Sets the value of the linkType property.
|
void |
setLockedField(String value)
Sets the value of the lockedField property.
|
void |
setObjectID(String value)
Sets the value of the objectID property.
|
void |
setParent(Object parent) |
void |
setProgID(String value)
Sets the value of the progID property.
|
void |
setShapeID(String value)
Sets the value of the shapeID property.
|
void |
setType(STOLEType value)
Sets the value of the type property.
|
void |
setUpdateMode(STOLEUpdateMode value)
Sets the value of the updateMode property.
|
protected STOLELinkType linkType
protected String lockedField
protected String fieldCodes
protected STOLEType type
protected String progID
protected String shapeID
protected STOLEDrawAspect drawAspect
protected String objectID
protected String id
protected STOLEUpdateMode updateMode
public STOLELinkType getLinkType()
STOLELinkTypepublic void setLinkType(STOLELinkType value)
value - allowed object is
STOLELinkTypepublic String getLockedField()
Stringpublic void setLockedField(String value)
value - allowed object is
Stringpublic String getFieldCodes()
Stringpublic void setFieldCodes(String value)
value - allowed object is
Stringpublic STOLEType getType()
STOLETypepublic void setType(STOLEType value)
value - allowed object is
STOLETypepublic String getProgID()
Stringpublic void setProgID(String value)
value - allowed object is
Stringpublic String getShapeID()
Stringpublic void setShapeID(String value)
value - allowed object is
Stringpublic STOLEDrawAspect getDrawAspect()
STOLEDrawAspectpublic void setDrawAspect(STOLEDrawAspect value)
value - allowed object is
STOLEDrawAspectpublic String getObjectID()
Stringpublic void setObjectID(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic STOLEUpdateMode getUpdateMode()
STOLEUpdateModepublic void setUpdateMode(STOLEUpdateMode value)
value - allowed object is
STOLEUpdateModepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.