Class CTValueColorPositions
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueColorPositions
public class CTValueColorPositions
extends java.lang.Object
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Integercountprotected CTValueColorEndPositionmaxprotected CTValueColorMiddlePositionmidprotected CTValueColorEndPositionmin -
Constructor Summary
Constructors Constructor Description CTValueColorPositions() -
Method Summary
Modifier and Type Method Description intgetCount()Gets the value of the count property.CTValueColorEndPositiongetMax()Gets the value of the max property.CTValueColorMiddlePositiongetMid()Gets the value of the mid property.CTValueColorEndPositiongetMin()Gets the value of the min property.voidsetCount(java.lang.Integer value)Sets the value of the count property.voidsetMax(CTValueColorEndPosition value)Sets the value of the max property.voidsetMid(CTValueColorMiddlePosition value)Sets the value of the mid property.voidsetMin(CTValueColorEndPosition value)Sets the value of the min property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
min
-
mid
-
max
-
count
protected java.lang.Integer count
-
-
Constructor Details
-
CTValueColorPositions
public CTValueColorPositions()
-
-
Method Details
-
getMin
Gets the value of the min property.- Returns:
- possible object is
CTValueColorEndPosition
-
setMin
Sets the value of the min property.- Parameters:
value- allowed object isCTValueColorEndPosition
-
getMid
Gets the value of the mid property.- Returns:
- possible object is
CTValueColorMiddlePosition
-
setMid
Sets the value of the mid property.- Parameters:
value- allowed object isCTValueColorMiddlePosition
-
getMax
Gets the value of the max property.- Returns:
- possible object is
CTValueColorEndPosition
-
setMax
Sets the value of the max property.- Parameters:
value- allowed object isCTValueColorEndPosition
-
getCount
public int getCount()Gets the value of the count property.- Returns:
- possible object is
Integer
-
setCount
public void setCount(java.lang.Integer value)Sets the value of the count property.- Parameters:
value- allowed object isInteger
-