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

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

public class ValueImpl
extends Object
implements Serializable, Cloneable, Value

See Also:
Serialized Form

Field Summary
protected  List<String> content
           
protected  String type
           
 
Constructor Summary
ValueImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.ValueImpl instance.
ValueImpl(ValueImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.beans.impl.ValueImpl instance by copying a given instance.
 
Method Summary
 ValueImpl clone()
          Creates and returns a copy of this object.
static void copyContent(List<String> source, List<String> target)
          Copies all values of property Content.
 List<String> getContent()
          Gets the value of the content property.
 String getType()
          Gets the value of the type property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected List<String> content

type

protected String type
Constructor Detail

ValueImpl

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


ValueImpl

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

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

getContent

public List<String> getContent()
Description copied from interface: Value
Gets the value of the content 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 content property.

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

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list String

Specified by:
getContent in interface Value

getType

public String getType()
Description copied from interface: Value
Gets the value of the type property.

Specified by:
getType in interface Value
Returns:
possible object is String

setType

public void setType(String value)
Description copied from interface: Value
Sets the value of the type property.

Specified by:
setType in interface Value
Parameters:
value - allowed object is String

copyContent

public static void copyContent(List<String> source,
                               List<String> target)
Copies all values of property Content.

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

clone

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