net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.webflow.config
Interface Registry
- All Superinterfaces:
- IdentifiedType
- All Known Implementing Classes:
- RegistryImpl
public interface Registry
- extends IdentifiedType
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>
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.IdentifiedType |
getId, setId |
getLocation
LocationType[] getLocation()
- Returns:
- array of
LocationType
getLocation
LocationType getLocation(int idx)
- Returns:
- one of
LocationType
getLocationLength
int getLocationLength()
setLocation
void setLocation(LocationType[] values)
- Parameters:
values - allowed objects are
LocationType
setLocation
LocationType setLocation(int idx,
LocationType value)
- Parameters:
value - allowed object is
LocationType
Copyright © 2009 The CC-XJC Community. All Rights Reserved.