Package org.docx4j.dml.chart
Class CTDispUnits
java.lang.Object
org.docx4j.dml.chart.CTDispUnits
- All Implemented Interfaces:
Child
public class CTDispUnits extends java.lang.Object implements Child
Java class for CT_DispUnits complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DispUnits">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="custUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Double"/>
<element name="builtInUnit" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_BuiltInUnit"/>
</choice>
<element name="dispUnitsLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DispUnitsLbl" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTBuiltInUnitbuiltInUnitprotected CTDoublecustUnitprotected CTDispUnitsLbldispUnitsLblprotected CTExtensionListextLst -
Constructor Summary
Constructors Constructor Description CTDispUnits() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTBuiltInUnitgetBuiltInUnit()Gets the value of the builtInUnit property.CTDoublegetCustUnit()Gets the value of the custUnit property.CTDispUnitsLblgetDispUnitsLbl()Gets the value of the dispUnitsLbl property.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.voidsetBuiltInUnit(CTBuiltInUnit value)Sets the value of the builtInUnit property.voidsetCustUnit(CTDouble value)Sets the value of the custUnit property.voidsetDispUnitsLbl(CTDispUnitsLbl value)Sets the value of the dispUnitsLbl property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetParent(java.lang.Object parent)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
custUnit
-
builtInUnit
-
dispUnitsLbl
-
extLst
-
-
Constructor Details
-
CTDispUnits
public CTDispUnits()
-
-
Method Details
-
getCustUnit
Gets the value of the custUnit property.- Returns:
- possible object is
CTDouble
-
setCustUnit
Sets the value of the custUnit property.- Parameters:
value- allowed object isCTDouble
-
getBuiltInUnit
Gets the value of the builtInUnit property.- Returns:
- possible object is
CTBuiltInUnit
-
setBuiltInUnit
Sets the value of the builtInUnit property.- Parameters:
value- allowed object isCTBuiltInUnit
-
getDispUnitsLbl
Gets the value of the dispUnitsLbl property.- Returns:
- possible object is
CTDispUnitsLbl
-
setDispUnitsLbl
Sets the value of the dispUnitsLbl property.- Parameters:
value- allowed object isCTDispUnitsLbl
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
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(jakarta.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.
-