org.tolven.ccr
Class Locations

java.lang.Object
  extended by org.tolven.ccr.Locations

public class Locations
extends java.lang.Object

Java class for Locations element declaration.


Constructor Summary
Locations()
           
 
Method Summary
 java.util.List<Location> getLocation()
          Gets the value of the location property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Locations

public Locations()
Method Detail

getLocation

public java.util.List<Location> getLocation()
Gets the value of the location 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 location property.

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

    getLocation().add(newItem);
 

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