net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl
Class ConstructorArgImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.ConstructorArgImpl
All Implemented Interfaces:
Serializable, Cloneable, ConstructorArg

public class ConstructorArgImpl
extends Object
implements Serializable, Cloneable, ConstructorArg

See Also:
Serialized Form

Field Summary
protected  NullImpl _null
           
protected  Object any
           
protected  BeanImpl bean
           
protected  DescriptionImpl description
           
protected  IdrefImpl idref
           
protected  String index
           
protected  ListImpl list
           
protected  MapImpl map
           
protected  PropsImpl props
           
protected  RefImpl ref
           
protected  String refShortcut
           
protected  SetImpl set
           
protected  String type
           
protected  ValueImpl value
           
protected  String valueShortcut
           
 
Constructor Summary
ConstructorArgImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.ConstructorArgImpl instance.
ConstructorArgImpl(ConstructorArgImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.ConstructorArgImpl instance by copying a given instance.
 
Method Summary
 ConstructorArgImpl clone()
          Creates and returns a copy of this object.
 Object getAny()
          Gets the value of the any property.
 Bean getBean()
          Gets the value of the bean property.
 Description getDescription()
          Gets the value of the description property.
 Idref getIdref()
          Gets the value of the idref property.
 String getIndex()
          Gets the value of the index property.
 List getList()
          Gets the value of the list property.
 Map getMap()
          Gets the value of the map property.
 Null getNull()
          Gets the value of the null property.
 Props getProps()
          Gets the value of the props property.
 Ref getRef()
          Gets the value of the ref property.
 String getRefShortcut()
          Gets the value of the refShortcut property.
 Set getSet()
          Gets the value of the set property.
 String getType()
          Gets the value of the type property.
 Value getValue()
          Gets the value of the value property.
 String getValueShortcut()
          Gets the value of the valueShortcut property.
 void setAny(Object value)
          Sets the value of the any property.
 void setBean(Bean value)
          Sets the value of the bean property.
 void setDescription(Description value)
          Sets the value of the description property.
 void setIdref(Idref value)
          Sets the value of the idref property.
 void setIndex(String value)
          Sets the value of the index property.
 void setList(List value)
          Sets the value of the list property.
 void setMap(Map value)
          Sets the value of the map property.
 void setNull(Null value)
          Sets the value of the null property.
 void setProps(Props value)
          Sets the value of the props property.
 void setRef(Ref value)
          Sets the value of the ref property.
 void setRefShortcut(String value)
          Sets the value of the refShortcut property.
 void setSet(Set value)
          Sets the value of the set property.
 void setType(String value)
          Sets the value of the type property.
 void setValue(Value value)
          Sets the value of the value property.
 void setValueShortcut(String value)
          Sets the value of the valueShortcut property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionImpl description

bean

protected BeanImpl bean

ref

protected RefImpl ref

idref

protected IdrefImpl idref

value

protected ValueImpl value

_null

protected NullImpl _null

list

protected ListImpl list

set

protected SetImpl set

map

protected MapImpl map

props

protected PropsImpl props

any

protected Object any

index

protected String index

type

protected String type

refShortcut

protected String refShortcut

valueShortcut

protected String valueShortcut
Constructor Detail

ConstructorArgImpl

public ConstructorArgImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.ConstructorArgImpl instance.


ConstructorArgImpl

public ConstructorArgImpl(ConstructorArgImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.ConstructorArgImpl instance by copying a given instance.

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

getDescription

public Description getDescription()
Description copied from interface: ConstructorArg
Gets the value of the description property.

Specified by:
getDescription in interface ConstructorArg
Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Description copied from interface: ConstructorArg
Sets the value of the description property.

Specified by:
setDescription in interface ConstructorArg
Parameters:
value - allowed object is Description

getBean

public Bean getBean()
Description copied from interface: ConstructorArg
Gets the value of the bean property.

Specified by:
getBean in interface ConstructorArg
Returns:
possible object is Bean

setBean

public void setBean(Bean value)
Description copied from interface: ConstructorArg
Sets the value of the bean property.

Specified by:
setBean in interface ConstructorArg
Parameters:
value - allowed object is Bean

getRef

public Ref getRef()
Description copied from interface: ConstructorArg
Gets the value of the ref property.

Specified by:
getRef in interface ConstructorArg
Returns:
possible object is Ref

setRef

public void setRef(Ref value)
Description copied from interface: ConstructorArg
Sets the value of the ref property.

Specified by:
setRef in interface ConstructorArg
Parameters:
value - allowed object is Ref

getIdref

public Idref getIdref()
Description copied from interface: ConstructorArg
Gets the value of the idref property.

Specified by:
getIdref in interface ConstructorArg
Returns:
possible object is Idref

setIdref

public void setIdref(Idref value)
Description copied from interface: ConstructorArg
Sets the value of the idref property.

Specified by:
setIdref in interface ConstructorArg
Parameters:
value - allowed object is Idref

getValue

public Value getValue()
Description copied from interface: ConstructorArg
Gets the value of the value property.

Specified by:
getValue in interface ConstructorArg
Returns:
possible object is Value

setValue

public void setValue(Value value)
Description copied from interface: ConstructorArg
Sets the value of the value property.

Specified by:
setValue in interface ConstructorArg
Parameters:
value - allowed object is Value

getNull

public Null getNull()
Description copied from interface: ConstructorArg
Gets the value of the null property.

Specified by:
getNull in interface ConstructorArg
Returns:
possible object is Null

setNull

public void setNull(Null value)
Description copied from interface: ConstructorArg
Sets the value of the null property.

Specified by:
setNull in interface ConstructorArg
Parameters:
value - allowed object is Null

getList

public List getList()
Description copied from interface: ConstructorArg
Gets the value of the list property.

Specified by:
getList in interface ConstructorArg
Returns:
possible object is List

setList

public void setList(List value)
Description copied from interface: ConstructorArg
Sets the value of the list property.

Specified by:
setList in interface ConstructorArg
Parameters:
value - allowed object is List

getSet

public Set getSet()
Description copied from interface: ConstructorArg
Gets the value of the set property.

Specified by:
getSet in interface ConstructorArg
Returns:
possible object is Set

setSet

public void setSet(Set value)
Description copied from interface: ConstructorArg
Sets the value of the set property.

Specified by:
setSet in interface ConstructorArg
Parameters:
value - allowed object is Set

getMap

public Map getMap()
Description copied from interface: ConstructorArg
Gets the value of the map property.

Specified by:
getMap in interface ConstructorArg
Returns:
possible object is Map

setMap

public void setMap(Map value)
Description copied from interface: ConstructorArg
Sets the value of the map property.

Specified by:
setMap in interface ConstructorArg
Parameters:
value - allowed object is Map

getProps

public Props getProps()
Description copied from interface: ConstructorArg
Gets the value of the props property.

Specified by:
getProps in interface ConstructorArg
Returns:
possible object is Props

setProps

public void setProps(Props value)
Description copied from interface: ConstructorArg
Sets the value of the props property.

Specified by:
setProps in interface ConstructorArg
Parameters:
value - allowed object is Props

getAny

public Object getAny()
Description copied from interface: ConstructorArg
Gets the value of the any property.

Specified by:
getAny in interface ConstructorArg
Returns:
possible object is Object

setAny

public void setAny(Object value)
Description copied from interface: ConstructorArg
Sets the value of the any property.

Specified by:
setAny in interface ConstructorArg
Parameters:
value - allowed object is Object

getIndex

public String getIndex()
Description copied from interface: ConstructorArg
Gets the value of the index property.

Specified by:
getIndex in interface ConstructorArg
Returns:
possible object is String

setIndex

public void setIndex(String value)
Description copied from interface: ConstructorArg
Sets the value of the index property.

Specified by:
setIndex in interface ConstructorArg
Parameters:
value - allowed object is String

getType

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

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

setType

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

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

getRefShortcut

public String getRefShortcut()
Description copied from interface: ConstructorArg
Gets the value of the refShortcut property.

Specified by:
getRefShortcut in interface ConstructorArg
Returns:
possible object is String

setRefShortcut

public void setRefShortcut(String value)
Description copied from interface: ConstructorArg
Sets the value of the refShortcut property.

Specified by:
setRefShortcut in interface ConstructorArg
Parameters:
value - allowed object is String

getValueShortcut

public String getValueShortcut()
Description copied from interface: ConstructorArg
Gets the value of the valueShortcut property.

Specified by:
getValueShortcut in interface ConstructorArg
Returns:
possible object is String

setValueShortcut

public void setValueShortcut(String value)
Description copied from interface: ConstructorArg
Sets the value of the valueShortcut property.

Specified by:
setValueShortcut in interface ConstructorArg
Parameters:
value - allowed object is String

clone

public ConstructorArgImpl 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.