Package org.docx4j.dml.chart
Class CTRadarSer
java.lang.Object
org.docx4j.dml.chart.CTRadarSer
- All Implemented Interfaces:
Child
Java class for CT_RadarSer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RadarSer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/chart}EG_SerShared"/>
<element name="marker" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Marker" minOccurs="0"/>
<element name="dPt" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DPt" maxOccurs="unbounded" minOccurs="0"/>
<element name="dLbls" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_DLbls" minOccurs="0"/>
<element name="cat" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_AxDataSource" minOccurs="0"/>
<element name="val" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_NumDataSource" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTAxDataSourceprotected CTDLblsprotected CTExtensionListprotected CTUnsignedIntprotected CTMarkerprotected CTUnsignedIntprotected CTShapePropertiesprotected CTSerTxprotected CTNumDataSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getCat()Gets the value of the cat property.getDLbls()Gets the value of the dLbls property.getDPt()Gets the value of the dPt property.Gets the value of the extLst property.getIdx()Gets the value of the idx property.Gets the value of the marker property.getOrder()Gets the value of the order property.Gets the parent object in the object tree representing the unmarshalled xml document.getSpPr()Gets the value of the spPr property.getTx()Gets the value of the tx property.getVal()Gets the value of the val property.voidsetCat(CTAxDataSource value) Sets the value of the cat property.voidSets the value of the dLbls property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetIdx(CTUnsignedInt value) Sets the value of the idx property.voidSets the value of the marker property.voidsetOrder(CTUnsignedInt value) Sets the value of the order property.voidvoidsetSpPr(CTShapeProperties value) Sets the value of the spPr property.voidSets the value of the tx property.voidsetVal(CTNumDataSource value) Sets the value of the val property.
-
Field Details
-
idx
-
order
-
tx
-
spPr
-
marker
-
dPt
-
dLbls
-
cat
-
val
-
extLst
-
-
Constructor Details
-
CTRadarSer
public CTRadarSer()
-
-
Method Details
-
getIdx
Gets the value of the idx property.- Returns:
- possible object is
CTUnsignedInt
-
setIdx
Sets the value of the idx property.- Parameters:
value- allowed object isCTUnsignedInt
-
getOrder
Gets the value of the order property.- Returns:
- possible object is
CTUnsignedInt
-
setOrder
Sets the value of the order property.- Parameters:
value- allowed object isCTUnsignedInt
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
CTSerTx
-
setTx
Sets the value of the tx property.- Parameters:
value- allowed object isCTSerTx
-
getSpPr
Gets the value of the spPr property.- Returns:
- possible object is
CTShapeProperties
-
setSpPr
Sets the value of the spPr property.- Parameters:
value- allowed object isCTShapeProperties
-
getMarker
Gets the value of the marker property.- Returns:
- possible object is
CTMarker
-
setMarker
Sets the value of the marker property.- Parameters:
value- allowed object isCTMarker
-
getDPt
Gets the value of the dPt property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the dPt property.For example, to add a new item, do as follows:
getDPt().add(newItem);Objects of the following type(s) are allowed in the list
CTDPt -
getDLbls
Gets the value of the dLbls property.- Returns:
- possible object is
CTDLbls
-
setDLbls
Sets the value of the dLbls property.- Parameters:
value- allowed object isCTDLbls
-
getCat
Gets the value of the cat property.- Returns:
- possible object is
CTAxDataSource
-
setCat
Sets the value of the cat property.- Parameters:
value- allowed object isCTAxDataSource
-
getVal
Gets the value of the val property.- Returns:
- possible object is
CTNumDataSource
-
setVal
Sets the value of the val property.- Parameters:
value- allowed object isCTNumDataSource
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-