public class CTColorMappingOverride extends Object implements Child
Java class for CT_ColorMappingOverride complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ColorMappingOverride">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="masterClrMapping" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_EmptyElement"/>
<element name="overrideClrMapping" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_ColorMapping"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTEmptyElement |
masterClrMapping |
protected CTColorMapping |
overrideClrMapping |
| Constructor and Description |
|---|
CTColorMappingOverride() |
| 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.
|
CTEmptyElement |
getMasterClrMapping()
Gets the value of the masterClrMapping property.
|
CTColorMapping |
getOverrideClrMapping()
Gets the value of the overrideClrMapping property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setMasterClrMapping(CTEmptyElement value)
Sets the value of the masterClrMapping property.
|
void |
setOverrideClrMapping(CTColorMapping value)
Sets the value of the overrideClrMapping property.
|
void |
setParent(Object parent) |
protected CTEmptyElement masterClrMapping
protected CTColorMapping overrideClrMapping
public CTEmptyElement getMasterClrMapping()
CTEmptyElementpublic void setMasterClrMapping(CTEmptyElement value)
value - allowed object is
CTEmptyElementpublic CTColorMapping getOverrideClrMapping()
CTColorMappingpublic void setOverrideClrMapping(CTColorMapping value)
value - allowed object is
CTColorMappingpublic 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-2021. All Rights Reserved.