public class CTStyleDefinition extends Object implements Child
Java class for CT_StyleDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_StyleDefinition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_SDName" maxOccurs="unbounded" minOccurs="0"/>
<element name="desc" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_SDDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="catLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_SDCategories" minOccurs="0"/>
<element name="scene3d" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_Scene3D" minOccurs="0"/>
<element name="styleLbl" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_StyleLabel" maxOccurs="unbounded"/>
<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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTSDCategories |
catLst |
protected List<CTSDDescription> |
desc |
protected CTOfficeArtExtensionList |
extLst |
protected String |
minVer |
protected CTScene3D |
scene3D |
protected List<CTStyleLabel> |
styleLbl |
protected List<CTSDName> |
title |
protected String |
uniqueId |
| Constructor and Description |
|---|
CTStyleDefinition() |
| 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.
|
CTSDCategories |
getCatLst()
Gets the value of the catLst property.
|
List<CTSDDescription> |
getDesc()
Gets the value of the desc property.
|
CTOfficeArtExtensionList |
getExtLst()
Gets the value of the extLst property.
|
String |
getMinVer()
Gets the value of the minVer property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTScene3D |
getScene3D()
Gets the value of the scene3D property.
|
List<CTStyleLabel> |
getStyleLbl()
Gets the value of the styleLbl property.
|
List<CTSDName> |
getTitle()
Gets the value of the title property.
|
String |
getUniqueId()
Gets the value of the uniqueId property.
|
void |
setCatLst(CTSDCategories value)
Sets the value of the catLst property.
|
void |
setExtLst(CTOfficeArtExtensionList value)
Sets the value of the extLst property.
|
void |
setMinVer(String value)
Sets the value of the minVer property.
|
void |
setParent(Object parent) |
void |
setScene3D(CTScene3D value)
Sets the value of the scene3D property.
|
void |
setUniqueId(String value)
Sets the value of the uniqueId property.
|
protected List<CTSDDescription> desc
protected CTSDCategories catLst
protected CTScene3D scene3D
protected List<CTStyleLabel> styleLbl
protected CTOfficeArtExtensionList extLst
protected String uniqueId
protected String minVer
public List<CTSDName> 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
CTSDName
public List<CTSDDescription> 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
CTSDDescription
public CTSDCategories getCatLst()
CTSDCategoriespublic void setCatLst(CTSDCategories value)
value - allowed object is
CTSDCategoriespublic CTScene3D getScene3D()
CTScene3Dpublic void setScene3D(CTScene3D value)
value - allowed object is
CTScene3Dpublic List<CTStyleLabel> getStyleLbl()
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 styleLbl property.
For example, to add a new item, do as follows:
getStyleLbl().add(newItem);
Objects of the following type(s) are allowed in the list
CTStyleLabel
public CTOfficeArtExtensionList getExtLst()
CTOfficeArtExtensionListpublic void setExtLst(CTOfficeArtExtensionList value)
value - allowed object is
CTOfficeArtExtensionListpublic String getUniqueId()
Stringpublic void setUniqueId(String value)
value - allowed object is
Stringpublic String getMinVer()
Stringpublic void setMinVer(String value)
value - allowed object is
Stringpublic 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.