net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl
Class PreferenceTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PreferenceType

public class PreferenceTypeImpl
extends Object
implements Serializable, Cloneable, PreferenceType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  NameTypeImpl name
           
protected  ReadOnlyType readOnly
           
protected  ValueType[] value
           
 
Constructor Summary
PreferenceTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance.
PreferenceTypeImpl(PreferenceTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance by copying a given instance.
 
Method Summary
 PreferenceTypeImpl clone()
          Creates and returns a copy of this object.
 String getId()
          Gets the value of the id property.
 NameType getName()
          Gets the value of the name property.
 ReadOnlyType getReadOnly()
          Gets the value of the readOnly property.
 ValueType[] getValue()
           
 ValueType getValue(int idx)
           
 int getValueLength()
           
 void setId(String value)
          Sets the value of the id property.
 void setName(NameType value)
          Sets the value of the name property.
 void setReadOnly(ReadOnlyType value)
          Sets the value of the readOnly 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

readOnly

protected ReadOnlyType readOnly

id

protected String id
Constructor Detail

PreferenceTypeImpl

public PreferenceTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance.


PreferenceTypeImpl

public PreferenceTypeImpl(PreferenceTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance by copying a given instance.

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

getName

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

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

setName

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

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

getValue

public ValueType[] getValue()
Specified by:
getValue in interface PreferenceType
Returns:
array of ValueType

getValue

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

getValueLength

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

setValue

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

setValue

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

getReadOnly

public ReadOnlyType getReadOnly()
Description copied from interface: PreferenceType
Gets the value of the readOnly property.

Specified by:
getReadOnly in interface PreferenceType
Returns:
possible object is ReadOnlyType

setReadOnly

public void setReadOnly(ReadOnlyType value)
Description copied from interface: PreferenceType
Sets the value of the readOnly property.

Specified by:
setReadOnly in interface PreferenceType
Parameters:
value - allowed object is ReadOnlyType

getId

public String getId()
Description copied from interface: PreferenceType
Gets the value of the id property.

Specified by:
getId in interface PreferenceType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: PreferenceType
Sets the value of the id property.

Specified by:
setId in interface PreferenceType
Parameters:
value - allowed object is String

clone

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