net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl
Class ContainerRuntimeOptionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ContainerRuntimeOptionType

public class ContainerRuntimeOptionTypeImpl
extends Object
implements Serializable, Cloneable, ContainerRuntimeOptionType

See Also:
Serialized Form

Field Summary
protected  NameTypeImpl name
           
protected  List<ValueType> value
           
 
Constructor Summary
ContainerRuntimeOptionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance.
ContainerRuntimeOptionTypeImpl(ContainerRuntimeOptionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance by copying a given instance.
 
Method Summary
 ContainerRuntimeOptionTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyValue(List<ValueType> source, List<ValueType> target)
          Copies all values of property Value.
 NameType getName()
          Gets the value of the name property.
 List<ValueType> getValue()
          Gets the value of the value property.
 void setName(NameType value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected NameTypeImpl name

value

protected List<ValueType> value
Constructor Detail

ContainerRuntimeOptionTypeImpl

public ContainerRuntimeOptionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance.


ContainerRuntimeOptionTypeImpl

public ContainerRuntimeOptionTypeImpl(ContainerRuntimeOptionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance by copying a given instance.

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

getName

public NameType getName()
Description copied from interface: ContainerRuntimeOptionType
Gets the value of the name property.

Specified by:
getName in interface ContainerRuntimeOptionType
Returns:
possible object is NameType

setName

public void setName(NameType value)
Description copied from interface: ContainerRuntimeOptionType
Sets the value of the name property.

Specified by:
setName in interface ContainerRuntimeOptionType
Parameters:
value - allowed object is NameType

getValue

public List<ValueType> getValue()
Description copied from interface: ContainerRuntimeOptionType
Gets the value of the value 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 value property.

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

    getValue().add(newItem);
 

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

Specified by:
getValue in interface ContainerRuntimeOptionType

copyValue

protected static void copyValue(List<ValueType> source,
                                List<ValueType> target)
Copies all values of property Value.

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

clone

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