net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl
Class EntryTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.EntryTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, EntryType

public class EntryTypeImpl
extends Object
implements Serializable, Cloneable, EntryType

See Also:
Serialized Form

Field Summary
protected  List<Object> beanOrRefOrIdref
           
protected  DescriptionImpl description
           
protected  String key
           
protected  KeyImpl keyElement
           
protected  String keyRef
           
protected  String value
           
protected  String valueRef
           
 
Constructor Summary
EntryTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.EntryTypeImpl instance.
EntryTypeImpl(EntryTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.EntryTypeImpl instance by copying a given instance.
 
Method Summary
 EntryTypeImpl clone()
          Creates and returns a copy of this object.
static void copyBeanOrRefOrIdref(List<Object> source, List<Object> target)
          Copies all values of property BeanOrRefOrIdref.
 List<Object> getBeanOrRefOrIdref()
          Gets the value of the beanOrRefOrIdref property.
 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.
 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 KeyImpl keyElement

description

protected DescriptionImpl description

beanOrRefOrIdref

protected List<Object> beanOrRefOrIdref

key

protected String key

keyRef

protected String keyRef

value

protected String value

valueRef

protected String valueRef
Constructor Detail

EntryTypeImpl

public EntryTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.EntryTypeImpl instance.


EntryTypeImpl

public EntryTypeImpl(EntryTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.EntryTypeImpl instance by copying a given instance.

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

getKeyElement

public Key getKeyElement()
Description copied from interface: EntryType
Gets the value of the keyElement property.

Specified by:
getKeyElement in interface EntryType
Returns:
possible object is Key

setKeyElement

public void setKeyElement(Key value)
Description copied from interface: EntryType
Sets the value of the keyElement property.

Specified by:
setKeyElement in interface EntryType
Parameters:
value - allowed object is Key

getDescription

public Description getDescription()
Description copied from interface: EntryType
Gets the value of the description property.

Specified by:
getDescription in interface EntryType
Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Description copied from interface: EntryType
Sets the value of the description property.

Specified by:
setDescription in interface EntryType
Parameters:
value - allowed object is Description

getBeanOrRefOrIdref

public List<Object> getBeanOrRefOrIdref()
Description copied from interface: EntryType
Gets the value of the beanOrRefOrIdref property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the beanOrRefOrIdref property.

For example, to add a new item, do as follows:

    getBeanOrRefOrIdref().add(newItem);
 

Objects of the following type(s) are allowed in the list Idref Object Set List Bean Props Value Ref Null Map

Specified by:
getBeanOrRefOrIdref in interface EntryType

getKey

public String getKey()
Description copied from interface: EntryType
Gets the value of the key property.

Specified by:
getKey in interface EntryType
Returns:
possible object is String

setKey

public void setKey(String value)
Description copied from interface: EntryType
Sets the value of the key property.

Specified by:
setKey in interface EntryType
Parameters:
value - allowed object is String

getKeyRef

public String getKeyRef()
Description copied from interface: EntryType
Gets the value of the keyRef property.

Specified by:
getKeyRef in interface EntryType
Returns:
possible object is String

setKeyRef

public void setKeyRef(String value)
Description copied from interface: EntryType
Sets the value of the keyRef property.

Specified by:
setKeyRef in interface EntryType
Parameters:
value - allowed object is String

getValue

public String getValue()
Description copied from interface: EntryType
Gets the value of the value property.

Specified by:
getValue in interface EntryType
Returns:
possible object is String

setValue

public void setValue(String value)
Description copied from interface: EntryType
Sets the value of the value property.

Specified by:
setValue in interface EntryType
Parameters:
value - allowed object is String

getValueRef

public String getValueRef()
Description copied from interface: EntryType
Gets the value of the valueRef property.

Specified by:
getValueRef in interface EntryType
Returns:
possible object is String

setValueRef

public void setValueRef(String value)
Description copied from interface: EntryType
Sets the value of the valueRef property.

Specified by:
setValueRef in interface EntryType
Parameters:
value - allowed object is String

copyBeanOrRefOrIdref

public static void copyBeanOrRefOrIdref(List<Object> source,
                                        List<Object> target)
Copies all values of property BeanOrRefOrIdref.

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

clone

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