|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.IdentifiedType
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.Registry
public class Registry
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>
| Field Summary | |
|---|---|
protected LocationType[] |
location
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.IdentifiedType |
|---|
id |
| Constructor Summary | |
|---|---|
Registry()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.Registry instance. |
|
Registry(Registry o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.Registry instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Registry |
clone()
Creates and returns a copy of this object. |
protected void |
copyLocation(LocationType[] source)
Copies all values of property Location. |
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.prot.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 |
|---|
protected LocationType[] location
| Constructor Detail |
|---|
public Registry()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.Registry instance.
public Registry(Registry o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.webflow.config.Registry instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public LocationType[] getLocation()
LocationTypepublic LocationType getLocation(int idx)
LocationTypepublic int getLocationLength()
public void setLocation(LocationType[] values)
values - allowed objects are
LocationType
public LocationType setLocation(int idx,
LocationType value)
value - allowed object is
LocationTypeprotected void copyLocation(LocationType[] source)
Location.
source - The source to copy from.
NullPointerException - if source is null.public Registry clone()
clone in class IdentifiedType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||