|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Ref
public class Ref
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">
<attribute name="bean" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="local" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
bean
|
protected Object |
local
|
protected String |
parent
|
| Constructor Summary | |
|---|---|
Ref()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Ref instance. |
|
Ref(Ref o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Ref instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Ref |
clone()
Creates and returns a copy of this object. |
String |
getBean()
Gets the value of the bean property. |
Object |
getLocal()
Gets the value of the local property. |
String |
getParent()
Gets the value of the parent property. |
void |
setBean(String value)
Sets the value of the bean property. |
void |
setLocal(Object value)
Sets the value of the local property. |
void |
setParent(String value)
Sets the value of the parent property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String bean
protected Object local
protected String parent
| Constructor Detail |
|---|
public Ref()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Ref instance.
public Ref(Ref o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.spring.beans.Ref instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getBean()
Stringpublic void setBean(String value)
value - allowed object is
Stringpublic Object getLocal()
Objectpublic void setLocal(Object value)
value - allowed object is
Objectpublic String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic Ref clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||