net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl
Class PreferenceTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.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  List<ValueType> value
           
 
Constructor Summary
PreferenceTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.PreferenceTypeImpl instance.
PreferenceTypeImpl(PreferenceTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.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.
 List<ValueType> getValue()
          Gets the value of the value property.
 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.
 
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

readOnly

protected ReadOnlyType readOnly

id

protected String id
Constructor Detail

PreferenceTypeImpl

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


PreferenceTypeImpl

public PreferenceTypeImpl(PreferenceTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.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 List<ValueType> getValue()
Description copied from interface: PreferenceType
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 PreferenceType

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.