Class CTValueColorPositions
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueColorPositions
- All Implemented Interfaces:
Child
public class CTValueColorPositions extends java.lang.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>
-
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 voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.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.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.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.voidsetParent(java.lang.Object parent)
-
Field Details
-
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
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-