net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.webflow.config
Class Registry

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.IdentifiedType
      extended by 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

Field Summary
protected  LocationType[] location
           
 
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.
 
Method Summary
 Registry 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.priv.indexed.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 LocationType[] location
Constructor Detail

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.
Method Detail

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.