Methods Summary |
---|
public java.lang.String | getName()Get the name attribute.
return name;
|
public java.lang.String | getType()Get the type attribute.
return type;
|
public java.lang.String | getValue()Get the value attribute.
return value;
|
public void | setName(java.lang.String name)Set the name attribute.
this.name = name;
|
public void | setType(java.lang.String type)Set the type attribute.
this.type = type;
|
public void | setValue(java.lang.String value)Set the value attribute.
this.value = value;
|