net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.util.impl
Class SetImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.CollectionTypeImpl
      extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ListOrSetTypeImpl
          extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.util.impl.SetImpl
All Implemented Interfaces:
Serializable, Cloneable, CollectionType, ListOrSetType, Set

public class SetImpl
extends ListOrSetTypeImpl
implements Serializable, Cloneable, Set

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String scope
           
protected  String setClass
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ListOrSetTypeImpl
beanOrRefOrIdref, description
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.CollectionTypeImpl
valueType
 
Constructor Summary
SetImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.util.impl.SetImpl instance.
SetImpl(SetImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.util.impl.SetImpl instance by copying a given instance.
 
Method Summary
 SetImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 String getScope()
          Gets the value of the scope property.
 String getSetClass()
          Gets the value of the setClass property.
 void setId(String value)
          Sets the value of the id property.
 void setScope(String value)
          Sets the value of the scope property.
 void setSetClass(String value)
          Sets the value of the setClass property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.ListOrSetTypeImpl
getBeanOrRefOrIdref, getDescription, setDescription
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.impl.CollectionTypeImpl
getValueType, setValueType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.ListOrSetType
getBeanOrRefOrIdref, getDescription, setDescription
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Field Detail

id

protected String id

setClass

protected String setClass

scope

protected String scope
Constructor Detail

SetImpl

public SetImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.util.impl.SetImpl instance.


SetImpl

public SetImpl(SetImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.util.impl.SetImpl instance by copying a given instance.

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

getId

public String getId()
Description copied from interface: Set
Gets the value of the id property.

Specified by:
getId in interface Set
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: Set
Sets the value of the id property.

Specified by:
setId in interface Set
Parameters:
value - allowed object is String

getSetClass

public String getSetClass()
Description copied from interface: Set
Gets the value of the setClass property.

Specified by:
getSetClass in interface Set
Returns:
possible object is String

setSetClass

public void setSetClass(String value)
Description copied from interface: Set
Sets the value of the setClass property.

Specified by:
setSetClass in interface Set
Parameters:
value - allowed object is String

getScope

public String getScope()
Description copied from interface: Set
Gets the value of the scope property.

Specified by:
getScope in interface Set
Returns:
possible object is String

setScope

public void setScope(String value)
Description copied from interface: Set
Sets the value of the scope property.

Specified by:
setScope in interface Set
Parameters:
value - allowed object is String

clone

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

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


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