net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config
Class Registry
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.IdentifiedType
net.sourceforge.ccxjc.it.model.priv.indexed.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
| Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.IdentifiedType |
id |
|
Constructor Summary |
Registry()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.Registry instance. |
Registry(Registry o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.Registry instance by copying a given instance. |
| Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.IdentifiedType |
getId, setId |
location
protected LocationType[] location
Registry
public Registry()
- Creates a new
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.Registry instance.
Registry
public Registry(Registry o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config.Registry instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getLocation
public LocationType[] getLocation()
- Returns:
- array of
LocationType
getLocation
public LocationType getLocation(int idx)
- Returns:
- one of
LocationType
getLocationLength
public int getLocationLength()
setLocation
public void setLocation(LocationType[] values)
- Parameters:
values - allowed objects are
LocationType
setLocation
public LocationType setLocation(int idx,
LocationType value)
- Parameters:
value - allowed object is
LocationType
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.