public class CTProtection extends Object implements Child
Java class for CT_Protection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Protection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="chartObject" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="data" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="formatting" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="selection" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
<element name="userInterface" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}CT_Boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBoolean |
chartObject |
protected CTBoolean |
data |
protected CTBoolean |
formatting |
protected CTBoolean |
selection |
protected CTBoolean |
userInterface |
| Constructor and Description |
|---|
CTProtection() |
| 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.
|
CTBoolean |
getChartObject()
Gets the value of the chartObject property.
|
CTBoolean |
getData()
Gets the value of the data property.
|
CTBoolean |
getFormatting()
Gets the value of the formatting property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTBoolean |
getSelection()
Gets the value of the selection property.
|
CTBoolean |
getUserInterface()
Gets the value of the userInterface property.
|
void |
setChartObject(CTBoolean value)
Sets the value of the chartObject property.
|
void |
setData(CTBoolean value)
Sets the value of the data property.
|
void |
setFormatting(CTBoolean value)
Sets the value of the formatting property.
|
void |
setParent(Object parent) |
void |
setSelection(CTBoolean value)
Sets the value of the selection property.
|
void |
setUserInterface(CTBoolean value)
Sets the value of the userInterface property.
|
protected CTBoolean chartObject
protected CTBoolean data
protected CTBoolean formatting
protected CTBoolean selection
protected CTBoolean userInterface
public CTBoolean getChartObject()
CTBooleanpublic void setChartObject(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getData()
CTBooleanpublic void setData(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getFormatting()
CTBooleanpublic void setFormatting(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getSelection()
CTBooleanpublic void setSelection(CTBoolean value)
value - allowed object is
CTBooleanpublic CTBoolean getUserInterface()
CTBooleanpublic void setUserInterface(CTBoolean value)
value - allowed object is
CTBooleanpublic 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.