net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans
Class ConstructorArg

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

public class ConstructorArg
extends Object
implements Serializable, Cloneable

Java class for anonymous complex type.

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

 <complexType>
   <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}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="index" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" 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  String index
           
protected  List list
           
protected  Map map
           
protected  Props props
           
protected  Ref ref
           
protected  String refShortcut
           
protected  Set set
           
protected  String type
           
protected  Value value
           
protected  String valueShortcut
           
 
Constructor Summary
ConstructorArg()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.ConstructorArg instance.
ConstructorArg(ConstructorArg o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.ConstructorArg instance by copying a given instance.
 
Method Summary
 ConstructorArg 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 Description description

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

index

protected String index

type

protected String type

refShortcut

protected String refShortcut

valueShortcut

protected String valueShortcut
Constructor Detail

ConstructorArg

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


ConstructorArg

public ConstructorArg(ConstructorArg o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.ConstructorArg 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

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

getIndex

public String getIndex()
Gets the value of the index property.

Returns:
possible object is String

setIndex

public void setIndex(String value)
Sets the value of the index property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type 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 ConstructorArg 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.