public class CTStrVal extends Object
Java class for CT_StrVal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_StrVal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="v" type="{http://schemas.openxmlformats.org/drawingml/2006/chart}ST_Xstring"/>
</sequence>
<attribute name="idx" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CTStrVal() |
| Modifier and Type | Method and Description |
|---|---|
long |
getIdx()
Gets the value of the idx property.
|
String |
getV()
Gets the value of the v property.
|
void |
setIdx(long value)
Sets the value of the idx property.
|
void |
setV(String value)
Sets the value of the v property.
|
protected String v
protected long idx
Copyright © 2007-2019. All Rights Reserved.