net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200.impl
Class ContainerRuntimeOptionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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  ValueType[] value
           
 
Constructor Summary
ContainerRuntimeOptionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance.
ContainerRuntimeOptionTypeImpl(ContainerRuntimeOptionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200.impl.ContainerRuntimeOptionTypeImpl instance by copying a given instance.
 
Method Summary
 ContainerRuntimeOptionTypeImpl clone()
          Creates and returns a copy of this object.
 NameType getName()
          Gets the value of the name property.
 ValueType[] getValue()
           
 ValueType getValue(int idx)
           
 int getValueLength()
           
 void setName(NameType value)
          Sets the value of the name property.
 ValueType setValue(int idx, ValueType value)
           
 void setValue(ValueType[] values)
           
 
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 ValueType[] value
Constructor Detail

ContainerRuntimeOptionTypeImpl

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


ContainerRuntimeOptionTypeImpl

public ContainerRuntimeOptionTypeImpl(ContainerRuntimeOptionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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 ValueType[] getValue()
Specified by:
getValue in interface ContainerRuntimeOptionType
Returns:
array of ValueType

getValue

public ValueType getValue(int idx)
Specified by:
getValue in interface ContainerRuntimeOptionType
Returns:
one of ValueType

getValueLength

public int getValueLength()
Specified by:
getValueLength in interface ContainerRuntimeOptionType

setValue

public void setValue(ValueType[] values)
Specified by:
setValue in interface ContainerRuntimeOptionType
Parameters:
values - allowed objects are ValueType

setValue

public ValueType setValue(int idx,
                          ValueType value)
Specified by:
setValue in interface ContainerRuntimeOptionType
value - allowed object is ValueType

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.