net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.util
Class List

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.CollectionType
      extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.ListOrSetType
          extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.util.List
All Implemented Interfaces:
Serializable, Cloneable

public class List
extends ListOrSetType
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}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>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String listClass
           
protected  String scope
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.ListOrSetType
beanOrRefOrIdref, description
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.CollectionType
valueType
 
Constructor Summary
List()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.util.List instance.
List(List o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.util.List instance by copying a given instance.
 
Method Summary
 List clone()
          Creates and returns a copy of this object.
 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 class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.ListOrSetType
getBeanOrRefOrIdref, getBeanOrRefOrIdref, getBeanOrRefOrIdrefLength, getDescription, setBeanOrRefOrIdref, setBeanOrRefOrIdref, setDescription
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.beans.CollectionType
getValueType, setValueType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

listClass

protected String listClass

scope

protected String scope
Constructor Detail

List

public List()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.util.List instance.


List

public List(List o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.spring.util.List instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

getListClass

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

Returns:
possible object is String

setListClass

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

Parameters:
value - allowed object is String

getScope

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

Returns:
possible object is String

setScope

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

Parameters:
value - allowed object is String

clone

public List clone()
Creates and returns a copy of this object.

Overrides:
clone in class ListOrSetType
Returns:
A clone of this instance.


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