net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app200.impl
Class PortletAppTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app200.impl.PortletAppTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PortletAppType

public class PortletAppTypeImpl
extends Object
implements Serializable, Cloneable, PortletAppType

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  ResourceBundleTypeImpl resourceBundle
           
protected  SecurityConstraintType[] securityConstraint
           
protected  UserAttributeType[] userAttribute
           
protected  String version
           
 
Constructor Summary
PortletAppTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance.
PortletAppTypeImpl(PortletAppTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance by copying a given instance.
 
Method Summary
 PortletAppTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyContainerRuntimeOption(ContainerRuntimeOptionType[] source)
          Copies all values of property ContainerRuntimeOption.
protected  void copyCustomPortletMode(CustomPortletModeType[] source)
          Copies all values of property CustomPortletMode.
protected  void copyCustomWindowState(CustomWindowStateType[] source)
          Copies all values of property CustomWindowState.
protected  void copyEventDefinition(EventDefinitionType[] source)
          Copies all values of property EventDefinition.
protected  void copyFilter(FilterType[] source)
          Copies all values of property Filter.
protected  void copyFilterMapping(FilterMappingType[] source)
          Copies all values of property FilterMapping.
protected  void copyListener(ListenerType[] source)
          Copies all values of property Listener.
protected  void copyPortlet(PortletType[] source)
          Copies all values of property Portlet.
protected  void copyPublicRenderParameter(PublicRenderParameterType[] source)
          Copies all values of property PublicRenderParameter.
protected  void copySecurityConstraint(SecurityConstraintType[] source)
          Copies all values of property SecurityConstraint.
protected  void copyUserAttribute(UserAttributeType[] source)
          Copies all values of property UserAttribute.
 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 ResourceBundleTypeImpl 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

PortletAppTypeImpl

public PortletAppTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance.


PortletAppTypeImpl

public PortletAppTypeImpl(PortletAppTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance by copying a given instance.

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

getPortlet

public PortletType[] getPortlet()
Specified by:
getPortlet in interface PortletAppType
Returns:
array of PortletType

getPortlet

public PortletType getPortlet(int idx)
Specified by:
getPortlet in interface PortletAppType
Returns:
one of PortletType

getPortletLength

public int getPortletLength()
Specified by:
getPortletLength in interface PortletAppType

setPortlet

public void setPortlet(PortletType[] values)
Specified by:
setPortlet in interface PortletAppType
Parameters:
values - allowed objects are PortletType

setPortlet

public PortletType setPortlet(int idx,
                              PortletType value)
Specified by:
setPortlet in interface PortletAppType
value - allowed object is PortletType

getCustomPortletMode

public CustomPortletModeType[] getCustomPortletMode()
Specified by:
getCustomPortletMode in interface PortletAppType
Returns:
array of CustomPortletModeType

getCustomPortletMode

public CustomPortletModeType getCustomPortletMode(int idx)
Specified by:
getCustomPortletMode in interface PortletAppType
Returns:
one of CustomPortletModeType

getCustomPortletModeLength

public int getCustomPortletModeLength()
Specified by:
getCustomPortletModeLength in interface PortletAppType

setCustomPortletMode

public void setCustomPortletMode(CustomPortletModeType[] values)
Specified by:
setCustomPortletMode in interface PortletAppType
Parameters:
values - allowed objects are CustomPortletModeType

setCustomPortletMode

public CustomPortletModeType setCustomPortletMode(int idx,
                                                  CustomPortletModeType value)
Specified by:
setCustomPortletMode in interface PortletAppType
value - allowed object is CustomPortletModeType

getCustomWindowState

public CustomWindowStateType[] getCustomWindowState()
Specified by:
getCustomWindowState in interface PortletAppType
Returns:
array of CustomWindowStateType

getCustomWindowState

public CustomWindowStateType getCustomWindowState(int idx)
Specified by:
getCustomWindowState in interface PortletAppType
Returns:
one of CustomWindowStateType

getCustomWindowStateLength

public int getCustomWindowStateLength()
Specified by:
getCustomWindowStateLength in interface PortletAppType

setCustomWindowState

public void setCustomWindowState(CustomWindowStateType[] values)
Specified by:
setCustomWindowState in interface PortletAppType
Parameters:
values - allowed objects are CustomWindowStateType

setCustomWindowState

public CustomWindowStateType setCustomWindowState(int idx,
                                                  CustomWindowStateType value)
Specified by:
setCustomWindowState in interface PortletAppType
value - allowed object is CustomWindowStateType

getUserAttribute

public UserAttributeType[] getUserAttribute()
Specified by:
getUserAttribute in interface PortletAppType
Returns:
array of UserAttributeType

getUserAttribute

public UserAttributeType getUserAttribute(int idx)
Specified by:
getUserAttribute in interface PortletAppType
Returns:
one of UserAttributeType

getUserAttributeLength

public int getUserAttributeLength()
Specified by:
getUserAttributeLength in interface PortletAppType

setUserAttribute

public void setUserAttribute(UserAttributeType[] values)
Specified by:
setUserAttribute in interface PortletAppType
Parameters:
values - allowed objects are UserAttributeType

setUserAttribute

public UserAttributeType setUserAttribute(int idx,
                                          UserAttributeType value)
Specified by:
setUserAttribute in interface PortletAppType
value - allowed object is UserAttributeType

getSecurityConstraint

public SecurityConstraintType[] getSecurityConstraint()
Specified by:
getSecurityConstraint in interface PortletAppType
Returns:
array of SecurityConstraintType

getSecurityConstraint

public SecurityConstraintType getSecurityConstraint(int idx)
Specified by:
getSecurityConstraint in interface PortletAppType
Returns:
one of SecurityConstraintType

getSecurityConstraintLength

public int getSecurityConstraintLength()
Specified by:
getSecurityConstraintLength in interface PortletAppType

setSecurityConstraint

public void setSecurityConstraint(SecurityConstraintType[] values)
Specified by:
setSecurityConstraint in interface PortletAppType
Parameters:
values - allowed objects are SecurityConstraintType

setSecurityConstraint

public SecurityConstraintType setSecurityConstraint(int idx,
                                                    SecurityConstraintType value)
Specified by:
setSecurityConstraint in interface PortletAppType
value - allowed object is SecurityConstraintType

getResourceBundle

public ResourceBundleType getResourceBundle()
Description copied from interface: PortletAppType
Gets the value of the resourceBundle property.

Specified by:
getResourceBundle in interface PortletAppType
Returns:
possible object is ResourceBundleType

setResourceBundle

public void setResourceBundle(ResourceBundleType value)
Description copied from interface: PortletAppType
Sets the value of the resourceBundle property.

Specified by:
setResourceBundle in interface PortletAppType
Parameters:
value - allowed object is ResourceBundleType

getFilter

public FilterType[] getFilter()
Specified by:
getFilter in interface PortletAppType
Returns:
array of FilterType

getFilter

public FilterType getFilter(int idx)
Specified by:
getFilter in interface PortletAppType
Returns:
one of FilterType

getFilterLength

public int getFilterLength()
Specified by:
getFilterLength in interface PortletAppType

setFilter

public void setFilter(FilterType[] values)
Specified by:
setFilter in interface PortletAppType
Parameters:
values - allowed objects are FilterType

setFilter

public FilterType setFilter(int idx,
                            FilterType value)
Specified by:
setFilter in interface PortletAppType
value - allowed object is FilterType

getFilterMapping

public FilterMappingType[] getFilterMapping()
Specified by:
getFilterMapping in interface PortletAppType
Returns:
array of FilterMappingType

getFilterMapping

public FilterMappingType getFilterMapping(int idx)
Specified by:
getFilterMapping in interface PortletAppType
Returns:
one of FilterMappingType

getFilterMappingLength

public int getFilterMappingLength()
Specified by:
getFilterMappingLength in interface PortletAppType

setFilterMapping

public void setFilterMapping(FilterMappingType[] values)
Specified by:
setFilterMapping in interface PortletAppType
Parameters:
values - allowed objects are FilterMappingType

setFilterMapping

public FilterMappingType setFilterMapping(int idx,
                                          FilterMappingType value)
Specified by:
setFilterMapping in interface PortletAppType
value - allowed object is FilterMappingType

getDefaultNamespace

public String getDefaultNamespace()
Description copied from interface: PortletAppType
Gets the value of the defaultNamespace property.

Specified by:
getDefaultNamespace in interface PortletAppType
Returns:
possible object is String

setDefaultNamespace

public void setDefaultNamespace(String value)
Description copied from interface: PortletAppType
Sets the value of the defaultNamespace property.

Specified by:
setDefaultNamespace in interface PortletAppType
Parameters:
value - allowed object is String

getEventDefinition

public EventDefinitionType[] getEventDefinition()
Specified by:
getEventDefinition in interface PortletAppType
Returns:
array of EventDefinitionType

getEventDefinition

public EventDefinitionType getEventDefinition(int idx)
Specified by:
getEventDefinition in interface PortletAppType
Returns:
one of EventDefinitionType

getEventDefinitionLength

public int getEventDefinitionLength()
Specified by:
getEventDefinitionLength in interface PortletAppType

setEventDefinition

public void setEventDefinition(EventDefinitionType[] values)
Specified by:
setEventDefinition in interface PortletAppType
Parameters:
values - allowed objects are EventDefinitionType

setEventDefinition

public EventDefinitionType setEventDefinition(int idx,
                                              EventDefinitionType value)
Specified by:
setEventDefinition in interface PortletAppType
value - allowed object is EventDefinitionType

getPublicRenderParameter

public PublicRenderParameterType[] getPublicRenderParameter()
Specified by:
getPublicRenderParameter in interface PortletAppType
Returns:
array of PublicRenderParameterType

getPublicRenderParameter

public PublicRenderParameterType getPublicRenderParameter(int idx)
Specified by:
getPublicRenderParameter in interface PortletAppType
Returns:
one of PublicRenderParameterType

getPublicRenderParameterLength

public int getPublicRenderParameterLength()
Specified by:
getPublicRenderParameterLength in interface PortletAppType

setPublicRenderParameter

public void setPublicRenderParameter(PublicRenderParameterType[] values)
Specified by:
setPublicRenderParameter in interface PortletAppType
Parameters:
values - allowed objects are PublicRenderParameterType

setPublicRenderParameter

public PublicRenderParameterType setPublicRenderParameter(int idx,
                                                          PublicRenderParameterType value)
Specified by:
setPublicRenderParameter in interface PortletAppType
value - allowed object is PublicRenderParameterType

getListener

public ListenerType[] getListener()
Specified by:
getListener in interface PortletAppType
Returns:
array of ListenerType

getListener

public ListenerType getListener(int idx)
Specified by:
getListener in interface PortletAppType
Returns:
one of ListenerType

getListenerLength

public int getListenerLength()
Specified by:
getListenerLength in interface PortletAppType

setListener

public void setListener(ListenerType[] values)
Specified by:
setListener in interface PortletAppType
Parameters:
values - allowed objects are ListenerType

setListener

public ListenerType setListener(int idx,
                                ListenerType value)
Specified by:
setListener in interface PortletAppType
value - allowed object is ListenerType

getContainerRuntimeOption

public ContainerRuntimeOptionType[] getContainerRuntimeOption()
Specified by:
getContainerRuntimeOption in interface PortletAppType
Returns:
array of ContainerRuntimeOptionType

getContainerRuntimeOption

public ContainerRuntimeOptionType getContainerRuntimeOption(int idx)
Specified by:
getContainerRuntimeOption in interface PortletAppType
Returns:
one of ContainerRuntimeOptionType

getContainerRuntimeOptionLength

public int getContainerRuntimeOptionLength()
Specified by:
getContainerRuntimeOptionLength in interface PortletAppType

setContainerRuntimeOption

public void setContainerRuntimeOption(ContainerRuntimeOptionType[] values)
Specified by:
setContainerRuntimeOption in interface PortletAppType
Parameters:
values - allowed objects are ContainerRuntimeOptionType

setContainerRuntimeOption

public ContainerRuntimeOptionType setContainerRuntimeOption(int idx,
                                                            ContainerRuntimeOptionType value)
Specified by:
setContainerRuntimeOption in interface PortletAppType
value - allowed object is ContainerRuntimeOptionType

getVersion

public String getVersion()
Description copied from interface: PortletAppType
Gets the value of the version property.

Specified by:
getVersion in interface PortletAppType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: PortletAppType
Sets the value of the version property.

Specified by:
setVersion in interface PortletAppType
Parameters:
value - allowed object is String

getId

public String getId()
Description copied from interface: PortletAppType
Gets the value of the id property.

Specified by:
getId in interface PortletAppType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: PortletAppType
Sets the value of the id property.

Specified by:
setId in interface PortletAppType
Parameters:
value - allowed object is String

copyPortlet

protected void copyPortlet(PortletType[] source)
Copies all values of property Portlet.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyCustomPortletMode

protected void copyCustomPortletMode(CustomPortletModeType[] source)
Copies all values of property CustomPortletMode.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyCustomWindowState

protected void copyCustomWindowState(CustomWindowStateType[] source)
Copies all values of property CustomWindowState.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyUserAttribute

protected void copyUserAttribute(UserAttributeType[] source)
Copies all values of property UserAttribute.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copySecurityConstraint

protected void copySecurityConstraint(SecurityConstraintType[] source)
Copies all values of property SecurityConstraint.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyFilter

protected void copyFilter(FilterType[] source)
Copies all values of property Filter.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyFilterMapping

protected void copyFilterMapping(FilterMappingType[] source)
Copies all values of property FilterMapping.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyEventDefinition

protected void copyEventDefinition(EventDefinitionType[] source)
Copies all values of property EventDefinition.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyPublicRenderParameter

protected void copyPublicRenderParameter(PublicRenderParameterType[] source)
Copies all values of property PublicRenderParameter.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyListener

protected void copyListener(ListenerType[] source)
Copies all values of property Listener.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyContainerRuntimeOption

protected void copyContainerRuntimeOption(ContainerRuntimeOptionType[] source)
Copies all values of property ContainerRuntimeOption.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public PortletAppTypeImpl 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.