public class CTObjectPr extends Object implements Child
Java class for CT_ObjectPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ObjectPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="objectId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isActiveX" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="linkType" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isActiveX |
protected String |
linkType |
protected String |
objectId |
| Constructor and Description |
|---|
CTObjectPr() |
| 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.
|
String |
getLinkType()
Gets the value of the linkType 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.
|
Boolean |
isIsActiveX()
Gets the value of the isActiveX property.
|
void |
setIsActiveX(Boolean value)
Sets the value of the isActiveX property.
|
void |
setLinkType(String value)
Sets the value of the linkType property.
|
void |
setObjectId(String value)
Sets the value of the objectId property.
|
void |
setParent(Object parent) |
protected String objectId
protected Boolean isActiveX
protected String linkType
public String getObjectId()
Stringpublic void setObjectId(String value)
value - allowed object is
Stringpublic Boolean isIsActiveX()
Booleanpublic void setIsActiveX(Boolean value)
value - allowed object is
Booleanpublic String getLinkType()
Stringpublic void setLinkType(String value)
value - allowed object is
Stringpublic 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.