net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app200
Interface PortletAppType

All Known Implementing Classes:
PortletAppTypeImpl

public interface PortletAppType

Java class for portlet-appType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="portlet-appType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="portlet" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portletType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="custom-portlet-mode" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}custom-portlet-modeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="custom-window-state" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}custom-window-stateType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="user-attribute" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}user-attributeType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="security-constraint" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}security-constraintType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resource-bundle" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}resource-bundleType" minOccurs="0"/>
         <element name="filter" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}filterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="filter-mapping" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}filter-mappingType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="default-namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="event-definition" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}event-definitionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="public-render-parameter" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}public-render-parameterType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="listener" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}listenerType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="container-runtime-option" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}container-runtime-optionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="version" use="required" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
       <attribute name="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ContainerRuntimeOptionType[] getContainerRuntimeOption()
           
 ContainerRuntimeOptionType getContainerRuntimeOption(int idx)
           
 int getContainerRuntimeOptionLength()
           
 CustomPortletModeType[] getCustomPortletMode()
           
 CustomPortletModeType getCustomPortletMode(int idx)
           
 int getCustomPortletModeLength()
           
 CustomWindowStateType[] getCustomWindowState()
           
 CustomWindowStateType getCustomWindowState(int idx)
           
 int getCustomWindowStateLength()
           
 String getDefaultNamespace()
          Gets the value of the defaultNamespace property.
 EventDefinitionType[] getEventDefinition()
           
 EventDefinitionType getEventDefinition(int idx)
           
 int getEventDefinitionLength()
           
 FilterType[] getFilter()
           
 FilterType getFilter(int idx)
           
 int getFilterLength()
           
 FilterMappingType[] getFilterMapping()
           
 FilterMappingType getFilterMapping(int idx)
           
 int getFilterMappingLength()
           
 String getId()
          Gets the value of the id property.
 ListenerType[] getListener()
           
 ListenerType getListener(int idx)
           
 int getListenerLength()
           
 PortletType[] getPortlet()
           
 PortletType getPortlet(int idx)
           
 int getPortletLength()
           
 PublicRenderParameterType[] getPublicRenderParameter()
           
 PublicRenderParameterType getPublicRenderParameter(int idx)
           
 int getPublicRenderParameterLength()
           
 ResourceBundleType getResourceBundle()
          Gets the value of the resourceBundle property.
 SecurityConstraintType[] getSecurityConstraint()
           
 SecurityConstraintType getSecurityConstraint(int idx)
           
 int getSecurityConstraintLength()
           
 UserAttributeType[] getUserAttribute()
           
 UserAttributeType getUserAttribute(int idx)
           
 int getUserAttributeLength()
           
 String getVersion()
          Gets the value of the version property.
 void setContainerRuntimeOption(ContainerRuntimeOptionType[] values)
           
 ContainerRuntimeOptionType setContainerRuntimeOption(int idx, ContainerRuntimeOptionType value)
           
 void setCustomPortletMode(CustomPortletModeType[] values)
           
 CustomPortletModeType setCustomPortletMode(int idx, CustomPortletModeType value)
           
 void setCustomWindowState(CustomWindowStateType[] values)
           
 CustomWindowStateType setCustomWindowState(int idx, CustomWindowStateType value)
           
 void setDefaultNamespace(String value)
          Sets the value of the defaultNamespace property.
 void setEventDefinition(EventDefinitionType[] values)
           
 EventDefinitionType setEventDefinition(int idx, EventDefinitionType value)
           
 void setFilter(FilterType[] values)
           
 FilterType setFilter(int idx, FilterType value)
           
 void setFilterMapping(FilterMappingType[] values)
           
 FilterMappingType setFilterMapping(int idx, FilterMappingType value)
           
 void setId(String value)
          Sets the value of the id property.
 ListenerType setListener(int idx, ListenerType value)
           
 void setListener(ListenerType[] values)
           
 PortletType setPortlet(int idx, PortletType value)
           
 void setPortlet(PortletType[] values)
           
 PublicRenderParameterType setPublicRenderParameter(int idx, PublicRenderParameterType value)
           
 void setPublicRenderParameter(PublicRenderParameterType[] values)
           
 void setResourceBundle(ResourceBundleType value)
          Sets the value of the resourceBundle property.
 SecurityConstraintType setSecurityConstraint(int idx, SecurityConstraintType value)
           
 void setSecurityConstraint(SecurityConstraintType[] values)
           
 UserAttributeType setUserAttribute(int idx, UserAttributeType value)
           
 void setUserAttribute(UserAttributeType[] values)
           
 void setVersion(String value)
          Sets the value of the version property.
 

Method Detail

getPortlet

PortletType[] getPortlet()
Returns:
array of PortletType

getPortlet

PortletType getPortlet(int idx)
Returns:
one of PortletType

getPortletLength

int getPortletLength()

setPortlet

void setPortlet(PortletType[] values)
Parameters:
values - allowed objects are PortletType

setPortlet

PortletType setPortlet(int idx,
                       PortletType value)
Parameters:
value - allowed object is PortletType

getCustomPortletMode

CustomPortletModeType[] getCustomPortletMode()
Returns:
array of CustomPortletModeType

getCustomPortletMode

CustomPortletModeType getCustomPortletMode(int idx)
Returns:
one of CustomPortletModeType

getCustomPortletModeLength

int getCustomPortletModeLength()

setCustomPortletMode

void setCustomPortletMode(CustomPortletModeType[] values)
Parameters:
values - allowed objects are CustomPortletModeType

setCustomPortletMode

CustomPortletModeType setCustomPortletMode(int idx,
                                           CustomPortletModeType value)
Parameters:
value - allowed object is CustomPortletModeType

getCustomWindowState

CustomWindowStateType[] getCustomWindowState()
Returns:
array of CustomWindowStateType

getCustomWindowState

CustomWindowStateType getCustomWindowState(int idx)
Returns:
one of CustomWindowStateType

getCustomWindowStateLength

int getCustomWindowStateLength()

setCustomWindowState

void setCustomWindowState(CustomWindowStateType[] values)
Parameters:
values - allowed objects are CustomWindowStateType

setCustomWindowState

CustomWindowStateType setCustomWindowState(int idx,
                                           CustomWindowStateType value)
Parameters:
value - allowed object is CustomWindowStateType

getUserAttribute

UserAttributeType[] getUserAttribute()
Returns:
array of UserAttributeType

getUserAttribute

UserAttributeType getUserAttribute(int idx)
Returns:
one of UserAttributeType

getUserAttributeLength

int getUserAttributeLength()

setUserAttribute

void setUserAttribute(UserAttributeType[] values)
Parameters:
values - allowed objects are UserAttributeType

setUserAttribute

UserAttributeType setUserAttribute(int idx,
                                   UserAttributeType value)
Parameters:
value - allowed object is UserAttributeType

getSecurityConstraint

SecurityConstraintType[] getSecurityConstraint()
Returns:
array of SecurityConstraintType

getSecurityConstraint

SecurityConstraintType getSecurityConstraint(int idx)
Returns:
one of SecurityConstraintType

getSecurityConstraintLength

int getSecurityConstraintLength()

setSecurityConstraint

void setSecurityConstraint(SecurityConstraintType[] values)
Parameters:
values - allowed objects are SecurityConstraintType

setSecurityConstraint

SecurityConstraintType setSecurityConstraint(int idx,
                                             SecurityConstraintType value)
Parameters:
value - allowed object is SecurityConstraintType

getResourceBundle

ResourceBundleType getResourceBundle()
Gets the value of the resourceBundle property.

Returns:
possible object is ResourceBundleType

setResourceBundle

void setResourceBundle(ResourceBundleType value)
Sets the value of the resourceBundle property.

Parameters:
value - allowed object is ResourceBundleType

getFilter

FilterType[] getFilter()
Returns:
array of FilterType

getFilter

FilterType getFilter(int idx)
Returns:
one of FilterType

getFilterLength

int getFilterLength()

setFilter

void setFilter(FilterType[] values)
Parameters:
values - allowed objects are FilterType

setFilter

FilterType setFilter(int idx,
                     FilterType value)
Parameters:
value - allowed object is FilterType

getFilterMapping

FilterMappingType[] getFilterMapping()
Returns:
array of FilterMappingType

getFilterMapping

FilterMappingType getFilterMapping(int idx)
Returns:
one of FilterMappingType

getFilterMappingLength

int getFilterMappingLength()

setFilterMapping

void setFilterMapping(FilterMappingType[] values)
Parameters:
values - allowed objects are FilterMappingType

setFilterMapping

FilterMappingType setFilterMapping(int idx,
                                   FilterMappingType value)
Parameters:
value - allowed object is FilterMappingType

getDefaultNamespace

String getDefaultNamespace()
Gets the value of the defaultNamespace property.

Returns:
possible object is String

setDefaultNamespace

void setDefaultNamespace(String value)
Sets the value of the defaultNamespace property.

Parameters:
value - allowed object is String

getEventDefinition

EventDefinitionType[] getEventDefinition()
Returns:
array of EventDefinitionType

getEventDefinition

EventDefinitionType getEventDefinition(int idx)
Returns:
one of EventDefinitionType

getEventDefinitionLength

int getEventDefinitionLength()

setEventDefinition

void setEventDefinition(EventDefinitionType[] values)
Parameters:
values - allowed objects are EventDefinitionType

setEventDefinition

EventDefinitionType setEventDefinition(int idx,
                                       EventDefinitionType value)
Parameters:
value - allowed object is EventDefinitionType

getPublicRenderParameter

PublicRenderParameterType[] getPublicRenderParameter()
Returns:
array of PublicRenderParameterType

getPublicRenderParameter

PublicRenderParameterType getPublicRenderParameter(int idx)
Returns:
one of PublicRenderParameterType

getPublicRenderParameterLength

int getPublicRenderParameterLength()

setPublicRenderParameter

void setPublicRenderParameter(PublicRenderParameterType[] values)
Parameters:
values - allowed objects are PublicRenderParameterType

setPublicRenderParameter

PublicRenderParameterType setPublicRenderParameter(int idx,
                                                   PublicRenderParameterType value)
Parameters:
value - allowed object is PublicRenderParameterType

getListener

ListenerType[] getListener()
Returns:
array of ListenerType

getListener

ListenerType getListener(int idx)
Returns:
one of ListenerType

getListenerLength

int getListenerLength()

setListener

void setListener(ListenerType[] values)
Parameters:
values - allowed objects are ListenerType

setListener

ListenerType setListener(int idx,
                         ListenerType value)
Parameters:
value - allowed object is ListenerType

getContainerRuntimeOption

ContainerRuntimeOptionType[] getContainerRuntimeOption()
Returns:
array of ContainerRuntimeOptionType

getContainerRuntimeOption

ContainerRuntimeOptionType getContainerRuntimeOption(int idx)
Returns:
one of ContainerRuntimeOptionType

getContainerRuntimeOptionLength

int getContainerRuntimeOptionLength()

setContainerRuntimeOption

void setContainerRuntimeOption(ContainerRuntimeOptionType[] values)
Parameters:
values - allowed objects are ContainerRuntimeOptionType

setContainerRuntimeOption

ContainerRuntimeOptionType setContainerRuntimeOption(int idx,
                                                     ContainerRuntimeOptionType value)
Parameters:
value - allowed object is ContainerRuntimeOptionType

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version 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.