public class CTParameter extends Object
Java class for CT_Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Parameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ParameterId" />
<attribute name="val" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}ST_ParameterVal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STParameterId |
type |
protected String |
val |
| Constructor and Description |
|---|
CTParameter() |
| Modifier and Type | Method and Description |
|---|---|
STParameterId |
getType()
Gets the value of the type property.
|
String |
getVal()
Gets the value of the val property.
|
void |
setType(STParameterId value)
Sets the value of the type property.
|
void |
setVal(String value)
Sets the value of the val property.
|
protected STParameterId type
protected String val
public STParameterId getType()
STParameterIdpublic void setType(STParameterId value)
value - allowed object is
STParameterIdpublic String getVal()
StringCopyright © 2007-2019. All Rights Reserved.