net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200
Interface PortletPreferencesType

All Known Implementing Classes:
PortletPreferencesTypeImpl

public interface 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>
 


Method Summary
 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.
 

Method Detail

getPreference

PreferenceType[] getPreference()
Returns:
array of PreferenceType

getPreference

PreferenceType getPreference(int idx)
Returns:
one of PreferenceType

getPreferenceLength

int getPreferenceLength()

setPreference

void setPreference(PreferenceType[] values)
Parameters:
values - allowed objects are PreferenceType

setPreference

PreferenceType setPreference(int idx,
                             PreferenceType value)
Parameters:
value - allowed object is PreferenceType

getPreferencesValidator

String getPreferencesValidator()
Gets the value of the preferencesValidator property.

Returns:
possible object is String

setPreferencesValidator

void setPreferencesValidator(String value)
Sets the value of the preferencesValidator property.

Parameters:
value - allowed object is String

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.