net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans
Class PropertyType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.PropertyType
All Implemented Interfaces:
Serializable, Cloneable

public class PropertyType
extends Object
implements Serializable, Cloneable

Java class for propertyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="propertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.springframework.org/schema/beans}description" minOccurs="0"/>
         <choice minOccurs="0">
           <element ref="{http://www.springframework.org/schema/beans}meta"/>
           <element ref="{http://www.springframework.org/schema/beans}bean"/>
           <element ref="{http://www.springframework.org/schema/beans}ref"/>
           <element ref="{http://www.springframework.org/schema/beans}idref"/>
           <element ref="{http://www.springframework.org/schema/beans}value"/>
           <element ref="{http://www.springframework.org/schema/beans}null"/>
           <element ref="{http://www.springframework.org/schema/beans}list"/>
           <element ref="{http://www.springframework.org/schema/beans}set"/>
           <element ref="{http://www.springframework.org/schema/beans}map"/>
           <element ref="{http://www.springframework.org/schema/beans}props"/>
           <any namespace='##other'/>
         </choice>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Null _null
           
protected  Object any
           
protected  Bean bean
           
protected  Description description
           
protected  Idref idref
           
protected  List list
           
protected  Map map
           
protected  MetaType meta
           
protected  String name
           
protected  Props props
           
protected  Ref ref
           
protected  String refShortcut
           
protected  Set set
           
protected  Value value
           
protected  String valueShortcut
           
 
Constructor Summary
PropertyType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.PropertyType instance.
PropertyType(PropertyType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.PropertyType instance by copying a given instance.
 
Method Summary
 PropertyType 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 Description description

meta

protected MetaType meta

bean

protected Bean bean

ref

protected Ref ref

idref

protected Idref idref

value

protected Value value

_null

protected Null _null

list

protected List list

set

protected Set set

map

protected Map map

props

protected Props props

any

protected Object any

name

protected String name

refShortcut

protected String refShortcut

valueShortcut

protected String valueShortcut
Constructor Detail

PropertyType

public PropertyType()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.PropertyType instance.


PropertyType

public PropertyType(PropertyType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.spring.beans.PropertyType instance by copying a given instance.

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

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

getMeta

public MetaType getMeta()
Gets the value of the meta property.

Returns:
possible object is MetaType

setMeta

public void setMeta(MetaType value)
Sets the value of the meta property.

Parameters:
value - allowed object is MetaType

getBean

public Bean getBean()
Gets the value of the bean property.

Returns:
possible object is Bean

setBean

public void setBean(Bean value)
Sets the value of the bean property.

Parameters:
value - allowed object is Bean

getRef

public Ref getRef()
Gets the value of the ref property.

Returns:
possible object is Ref

setRef

public void setRef(Ref value)
Sets the value of the ref property.

Parameters:
value - allowed object is Ref

getIdref

public Idref getIdref()
Gets the value of the idref property.

Returns:
possible object is Idref

setIdref

public void setIdref(Idref value)
Sets the value of the idref property.

Parameters:
value - allowed object is Idref

getValue

public Value getValue()
Gets the value of the value property.

Returns:
possible object is Value

setValue

public void setValue(Value value)
Sets the value of the value property.

Parameters:
value - allowed object is Value

getNull

public Null getNull()
Gets the value of the null property.

Returns:
possible object is Null

setNull

public void setNull(Null value)
Sets the value of the null property.

Parameters:
value - allowed object is Null

getList

public List getList()
Gets the value of the list property.

Returns:
possible object is List

setList

public void setList(List value)
Sets the value of the list property.

Parameters:
value - allowed object is List

getSet

public Set getSet()
Gets the value of the set property.

Returns:
possible object is Set

setSet

public void setSet(Set value)
Sets the value of the set property.

Parameters:
value - allowed object is Set

getMap

public Map getMap()
Gets the value of the map property.

Returns:
possible object is Map

setMap

public void setMap(Map value)
Sets the value of the map property.

Parameters:
value - allowed object is Map

getProps

public Props getProps()
Gets the value of the props property.

Returns:
possible object is Props

setProps

public void setProps(Props value)
Sets the value of the props property.

Parameters:
value - allowed object is Props

getAny

public Object getAny()
Gets the value of the any property.

Returns:
possible object is Object

setAny

public void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Object

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getRefShortcut

public String getRefShortcut()
Gets the value of the refShortcut property.

Returns:
possible object is String

setRefShortcut

public void setRefShortcut(String value)
Sets the value of the refShortcut property.

Parameters:
value - allowed object is String

getValueShortcut

public String getValueShortcut()
Gets the value of the valueShortcut property.

Returns:
possible object is String

setValueShortcut

public void setValueShortcut(String value)
Sets the value of the valueShortcut property.

Parameters:
value - allowed object is String

clone

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