|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app100.impl.PreferenceTypeImpl
public class PreferenceTypeImpl
| 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.app100.impl.PreferenceTypeImpl instance. |
|
PreferenceTypeImpl(PreferenceTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.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. |
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 |
|---|
protected NameTypeImpl name
protected List<ValueType> value
protected ReadOnlyType readOnly
protected String id
| Constructor Detail |
|---|
public PreferenceTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance.
public PreferenceTypeImpl(PreferenceTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app100.impl.PreferenceTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public NameType getName()
PreferenceType
getName in interface PreferenceTypeNameTypepublic void setName(NameType value)
PreferenceType
setName in interface PreferenceTypevalue - allowed object is
NameTypepublic List<ValueType> getValue()
PreferenceType
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 PreferenceTypepublic ReadOnlyType getReadOnly()
PreferenceType
getReadOnly in interface PreferenceTypeReadOnlyTypepublic void setReadOnly(ReadOnlyType value)
PreferenceType
setReadOnly in interface PreferenceTypevalue - allowed object is
ReadOnlyTypepublic String getId()
PreferenceType
getId in interface PreferenceTypeStringpublic void setId(String value)
PreferenceType
setId in interface PreferenceTypevalue - allowed object is
Stringpublic PreferenceTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||