|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.PropertyType
public class PropertyType
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>
| 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.prot.collections.valueclass.spring.beans.PropertyType instance. |
|
PropertyType(PropertyType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.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 |
|---|
protected Description description
protected MetaType meta
protected Bean bean
protected Ref ref
protected Idref idref
protected Value value
protected Null _null
protected List list
protected Set set
protected Map map
protected Props props
protected Object any
protected String name
protected String refShortcut
protected String valueShortcut
| Constructor Detail |
|---|
public PropertyType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.PropertyType instance.
public PropertyType(PropertyType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.spring.beans.PropertyType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic MetaType getMeta()
MetaTypepublic void setMeta(MetaType value)
value - allowed object is
MetaTypepublic Bean getBean()
Beanpublic void setBean(Bean value)
value - allowed object is
Beanpublic Ref getRef()
Refpublic void setRef(Ref value)
value - allowed object is
Refpublic Idref getIdref()
Idrefpublic void setIdref(Idref value)
value - allowed object is
Idrefpublic Value getValue()
Valuepublic void setValue(Value value)
value - allowed object is
Valuepublic Null getNull()
Nullpublic void setNull(Null value)
value - allowed object is
Nullpublic List getList()
Listpublic void setList(List value)
value - allowed object is
Listpublic Set getSet()
Setpublic void setSet(Set value)
value - allowed object is
Setpublic Map getMap()
Mappublic void setMap(Map value)
value - allowed object is
Mappublic Props getProps()
Propspublic void setProps(Props value)
value - allowed object is
Propspublic Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getRefShortcut()
Stringpublic void setRefShortcut(String value)
value - allowed object is
Stringpublic String getValueShortcut()
Stringpublic void setValueShortcut(String value)
value - allowed object is
Stringpublic PropertyType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||