net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.webflow.config
Interface Registry

All Superinterfaces:
IdentifiedType
All Known Implementing Classes:
RegistryImpl

public interface Registry
extends IdentifiedType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.springframework.org/schema/beans}identifiedType">
       <sequence>
         <element name="location" type="{http://www.springframework.org/schema/webflow-config}locationType" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 List<LocationType> getLocation()
          Gets the value of the location property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getLocation

List<LocationType> 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 LocationType



Copyright © 2009 The CC-XJC Community. All Rights Reserved.