org.ow2.frascati.remote.introspection.resources
Class Parameter

java.lang.Object
  extended by org.ow2.frascati.remote.introspection.resources.Node
      extended by 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>
 


Field Summary
protected  String type
           
 
Fields inherited from class org.ow2.frascati.remote.introspection.resources.Node
name
 
Constructor Summary
Parameter()
           
 
Method Summary
 String getType()
          Gets the value of the type property.
 void setType(String value)
          Sets the value of the type property.
 String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class org.ow2.frascati.remote.introspection.resources.Node
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

protected String type
Constructor Detail

Parameter

public Parameter()
Method Detail

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.