org.hackystat.sensorshell.usermap.resource.jaxb
Class Usermaps

java.lang.Object
  extended by org.hackystat.sensorshell.usermap.resource.jaxb.Usermaps

public class Usermaps
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}usermap" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

usermap

protected java.util.List<Usermap> usermap
Constructor Detail

Usermaps

public Usermaps()
Method Detail

getUsermap

public java.util.List<Usermap> getUsermap()
Gets the value of the usermap 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 usermap property.

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

    getUsermap().add(newItem);
 

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