public class CTToolbars extends Object implements Child
Java class for CT_Toolbars complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Toolbars">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="acdManifest" type="{http://schemas.microsoft.com/office/word/2006/wordml}CT_AcdManifest" minOccurs="0"/>
<element name="toolbarData" type="{http://schemas.microsoft.com/office/word/2006/wordml}CT_Rel" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTAcdManifest |
acdManifest |
protected CTRel |
toolbarData |
| Constructor and Description |
|---|
CTToolbars() |
| 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.
|
CTAcdManifest |
getAcdManifest()
Gets the value of the acdManifest property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTRel |
getToolbarData()
Gets the value of the toolbarData property.
|
void |
setAcdManifest(CTAcdManifest value)
Sets the value of the acdManifest property.
|
void |
setParent(Object parent) |
void |
setToolbarData(CTRel value)
Sets the value of the toolbarData property.
|
protected CTAcdManifest acdManifest
protected CTRel toolbarData
public CTAcdManifest getAcdManifest()
CTAcdManifestpublic void setAcdManifest(CTAcdManifest value)
value - allowed object is
CTAcdManifestpublic CTRel getToolbarData()
CTRelpublic void setToolbarData(CTRel value)
value - allowed object is
CTRelpublic 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-2022. All Rights Reserved.