net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans
Class Key

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

public class Key
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">
       <group ref="{http://www.springframework.org/schema/beans}collectionElements"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Object[] beanOrRefOrIdref
           
protected  Description description
           
 
Constructor Summary
Key()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.Key instance.
Key(Key o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.beans.Key instance by copying a given instance.
 
Method Summary
 Key clone()
          Creates and returns a copy of this object.
protected  void copyBeanOrRefOrIdref(Object[] source)
          Copies all values of property BeanOrRefOrIdref.
 Object[] getBeanOrRefOrIdref()
           
 Object getBeanOrRefOrIdref(int idx)
           
 int getBeanOrRefOrIdrefLength()
           
 Description getDescription()
          Gets the value of the description property.
 Object setBeanOrRefOrIdref(int idx, Object value)
           
 void setBeanOrRefOrIdref(Object[] values)
           
 void setDescription(Description value)
          Sets the value of the description property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected Description description

beanOrRefOrIdref

protected Object[] beanOrRefOrIdref
Constructor Detail

Key

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


Key

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

getBeanOrRefOrIdref

public Object[] getBeanOrRefOrIdref()
Returns:
array of Value Set Object Map Bean Ref List Props Idref Null

getBeanOrRefOrIdref

public Object getBeanOrRefOrIdref(int idx)
Returns:
one of Value Set Object Map Bean Ref List Props Idref Null

getBeanOrRefOrIdrefLength

public int getBeanOrRefOrIdrefLength()

setBeanOrRefOrIdref

public void setBeanOrRefOrIdref(Object[] values)
Parameters:
values - allowed objects are Value Set Object Map Bean Ref List Props Idref Null

setBeanOrRefOrIdref

public Object setBeanOrRefOrIdref(int idx,
                                  Object value)
Parameters:
value - allowed object is Value Set Object Map Bean Ref List Props Idref Null

copyBeanOrRefOrIdref

protected void copyBeanOrRefOrIdref(Object[] source)
Copies all values of property BeanOrRefOrIdref.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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