public class CTDiagramDefinition extends Object
Java class for CT_DiagramDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DiagramDefinition"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Name" maxOccurs="unbounded" minOccurs="0"/> <element name="desc" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Description" maxOccurs="unbounded" minOccurs="0"/> <element name="catLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_Categories" minOccurs="0"/> <element name="sampData" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_SampleData" minOccurs="0"/> <element name="styleData" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_SampleData" minOccurs="0"/> <element name="clrData" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_SampleData" minOccurs="0"/> <element name="layoutNode" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_LayoutNode"/> <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/> </sequence> <attribute name="uniqueId" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="minVer" type="{http://www.w3.org/2001/XMLSchema}string" default="http://schemas.openxmlformats.org/drawingml/2006/diagram" /> <attribute name="defStyle" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTCategories |
catLst |
protected CTSampleData |
clrData |
protected String |
defStyle |
protected List<CTDescription> |
desc |
protected CTOfficeArtExtensionList |
extLst |
protected CTLayoutNode |
layoutNode |
protected String |
minVer |
protected CTSampleData |
sampData |
protected CTSampleData |
styleData |
protected List<CTName> |
title |
protected String |
uniqueId |
Constructor and Description |
---|
CTDiagramDefinition() |
Modifier and Type | Method and Description |
---|---|
CTCategories |
getCatLst()
Gets the value of the catLst property.
|
CTSampleData |
getClrData()
Gets the value of the clrData property.
|
String |
getDefStyle()
Gets the value of the defStyle property.
|
List<CTDescription> |
getDesc()
Gets the value of the desc property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTLayoutNode |
getLayoutNode()
Gets the value of the layoutNode property.
|
String |
getMinVer()
Gets the value of the minVer property.
|
CTSampleData |
getSampData()
Gets the value of the sampData property.
|
CTSampleData |
getStyleData()
Gets the value of the styleData property.
|
List<CTName> |
getTitle()
Gets the value of the title property.
|
String |
getUniqueId()
Gets the value of the uniqueId property.
|
void |
setCatLst(CTCategories value)
Sets the value of the catLst property.
|
void |
setClrData(CTSampleData value)
Sets the value of the clrData property.
|
void |
setDefStyle(String value)
Sets the value of the defStyle property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setLayoutNode(CTLayoutNode value)
Sets the value of the layoutNode property.
|
void |
setMinVer(String value)
Sets the value of the minVer property.
|
void |
setSampData(CTSampleData value)
Sets the value of the sampData property.
|
void |
setStyleData(CTSampleData value)
Sets the value of the styleData property.
|
void |
setUniqueId(String value)
Sets the value of the uniqueId property.
|
protected List<CTDescription> desc
protected CTCategories catLst
protected CTSampleData sampData
protected CTSampleData styleData
protected CTSampleData clrData
protected CTLayoutNode layoutNode
protected CTOfficeArtExtensionList extLst
protected String uniqueId
protected String minVer
protected String defStyle
public List<CTName> getTitle()
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 set
method for the title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
CTName
public List<CTDescription> getDesc()
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 set
method for the desc property.
For example, to add a new item, do as follows:
getDesc().add(newItem);
Objects of the following type(s) are allowed in the list
CTDescription
public CTCategories getCatLst()
CTCategories
public void setCatLst(CTCategories value)
value
- allowed object is
CTCategories
public CTSampleData getSampData()
CTSampleData
public void setSampData(CTSampleData value)
value
- allowed object is
CTSampleData
public CTSampleData getStyleData()
CTSampleData
public void setStyleData(CTSampleData value)
value
- allowed object is
CTSampleData
public CTSampleData getClrData()
CTSampleData
public void setClrData(CTSampleData value)
value
- allowed object is
CTSampleData
public CTLayoutNode getLayoutNode()
CTLayoutNode
public void setLayoutNode(CTLayoutNode value)
value
- allowed object is
CTLayoutNode
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionList
public void setExtLst(CTOfficeArtExtensionList value)
value
- allowed object is
CTOfficeArtExtensionList
public String getUniqueId()
String
public void setUniqueId(String value)
value
- allowed object is
String
public String getMinVer()
String
public void setMinVer(String value)
value
- allowed object is
String
public String getDefStyle()
String
Copyright © 2007-2019. All Rights Reserved.