public class CTDataLabelVisibilities extends Object implements Child
Java class for CT_DataLabelVisibilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DataLabelVisibilities">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="seriesName" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="categoryName" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
categoryName |
protected Boolean |
seriesName |
protected Boolean |
value |
| Constructor and Description |
|---|
CTDataLabelVisibilities() |
| 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.
|
Boolean |
isCategoryName()
Gets the value of the categoryName property.
|
Boolean |
isSeriesName()
Gets the value of the seriesName property.
|
Boolean |
isValue()
Gets the value of the value property.
|
void |
setCategoryName(Boolean value)
Sets the value of the categoryName property.
|
void |
setParent(Object parent) |
void |
setSeriesName(Boolean value)
Sets the value of the seriesName property.
|
void |
setValue(Boolean value)
Sets the value of the value property.
|
protected Boolean seriesName
protected Boolean categoryName
protected Boolean value
public Boolean isSeriesName()
Booleanpublic void setSeriesName(Boolean value)
value - allowed object is
Booleanpublic Boolean isCategoryName()
Booleanpublic void setCategoryName(Boolean value)
value - allowed object is
Booleanpublic Boolean isValue()
Booleanpublic void setValue(Boolean value)
value - allowed object is
Booleanpublic 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-2019. All Rights Reserved.