public class CTChartDataPointUniqueIDMapEntry extends Object implements Child
Java class for CT_ChartDataPointUniqueIDMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ChartDataPointUniqueIDMapEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ptidx" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="uniqueID" type="{http://schemas.microsoft.com/office/drawing/2014/chart}CT_ChartUniqueID"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
ptidx |
protected CTChartUniqueID |
uniqueID |
| Constructor and Description |
|---|
CTChartDataPointUniqueIDMapEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getPtidx()
Gets the value of the ptidx property.
|
CTChartUniqueID |
getUniqueID()
Gets the value of the uniqueID property.
|
void |
setParent(Object parent) |
void |
setPtidx(long value)
Sets the value of the ptidx property.
|
void |
setUniqueID(CTChartUniqueID value)
Sets the value of the uniqueID property.
|
protected long ptidx
protected CTChartUniqueID uniqueID
public long getPtidx()
public void setPtidx(long value)
public CTChartUniqueID getUniqueID()
CTChartUniqueIDpublic void setUniqueID(CTChartUniqueID value)
value - allowed object is
CTChartUniqueIDpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.