public class Parameter
extends java.lang.Object
implements java.io.Serializable
Java class for parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Gets the value of the expression property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setExpression(java.lang.String value)
Sets the value of the expression property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExpression()
Stringpublic void setExpression(java.lang.String value)
value - allowed object is
String