org.ow2.frascati.remote.introspection.resources
Class Parameter
java.lang.Object
org.ow2.frascati.remote.introspection.resources.Node
org.ow2.frascati.remote.introspection.resources.Parameter
- All Implemented Interfaces:
- org.jvnet.jaxb2_commons.lang.ToString
public class Parameter
- extends Node
- implements org.jvnet.jaxb2_commons.lang.ToString
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter">
<complexContent>
<extension base="{http://resources.introspection.remote.frascati.ow2.org}Node">
<attribute name="type" use="required" type="{http://www.eclipse.org/emf/2002/Ecore}EString" />
</extension>
</complexContent>
</complexType>
| Fields inherited from class org.ow2.frascati.remote.introspection.resources.Node |
name |
| Methods inherited from class org.ow2.frascati.remote.introspection.resources.Node |
getName, setName |
type
protected String type
Parameter
public Parameter()
getType
public String getType()
- Gets the value of the type property.
- Returns:
- possible object is
String
setType
public void setType(String value)
- Sets the value of the type property.
- Parameters:
value - allowed object is
String
toString
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
- Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString- Overrides:
toString in class Node
toString
public String toString()
- Overrides:
toString in class Node
Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.