public class ParameterAttribute
extends java.lang.Object
It will be used for the internal representation in the ParameterValue .
| Modifier and Type | Field and Description |
|---|---|
protected QName |
name |
protected Type |
type |
protected java.lang.String |
value |
| Constructor and Description |
|---|
ParameterAttribute(QName name) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getName()
Returns the name of the parameter attribute.
|
Type |
getType()
Returns the type of this parameter attribute.
|
java.lang.String |
getValue()
Returns the value of this parameter attribute.
|
void |
setType(Type type) |
void |
setValue(java.lang.String value)
Sets the value of this parameter attribute.
|
java.lang.String |
toString() |
protected QName name
protected java.lang.String value
protected Type type
public ParameterAttribute(QName name)
public QName getName()
public java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value to set.public java.lang.String toString()
toString in class java.lang.Objectpublic Type getType()
public void setType(Type type)