|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl
public class ContainerRuntimeOptionTypeImpl
| 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 |
|---|
protected NameTypeImpl name
protected List<ValueType> value
| Constructor Detail |
|---|
public ContainerRuntimeOptionTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance.
public ContainerRuntimeOptionTypeImpl(ContainerRuntimeOptionTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public NameType getName()
ContainerRuntimeOptionType
getName in interface ContainerRuntimeOptionTypeNameTypepublic void setName(NameType value)
ContainerRuntimeOptionType
setName in interface ContainerRuntimeOptionTypevalue - allowed object is
NameTypepublic List<ValueType> getValue()
ContainerRuntimeOptionType
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
getValue in interface ContainerRuntimeOptionType
protected static void copyValue(List<ValueType> source,
List<ValueType> target)
Value.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public ContainerRuntimeOptionTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||