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

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

public class PropertyTypeImpl
extends Object
implements Serializable, Cloneable, PropertyType

See Also:
Serialized Form

Field Summary
protected  NullImpl _null
           
protected  Object any
           
protected  BeanImpl bean
           
protected  DescriptionImpl description
           
protected  IdrefImpl idref
           
protected  ListImpl list
           
protected  MapImpl map
           
protected  MetaTypeImpl meta
           
protected  String name
           
protected  PropsImpl props
           
protected  RefImpl ref
           
protected  String refShortcut
           
protected  SetImpl set
           
protected  ValueImpl value
           
protected  String valueShortcut
           
 
Constructor Summary
PropertyTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.PropertyTypeImpl instance.
PropertyTypeImpl(PropertyTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans.impl.PropertyTypeImpl instance by copying a given instance.
 
Method Summary
 PropertyTypeImpl 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.
 List getList()
          Gets the value of the list property.
 Map getMap()
          Gets the value of the map property.
 MetaType getMeta()
          Gets the value of the meta property.
 String getName()
          Gets the value of the name 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.
 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 setList(List value)
          Sets the value of the list property.
 void setMap(Map value)
          Sets the value of the map property.
 void setMeta(MetaType value)
          Sets the value of the meta property.
 void setName(String value)
          Sets the value of the name 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 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

meta

protected MetaTypeImpl meta

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

name

protected String name

refShortcut

protected String refShortcut

valueShortcut

protected String valueShortcut
Constructor Detail

PropertyTypeImpl

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


PropertyTypeImpl

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

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

getDescription

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

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

setDescription

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

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

getMeta

public MetaType getMeta()
Description copied from interface: PropertyType
Gets the value of the meta property.

Specified by:
getMeta in interface PropertyType
Returns:
possible object is MetaType

setMeta

public void setMeta(MetaType value)
Description copied from interface: PropertyType
Sets the value of the meta property.

Specified by:
setMeta in interface PropertyType
Parameters:
value - allowed object is MetaType

getBean

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

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

setBean

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

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

getRef

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

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

setRef

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

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

getIdref

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

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

setIdref

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

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

getValue

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

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

setValue

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

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

getNull

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

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

setNull

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

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

getList

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

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

setList

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

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

getSet

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

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

setSet

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

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

getMap

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

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

setMap

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

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

getProps

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

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

setProps

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

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

getAny

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

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

setAny

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

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

getName

public String getName()
Description copied from interface: PropertyType
Gets the value of the name property.

Specified by:
getName in interface PropertyType
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: PropertyType
Sets the value of the name property.

Specified by:
setName in interface PropertyType
Parameters:
value - allowed object is String

getRefShortcut

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

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

setRefShortcut

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

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

getValueShortcut

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

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

setValueShortcut

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

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

clone

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