net.sourceforge.ccxjc.it.model.pkg.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>
 


Method Summary
 LocationType[] getLocation()
           
 LocationType getLocation(int idx)
           
 int getLocationLength()
           
 LocationType setLocation(int idx, LocationType value)
           
 void setLocation(LocationType[] values)
           
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

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.