net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200
Class PortletAppType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletAppType
All Implemented Interfaces:
Serializable, Cloneable

public class PortletAppType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  ContainerRuntimeOptionType[] containerRuntimeOption
           
protected  CustomPortletModeType[] customPortletMode
           
protected  CustomWindowStateType[] customWindowState
           
protected  String defaultNamespace
           
protected  EventDefinitionType[] eventDefinition
           
protected  FilterType[] filter
           
protected  FilterMappingType[] filterMapping
           
protected  String id
           
protected  ListenerType[] listener
           
protected  PortletType[] portlet
           
protected  PublicRenderParameterType[] publicRenderParameter
           
protected  ResourceBundleType resourceBundle
           
protected  SecurityConstraintType[] securityConstraint
           
protected  UserAttributeType[] userAttribute
           
protected  String version
           
 
Constructor Summary
PortletAppType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletAppType instance.
PortletAppType(PortletAppType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletAppType instance by copying a given instance.
 
Method Summary
 PortletAppType clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portlet

protected PortletType[] portlet

customPortletMode

protected CustomPortletModeType[] customPortletMode

customWindowState

protected CustomWindowStateType[] customWindowState

userAttribute

protected UserAttributeType[] userAttribute

securityConstraint

protected SecurityConstraintType[] securityConstraint

resourceBundle

protected ResourceBundleType resourceBundle

filter

protected FilterType[] filter

filterMapping

protected FilterMappingType[] filterMapping

defaultNamespace

protected String defaultNamespace

eventDefinition

protected EventDefinitionType[] eventDefinition

publicRenderParameter

protected PublicRenderParameterType[] publicRenderParameter

listener

protected ListenerType[] listener

containerRuntimeOption

protected ContainerRuntimeOptionType[] containerRuntimeOption

version

protected String version

id

protected String id
Constructor Detail

PortletAppType

public PortletAppType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletAppType instance.


PortletAppType

public PortletAppType(PortletAppType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.PortletAppType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getPortlet

public PortletType[] getPortlet()
Returns:
array of PortletType

getPortlet

public PortletType getPortlet(int idx)
Returns:
one of PortletType

getPortletLength

public int getPortletLength()

setPortlet

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

setPortlet

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

getCustomPortletMode

public CustomPortletModeType[] getCustomPortletMode()
Returns:
array of CustomPortletModeType

getCustomPortletMode

public CustomPortletModeType getCustomPortletMode(int idx)
Returns:
one of CustomPortletModeType

getCustomPortletModeLength

public int getCustomPortletModeLength()

setCustomPortletMode

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

setCustomPortletMode

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

getCustomWindowState

public CustomWindowStateType[] getCustomWindowState()
Returns:
array of CustomWindowStateType

getCustomWindowState

public CustomWindowStateType getCustomWindowState(int idx)
Returns:
one of CustomWindowStateType

getCustomWindowStateLength

public int getCustomWindowStateLength()

setCustomWindowState

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

setCustomWindowState

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

getUserAttribute

public UserAttributeType[] getUserAttribute()
Returns:
array of UserAttributeType

getUserAttribute

public UserAttributeType getUserAttribute(int idx)
Returns:
one of UserAttributeType

getUserAttributeLength

public int getUserAttributeLength()

setUserAttribute

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

setUserAttribute

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

getSecurityConstraint

public SecurityConstraintType[] getSecurityConstraint()
Returns:
array of SecurityConstraintType

getSecurityConstraint

public SecurityConstraintType getSecurityConstraint(int idx)
Returns:
one of SecurityConstraintType

getSecurityConstraintLength

public int getSecurityConstraintLength()

setSecurityConstraint

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

setSecurityConstraint

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

getResourceBundle

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

Returns:
possible object is ResourceBundleType

setResourceBundle

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

Parameters:
value - allowed object is ResourceBundleType

getFilter

public FilterType[] getFilter()
Returns:
array of FilterType

getFilter

public FilterType getFilter(int idx)
Returns:
one of FilterType

getFilterLength

public int getFilterLength()

setFilter

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

setFilter

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

getFilterMapping

public FilterMappingType[] getFilterMapping()
Returns:
array of FilterMappingType

getFilterMapping

public FilterMappingType getFilterMapping(int idx)
Returns:
one of FilterMappingType

getFilterMappingLength

public int getFilterMappingLength()

setFilterMapping

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

setFilterMapping

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

getDefaultNamespace

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

Returns:
possible object is String

setDefaultNamespace

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

Parameters:
value - allowed object is String

getEventDefinition

public EventDefinitionType[] getEventDefinition()
Returns:
array of EventDefinitionType

getEventDefinition

public EventDefinitionType getEventDefinition(int idx)
Returns:
one of EventDefinitionType

getEventDefinitionLength

public int getEventDefinitionLength()

setEventDefinition

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

setEventDefinition

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

getPublicRenderParameter

public PublicRenderParameterType[] getPublicRenderParameter()
Returns:
array of PublicRenderParameterType

getPublicRenderParameter

public PublicRenderParameterType getPublicRenderParameter(int idx)
Returns:
one of PublicRenderParameterType

getPublicRenderParameterLength

public int getPublicRenderParameterLength()

setPublicRenderParameter

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

setPublicRenderParameter

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

getListener

public ListenerType[] getListener()
Returns:
array of ListenerType

getListener

public ListenerType getListener(int idx)
Returns:
one of ListenerType

getListenerLength

public int getListenerLength()

setListener

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

setListener

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

getContainerRuntimeOption

public ContainerRuntimeOptionType[] getContainerRuntimeOption()
Returns:
array of ContainerRuntimeOptionType

getContainerRuntimeOption

public ContainerRuntimeOptionType getContainerRuntimeOption(int idx)
Returns:
one of ContainerRuntimeOptionType

getContainerRuntimeOptionLength

public int getContainerRuntimeOptionLength()

setContainerRuntimeOption

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

setContainerRuntimeOption

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

getVersion

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

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

clone

public PortletAppType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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