Class CTValueAxisScaling
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTValueAxisScaling
- All Implemented Interfaces:
Child
public class CTValueAxisScaling extends java.lang.Object implements Child
Java class for CT_ValueAxisScaling complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ValueAxisScaling">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="max" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
<attribute name="min" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_DoubleOrAutomatic" />
<attribute name="majorUnit" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueAxisUnit" />
<attribute name="minorUnit" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_ValueAxisUnit" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CTValueAxisScaling() -
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.java.lang.StringgetMajorUnit()Gets the value of the majorUnit property.java.lang.StringgetMax()Gets the value of the max property.java.lang.StringgetMin()Gets the value of the min property.java.lang.StringgetMinorUnit()Gets the value of the minorUnit property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetMajorUnit(java.lang.String value)Sets the value of the majorUnit property.voidsetMax(java.lang.String value)Sets the value of the max property.voidsetMin(java.lang.String value)Sets the value of the min property.voidsetMinorUnit(java.lang.String value)Sets the value of the minorUnit property.voidsetParent(java.lang.Object parent)
-
Field Details
-
Constructor Details
-
CTValueAxisScaling
public CTValueAxisScaling()
-
-
Method Details
-
getMax
public java.lang.String getMax()Gets the value of the max property.- Returns:
- possible object is
String
-
setMax
public void setMax(java.lang.String value)Sets the value of the max property.- Parameters:
value- allowed object isString
-
getMin
public java.lang.String getMin()Gets the value of the min property.- Returns:
- possible object is
String
-
setMin
public void setMin(java.lang.String value)Sets the value of the min property.- Parameters:
value- allowed object isString
-
getMajorUnit
public java.lang.String getMajorUnit()Gets the value of the majorUnit property.- Returns:
- possible object is
String
-
setMajorUnit
public void setMajorUnit(java.lang.String value)Sets the value of the majorUnit property.- Parameters:
value- allowed object isString
-
getMinorUnit
public java.lang.String getMinorUnit()Gets the value of the minorUnit property.- Returns:
- possible object is
String
-
setMinorUnit
public void setMinorUnit(java.lang.String value)Sets the value of the minorUnit property.- Parameters:
value- allowed object isString
-
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.
-