net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tool.impl
Class TypedParameterTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tool.impl.TypedParameterTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, TypedParameterType

public class TypedParameterTypeImpl
extends Object
implements Serializable, Cloneable, TypedParameterType

See Also:
Serialized Form

Field Summary
protected  String type
           
 
Constructor Summary
TypedParameterTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tool.impl.TypedParameterTypeImpl instance.
TypedParameterTypeImpl(TypedParameterTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tool.impl.TypedParameterTypeImpl instance by copying a given instance.
 
Method Summary
 TypedParameterTypeImpl clone()
          Creates and returns a copy of this object.
 String getType()
          Gets the value of the type property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected String type
Constructor Detail

TypedParameterTypeImpl

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


TypedParameterTypeImpl

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

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

getType

public String getType()
Description copied from interface: TypedParameterType
Gets the value of the type property.

Specified by:
getType in interface TypedParameterType
Returns:
possible object is String

setType

public void setType(String value)
Description copied from interface: TypedParameterType
Sets the value of the type property.

Specified by:
setType in interface TypedParameterType
Parameters:
value - allowed object is String

clone

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

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


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