orca.util.db.beans
Class Attributes

java.lang.Object
  extended by orca.util.db.beans.Attributes

public class Attributes
extends java.lang.Object

Java class for attributes complex type.

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

 <complexType name="attributes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="map" type="{http://issg.cs.duke.edu/cod/plugins/beans}map" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

map

protected java.util.List<Map> map
Constructor Detail

Attributes

public Attributes()
Method Detail

getMap

public java.util.List<Map> getMap()
Gets the value of the map 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 map property.

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

 getMap().add(newItem);
 

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



Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.