public class CTValueColorEndPosition extends Object implements Child
Java class for CT_ValueColorEndPosition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueColorEndPosition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="extremeValue" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtremeValueColorPosition"/>
<element name="number" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_NumberColorPosition"/>
<element name="percent" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_PercentageColorPosition"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtremeValueColorPosition |
extremeValue |
protected CTNumberColorPosition |
number |
protected CTPercentageColorPosition |
percent |
| Constructor and Description |
|---|
CTValueColorEndPosition() |
| 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.
|
CTExtremeValueColorPosition |
getExtremeValue()
Gets the value of the extremeValue property.
|
CTNumberColorPosition |
getNumber()
Gets the value of the number property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPercentageColorPosition |
getPercent()
Gets the value of the percent property.
|
void |
setExtremeValue(CTExtremeValueColorPosition value)
Sets the value of the extremeValue property.
|
void |
setNumber(CTNumberColorPosition value)
Sets the value of the number property.
|
void |
setParent(Object parent) |
void |
setPercent(CTPercentageColorPosition value)
Sets the value of the percent property.
|
protected CTExtremeValueColorPosition extremeValue
protected CTNumberColorPosition number
protected CTPercentageColorPosition percent
public CTExtremeValueColorPosition getExtremeValue()
CTExtremeValueColorPositionpublic void setExtremeValue(CTExtremeValueColorPosition value)
value - allowed object is
CTExtremeValueColorPositionpublic CTNumberColorPosition getNumber()
CTNumberColorPositionpublic void setNumber(CTNumberColorPosition value)
value - allowed object is
CTNumberColorPositionpublic CTPercentageColorPosition getPercent()
CTPercentageColorPositionpublic void setPercent(CTPercentageColorPosition value)
value - allowed object is
CTPercentageColorPositionpublic 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.