|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.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 PreferenceType[] |
preference
|
protected String |
preferencesValidator
|
| Constructor Summary | |
|---|---|
PortletPreferencesType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.PortletPreferencesType instance. |
|
PortletPreferencesType(PortletPreferencesType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.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. |
PreferenceType[] |
getPreference()
|
PreferenceType |
getPreference(int idx)
|
int |
getPreferenceLength()
|
String |
getPreferencesValidator()
Gets the value of the preferencesValidator property. |
void |
setId(String value)
Sets the value of the id property. |
PreferenceType |
setPreference(int idx,
PreferenceType value)
|
void |
setPreference(PreferenceType[] values)
|
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 PreferenceType[] preference
protected String preferencesValidator
protected String id
| Constructor Detail |
|---|
public PortletPreferencesType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.PortletPreferencesType instance.
public PortletPreferencesType(PortletPreferencesType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.portlet.app200.PortletPreferencesType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PreferenceType[] getPreference()
PreferenceTypepublic PreferenceType getPreference(int idx)
PreferenceTypepublic int getPreferenceLength()
public void setPreference(PreferenceType[] values)
values - allowed objects are
PreferenceType
public PreferenceType setPreference(int idx,
PreferenceType value)
value - allowed object is
PreferenceTypepublic 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 | |||||||||