|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.PortletPreferencesType
public class PortletPreferencesType
Portlet persistent preference store. Used in: portlet
Java class for portlet-preferencesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portlet-preferencesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="preference" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}preferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="preferences-validator" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}preferences-validatorType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected List<PreferenceType> |
preference
|
protected String |
preferencesValidator
|
| Constructor Summary | |
|---|---|
PortletPreferencesType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.PortletPreferencesType instance. |
|
PortletPreferencesType(PortletPreferencesType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.PortletPreferencesType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PortletPreferencesType |
clone()
Creates and returns a copy of this object. |
String |
getId()
Gets the value of the id property. |
List<PreferenceType> |
getPreference()
Gets the value of the preference property. |
String |
getPreferencesValidator()
Gets the value of the preferencesValidator property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPreferencesValidator(String value)
Sets the value of the preferencesValidator property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<PreferenceType> preference
protected String preferencesValidator
protected String id
| Constructor Detail |
|---|
public PortletPreferencesType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.PortletPreferencesType instance.
public PortletPreferencesType(PortletPreferencesType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.PortletPreferencesType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<PreferenceType> getPreference()
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 preference property.
For example, to add a new item, do as follows:
getPreference().add(newItem);
Objects of the following type(s) are allowed in the list
PreferenceType
public String getPreferencesValidator()
Stringpublic void setPreferencesValidator(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic PortletPreferencesType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||