net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans
Class Ref

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.Ref
All Implemented Interfaces:
Serializable, Cloneable

public class Ref
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">
       <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>
 

See Also:
Serialized Form

Field Summary
protected  String bean
           
protected  Object local
           
protected  String parent
           
 
Constructor Summary
Ref()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.Ref instance.
Ref(Ref o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.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

bean

protected String bean

local

protected Object local

parent

protected String parent
Constructor Detail

Ref

public Ref()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.Ref instance.


Ref

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

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

getBean

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

Returns:
possible object is String

setBean

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

Parameters:
value - allowed object is String

getLocal

public Object getLocal()
Gets the value of the local property.

Returns:
possible object is Object

setLocal

public void setLocal(Object value)
Sets the value of the local property.

Parameters:
value - allowed object is Object

getParent

public String getParent()
Gets the value of the parent property.

Returns:
possible object is String

setParent

public void setParent(String value)
Sets the value of the parent property.

Parameters:
value - allowed object is String

clone

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