net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config
Class Registry

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.Registry
All Implemented Interfaces:
Serializable, Cloneable

public class Registry
extends IdentifiedType
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  List<LocationType> location
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
Registry()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.Registry instance.
Registry(Registry o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.Registry instance by copying a given instance.
 
Method Summary
 Registry clone()
          Creates and returns a copy of this object.
protected static void copyLocation(List<LocationType> source, List<LocationType> target)
          Copies all values of property Location.
 List<LocationType> getLocation()
          Gets the value of the location property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected List<LocationType> location
Constructor Detail

Registry

public Registry()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.Registry instance.


Registry

public Registry(Registry o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.webflow.config.Registry instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getLocation

public 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


copyLocation

protected static void copyLocation(List<LocationType> source,
                                   List<LocationType> target)
Copies all values of property Location.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

public Registry clone()
Creates and returns a copy of this object.

Specified by:
clone in class IdentifiedType
Returns:
A clone of this instance.


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