public class CTValueColorPositions extends Object implements Child
Java class for CT_ValueColorPositions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueColorPositions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="min" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorEndPosition" minOccurs="0"/>
<element name="mid" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorMiddlePosition" minOccurs="0"/>
<element name="max" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ValueColorEndPosition" minOccurs="0"/>
</sequence>
<attribute name="count" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueColorPositionCount" default="2" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
count |
protected CTValueColorEndPosition |
max |
protected CTValueColorMiddlePosition |
mid |
protected CTValueColorEndPosition |
min |
| Constructor and Description |
|---|
CTValueColorPositions() |
| 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.
|
int |
getCount()
Gets the value of the count property.
|
CTValueColorEndPosition |
getMax()
Gets the value of the max property.
|
CTValueColorMiddlePosition |
getMid()
Gets the value of the mid property.
|
CTValueColorEndPosition |
getMin()
Gets the value of the min property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
void |
setCount(Integer value)
Sets the value of the count property.
|
void |
setMax(CTValueColorEndPosition value)
Sets the value of the max property.
|
void |
setMid(CTValueColorMiddlePosition value)
Sets the value of the mid property.
|
void |
setMin(CTValueColorEndPosition value)
Sets the value of the min property.
|
void |
setParent(Object parent) |
protected CTValueColorEndPosition min
protected CTValueColorMiddlePosition mid
protected CTValueColorEndPosition max
protected Integer count
public CTValueColorEndPosition getMin()
CTValueColorEndPositionpublic void setMin(CTValueColorEndPosition value)
value - allowed object is
CTValueColorEndPositionpublic CTValueColorMiddlePosition getMid()
CTValueColorMiddlePositionpublic void setMid(CTValueColorMiddlePosition value)
value - allowed object is
CTValueColorMiddlePositionpublic CTValueColorEndPosition getMax()
CTValueColorEndPositionpublic void setMax(CTValueColorEndPosition value)
value - allowed object is
CTValueColorEndPositionpublic int getCount()
Integerpublic void setCount(Integer value)
value - allowed object is
Integerpublic 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.