net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.webflow.config.impl
Class RegistryImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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  LocationType[] location
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
RegistryImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.webflow.config.impl.RegistryImpl instance.
RegistryImpl(RegistryImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.webflow.config.impl.RegistryImpl instance by copying a given instance.
 
Method Summary
 RegistryImpl clone()
          Creates and returns a copy of this object.
 LocationType[] getLocation()
           
 LocationType getLocation(int idx)
           
 int getLocationLength()
           
 LocationType setLocation(int idx, LocationType value)
           
 void setLocation(LocationType[] values)
           
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.indexed.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.pkg.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

location

protected LocationType[] location
Constructor Detail

RegistryImpl

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


RegistryImpl

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

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

getLocation

public LocationType[] getLocation()
Specified by:
getLocation in interface Registry
Returns:
array of LocationType

getLocation

public LocationType getLocation(int idx)
Specified by:
getLocation in interface Registry
Returns:
one of LocationType

getLocationLength

public int getLocationLength()
Specified by:
getLocationLength in interface Registry

setLocation

public void setLocation(LocationType[] values)
Specified by:
setLocation in interface Registry
Parameters:
values - allowed objects are LocationType

setLocation

public LocationType setLocation(int idx,
                                LocationType value)
Specified by:
setLocation in interface Registry
value - allowed object is LocationType

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.