public static class SmartArtDataHierarchy.Texts.IdentifiedText extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://schemas.openxmlformats.org/drawingml/2006/diagram}t"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected CTTextBody |
t |
Constructor and Description |
---|
SmartArtDataHierarchy.Texts.IdentifiedText() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets the value of the id property.
|
CTTextBody |
getT()
Gets the value of the t property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setT(CTTextBody value)
Sets the value of the t property.
|
protected CTTextBody t
protected String id
public SmartArtDataHierarchy.Texts.IdentifiedText()
public CTTextBody getT()
CTTextBody
public void setT(CTTextBody value)
value
- allowed object is
CTTextBody
Copyright © 2007-2014. All Rights Reserved.