edu.yale.cs.hadoopdb.catalog.xml
Class Configuration

java.lang.Object
  extended by edu.yale.cs.hadoopdb.catalog.xml.Configuration

public class Configuration
extends java.lang.Object

Java class for Configuration complex type.

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

 <complexType name="Configuration">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded">
         <element name="Nodes" type="{http://edu.yale.cs.db.hadoop/DBConfigurationSchema}Node"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

nodes

protected java.util.List<Node> nodes
Constructor Detail

Configuration

public Configuration()
Method Detail

getNodes

public java.util.List<Node> getNodes()
Gets the value of the nodes 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 nodes property.

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

    getNodes().add(newItem);
 

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