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

java.lang.Object
  extended by org.ow2.frascati.remote.introspection.resources.Node
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
Attribute, Binding, Component, Interface, Parameter, Port

public class Node
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for Node complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Node">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" type="{http://www.eclipse.org/emf/2002/Ecore}EString" />
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

name

protected String name
Constructor Detail

Node

public Node()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name 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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.