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

java.lang.Object
  extended by org.ow2.frascati.remote.introspection.resources.Node
      extended by org.ow2.frascati.remote.introspection.resources.Attribute
          extended by org.ow2.frascati.remote.introspection.resources.Property
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class Property
extends Attribute
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for Property complex type.

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

 <complexType name="Property">
   <complexContent>
     <extension base="{http://resources.introspection.remote.frascati.ow2.org}Attribute">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.ow2.frascati.remote.introspection.resources.Attribute
type, value
 
Fields inherited from class org.ow2.frascati.remote.introspection.resources.Node
name
 
Constructor Summary
Property()
           
 
Method Summary
 String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class org.ow2.frascati.remote.introspection.resources.Attribute
getType, getValue, setType, setValue
 
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
 

Constructor Detail

Property

public Property()
Method Detail

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 Attribute

toString

public String toString()
Overrides:
toString in class Attribute


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