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

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

public class EntryType
extends Object
implements Serializable, Cloneable

Java class for entryType complex type.

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

 <complexType name="entryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.springframework.org/schema/beans}key" minOccurs="0"/>
         <group ref="{http://www.springframework.org/schema/beans}collectionElements"/>
       </sequence>
       <attribute name="key" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="key-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Object[] beanOrRefOrIdref
           
protected  Description description
           
protected  String key
           
protected  Key keyElement
           
protected  String keyRef
           
protected  String value
           
protected  String valueRef
           
 
Constructor Summary
EntryType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.EntryType instance.
EntryType(EntryType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.spring.beans.EntryType instance by copying a given instance.
 
Method Summary
 EntryType clone()
          Creates and returns a copy of this object.
 Object[] getBeanOrRefOrIdref()
           
 Object getBeanOrRefOrIdref(int idx)
           
 int getBeanOrRefOrIdrefLength()
           
 Description getDescription()
          Gets the value of the description property.
 String getKey()
          Gets the value of the key property.
 Key getKeyElement()
          Gets the value of the keyElement property.
 String getKeyRef()
          Gets the value of the keyRef property.
 String getValue()
          Gets the value of the value property.
 String getValueRef()
          Gets the value of the valueRef property.
 Object setBeanOrRefOrIdref(int idx, Object value)
           
 void setBeanOrRefOrIdref(Object[] values)
           
 void setDescription(Description value)
          Sets the value of the description property.
 void setKey(String value)
          Sets the value of the key property.
 void setKeyElement(Key value)
          Sets the value of the keyElement property.
 void setKeyRef(String value)
          Sets the value of the keyRef property.
 void setValue(String value)
          Sets the value of the value property.
 void setValueRef(String value)
          Sets the value of the valueRef property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyElement

protected Key keyElement

description

protected Description description

beanOrRefOrIdref

protected Object[] beanOrRefOrIdref

key

protected String key

keyRef

protected String keyRef

value

protected String value

valueRef

protected String valueRef
Constructor Detail

EntryType

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


EntryType

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

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

getKeyElement

public Key getKeyElement()
Gets the value of the keyElement property.

Returns:
possible object is Key

setKeyElement

public void setKeyElement(Key value)
Sets the value of the keyElement property.

Parameters:
value - allowed object is Key

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 List Object Idref Ref Props Bean Set Map Null

getBeanOrRefOrIdref

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

getBeanOrRefOrIdrefLength

public int getBeanOrRefOrIdrefLength()

setBeanOrRefOrIdref

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

setBeanOrRefOrIdref

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

getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getKeyRef

public String getKeyRef()
Gets the value of the keyRef property.

Returns:
possible object is String

setKeyRef

public void setKeyRef(String value)
Sets the value of the keyRef property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getValueRef

public String getValueRef()
Gets the value of the valueRef property.

Returns:
possible object is String

setValueRef

public void setValueRef(String value)
Sets the value of the valueRef property.

Parameters:
value - allowed object is String

clone

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