Package org.docx4j.vml.officedrawing
Class CTOLEObject
java.lang.Object
org.docx4j.vml.officedrawing.CTOLEObject
- All Implemented Interfaces:
Child
public class CTOLEObject extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected STOLEDrawAspectdrawAspectprotected java.lang.StringfieldCodesprotected java.lang.Stringidprotected STOLELinkTypelinkTypeprotected java.lang.StringlockedFieldprotected java.lang.StringobjectIDprotected java.lang.StringprogIDprotected java.lang.StringshapeIDprotected STOLETypetypeprotected STOLEUpdateModeupdateMode -
Constructor Summary
Constructors Constructor Description CTOLEObject() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STOLEDrawAspectgetDrawAspect()Gets the value of the drawAspect property.java.lang.StringgetFieldCodes()Gets the value of the fieldCodes property.java.lang.StringgetId()RelationshipSTOLELinkTypegetLinkType()Gets the value of the linkType property.java.lang.StringgetLockedField()Gets the value of the lockedField property.java.lang.StringgetObjectID()Gets the value of the objectID property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetProgID()Gets the value of the progID property.java.lang.StringgetShapeID()Gets the value of the shapeID property.STOLETypegetType()Gets the value of the type property.STOLEUpdateModegetUpdateMode()Gets the value of the updateMode property.voidsetDrawAspect(STOLEDrawAspect value)Sets the value of the drawAspect property.voidsetFieldCodes(java.lang.String value)Sets the value of the fieldCodes property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLinkType(STOLELinkType value)Sets the value of the linkType property.voidsetLockedField(java.lang.String value)Sets the value of the lockedField property.voidsetObjectID(java.lang.String value)Sets the value of the objectID property.voidsetParent(java.lang.Object parent)voidsetProgID(java.lang.String value)Sets the value of the progID property.voidsetShapeID(java.lang.String value)Sets the value of the shapeID property.voidsetType(STOLEType value)Sets the value of the type property.voidsetUpdateMode(STOLEUpdateMode value)Sets the value of the updateMode property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
linkType
-
lockedField
protected java.lang.String lockedField -
fieldCodes
protected java.lang.String fieldCodes -
type
-
progID
protected java.lang.String progID -
shapeID
protected java.lang.String shapeID -
drawAspect
-
objectID
protected java.lang.String objectID -
id
protected java.lang.String id -
updateMode
-
-
Constructor Details
-
CTOLEObject
public CTOLEObject()
-
-
Method Details
-
getLinkType
Gets the value of the linkType property.- Returns:
- possible object is
STOLELinkType
-
setLinkType
Sets the value of the linkType property.- Parameters:
value- allowed object isSTOLELinkType
-
getLockedField
public java.lang.String getLockedField()Gets the value of the lockedField property.- Returns:
- possible object is
String
-
setLockedField
public void setLockedField(java.lang.String value)Sets the value of the lockedField property.- Parameters:
value- allowed object isString
-
getFieldCodes
public java.lang.String getFieldCodes()Gets the value of the fieldCodes property.- Returns:
- possible object is
String
-
setFieldCodes
public void setFieldCodes(java.lang.String value)Sets the value of the fieldCodes property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
STOLEType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTOLEType
-
getProgID
public java.lang.String getProgID()Gets the value of the progID property.- Returns:
- possible object is
String
-
setProgID
public void setProgID(java.lang.String value)Sets the value of the progID property.- Parameters:
value- allowed object isString
-
getShapeID
public java.lang.String getShapeID()Gets the value of the shapeID property.- Returns:
- possible object is
String
-
setShapeID
public void setShapeID(java.lang.String value)Sets the value of the shapeID property.- Parameters:
value- allowed object isString
-
getDrawAspect
Gets the value of the drawAspect property.- Returns:
- possible object is
STOLEDrawAspect
-
setDrawAspect
Sets the value of the drawAspect property.- Parameters:
value- allowed object isSTOLEDrawAspect
-
getObjectID
public java.lang.String getObjectID()Gets the value of the objectID property.- Returns:
- possible object is
String
-
setObjectID
public void setObjectID(java.lang.String value)Sets the value of the objectID property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()Relationship- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
getUpdateMode
Gets the value of the updateMode property.- Returns:
- possible object is
STOLEUpdateMode
-
setUpdateMode
Sets the value of the updateMode property.- Parameters:
value- allowed object isSTOLEUpdateMode
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-