org.ow2.frascati.remote.introspection.resources
Class Node
java.lang.Object
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>
|
Constructor Summary |
Node()
|
name
protected String name
Node
public Node()
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.