public class ParameterType
extends java.lang.Object
Java class for parameterType complex type.
<complexType name="parameterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ParameterType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
Gets the value of the property value.
|
void |
setValue(java.lang.String value)
Sets the value of the property value.
|