org.scribble.protocol.monitor.model
Class Description

java.lang.Object
  extended by org.scribble.protocol.monitor.model.Description

public class Description
extends Object

Java class for Description complex type.

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

 <complexType name="Description">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="node" type="{http://www.scribble.org/monitor}Node" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Node> node
           
 
Constructor Summary
Description()
           
 
Method Summary
 List<Node> getNode()
          Gets the value of the node property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected List<Node> node
Constructor Detail

Description

public Description()
Method Detail

getNode

public List<Node> getNode()
Gets the value of the node property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the node property.

For example, to add a new item, do as follows:

    getNode().add(newItem);
 

Objects of the following type(s) are allowed in the list Node



Copyright © 2008-Present Scribble.org. All Rights Reserved.