net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.webflow.config.impl
Class RegistryImpl

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

public class RegistryImpl
extends IdentifiedTypeImpl
implements Serializable, Cloneable, Registry

See Also:
Serialized Form

Field Summary
protected  List<LocationType> location
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
RegistryImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.webflow.config.impl.RegistryImpl instance.
RegistryImpl(RegistryImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.webflow.config.impl.RegistryImpl instance by copying a given instance.
 
Method Summary
 RegistryImpl 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.novalueclass.spring.beans.impl.IdentifiedTypeImpl
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

location

protected List<LocationType> location
Constructor Detail

RegistryImpl

public RegistryImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.spring.webflow.config.impl.RegistryImpl instance.


RegistryImpl

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

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

getLocation

public List<LocationType> getLocation()
Description copied from interface: Registry
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

Specified by:
getLocation in interface Registry

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 RegistryImpl clone()
Creates and returns a copy of this object.

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


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