net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.util
Interface List

All Superinterfaces:
CollectionType, ListOrSetType
All Known Implementing Classes:
ListImpl

public interface List
extends ListOrSetType

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}listOrSetType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="list-class" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getId()
          Gets the value of the id property.
 String getListClass()
          Gets the value of the listClass property.
 String getScope()
          Gets the value of the scope property.
 void setId(String value)
          Sets the value of the id property.
 void setListClass(String value)
          Sets the value of the listClass property.
 void setScope(String value)
          Sets the value of the scope property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.ListOrSetType
getBeanOrRefOrIdref, getBeanOrRefOrIdref, getBeanOrRefOrIdrefLength, getDescription, setBeanOrRefOrIdref, setBeanOrRefOrIdref, setDescription
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Method Detail

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getListClass

String getListClass()
Gets the value of the listClass property.

Returns:
possible object is String

setListClass

void setListClass(String value)
Sets the value of the listClass property.

Parameters:
value - allowed object is String

getScope

String getScope()
Gets the value of the scope property.

Returns:
possible object is String

setScope

void setScope(String value)
Sets the value of the scope property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.