net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl
Class PortletAppTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.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  List<ContainerRuntimeOptionType> containerRuntimeOption
           
protected  List<CustomPortletModeType> customPortletMode
           
protected  List<CustomWindowStateType> customWindowState
           
protected  String defaultNamespace
           
protected  List<EventDefinitionType> eventDefinition
           
protected  List<FilterType> filter
           
protected  List<FilterMappingType> filterMapping
           
protected  String id
           
protected  List<ListenerType> listener
           
protected  List<PortletType> portlet
           
protected  List<PublicRenderParameterType> publicRenderParameter
           
protected  ResourceBundleTypeImpl resourceBundle
           
protected  List<SecurityConstraintType> securityConstraint
           
protected  List<UserAttributeType> userAttribute
           
protected  String version
           
 
Constructor Summary
PortletAppTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance.
PortletAppTypeImpl(PortletAppTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance by copying a given instance.
 
Method Summary
 PortletAppTypeImpl clone()
          Creates and returns a copy of this object.
 List<ContainerRuntimeOptionType> getContainerRuntimeOption()
          Gets the value of the containerRuntimeOption property.
 List<CustomPortletModeType> getCustomPortletMode()
          Gets the value of the customPortletMode property.
 List<CustomWindowStateType> getCustomWindowState()
          Gets the value of the customWindowState property.
 String getDefaultNamespace()
          Gets the value of the defaultNamespace property.
 List<EventDefinitionType> getEventDefinition()
          Gets the value of the eventDefinition property.
 List<FilterType> getFilter()
          Gets the value of the filter property.
 List<FilterMappingType> getFilterMapping()
          Gets the value of the filterMapping property.
 String getId()
          Gets the value of the id property.
 List<ListenerType> getListener()
          Gets the value of the listener property.
 List<PortletType> getPortlet()
          Gets the value of the portlet property.
 List<PublicRenderParameterType> getPublicRenderParameter()
          Gets the value of the publicRenderParameter property.
 ResourceBundleType getResourceBundle()
          Gets the value of the resourceBundle property.
 List<SecurityConstraintType> getSecurityConstraint()
          Gets the value of the securityConstraint property.
 List<UserAttributeType> getUserAttribute()
          Gets the value of the userAttribute property.
 String getVersion()
          Gets the value of the version property.
 void setDefaultNamespace(String value)
          Sets the value of the defaultNamespace property.
 void setId(String value)
          Sets the value of the id property.
 void setResourceBundle(ResourceBundleType value)
          Sets the value of the resourceBundle property.
 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 List<PortletType> portlet

customPortletMode

protected List<CustomPortletModeType> customPortletMode

customWindowState

protected List<CustomWindowStateType> customWindowState

userAttribute

protected List<UserAttributeType> userAttribute

securityConstraint

protected List<SecurityConstraintType> securityConstraint

resourceBundle

protected ResourceBundleTypeImpl resourceBundle

filter

protected List<FilterType> filter

filterMapping

protected List<FilterMappingType> filterMapping

defaultNamespace

protected String defaultNamespace

eventDefinition

protected List<EventDefinitionType> eventDefinition

publicRenderParameter

protected List<PublicRenderParameterType> publicRenderParameter

listener

protected List<ListenerType> listener

containerRuntimeOption

protected List<ContainerRuntimeOptionType> containerRuntimeOption

version

protected String version

id

protected String id
Constructor Detail

PortletAppTypeImpl

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


PortletAppTypeImpl

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

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

getPortlet

public List<PortletType> getPortlet()
Description copied from interface: PortletAppType
Gets the value of the portlet property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the portlet property.

For example, to add a new item, do as follows:

    getPortlet().add(newItem);
 

Objects of the following type(s) are allowed in the list PortletType

Specified by:
getPortlet in interface PortletAppType

getCustomPortletMode

public List<CustomPortletModeType> getCustomPortletMode()
Description copied from interface: PortletAppType
Gets the value of the customPortletMode property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customPortletMode property.

For example, to add a new item, do as follows:

    getCustomPortletMode().add(newItem);
 

Objects of the following type(s) are allowed in the list CustomPortletModeType

Specified by:
getCustomPortletMode in interface PortletAppType

getCustomWindowState

public List<CustomWindowStateType> getCustomWindowState()
Description copied from interface: PortletAppType
Gets the value of the customWindowState property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customWindowState property.

For example, to add a new item, do as follows:

    getCustomWindowState().add(newItem);
 

Objects of the following type(s) are allowed in the list CustomWindowStateType

Specified by:
getCustomWindowState in interface PortletAppType

getUserAttribute

public List<UserAttributeType> getUserAttribute()
Description copied from interface: PortletAppType
Gets the value of the userAttribute property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the userAttribute property.

For example, to add a new item, do as follows:

    getUserAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list UserAttributeType

Specified by:
getUserAttribute in interface PortletAppType

getSecurityConstraint

public List<SecurityConstraintType> getSecurityConstraint()
Description copied from interface: PortletAppType
Gets the value of the securityConstraint property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the securityConstraint property.

For example, to add a new item, do as follows:

    getSecurityConstraint().add(newItem);
 

Objects of the following type(s) are allowed in the list SecurityConstraintType

Specified by:
getSecurityConstraint in interface PortletAppType

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 List<FilterType> getFilter()
Description copied from interface: PortletAppType
Gets the value of the filter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list FilterType

Specified by:
getFilter in interface PortletAppType

getFilterMapping

public List<FilterMappingType> getFilterMapping()
Description copied from interface: PortletAppType
Gets the value of the filterMapping property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the filterMapping property.

For example, to add a new item, do as follows:

    getFilterMapping().add(newItem);
 

Objects of the following type(s) are allowed in the list FilterMappingType

Specified by:
getFilterMapping in interface PortletAppType

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 List<EventDefinitionType> getEventDefinition()
Description copied from interface: PortletAppType
Gets the value of the eventDefinition property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the eventDefinition property.

For example, to add a new item, do as follows:

    getEventDefinition().add(newItem);
 

Objects of the following type(s) are allowed in the list EventDefinitionType

Specified by:
getEventDefinition in interface PortletAppType

getPublicRenderParameter

public List<PublicRenderParameterType> getPublicRenderParameter()
Description copied from interface: PortletAppType
Gets the value of the publicRenderParameter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the publicRenderParameter property.

For example, to add a new item, do as follows:

    getPublicRenderParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list PublicRenderParameterType

Specified by:
getPublicRenderParameter in interface PortletAppType

getListener

public List<ListenerType> getListener()
Description copied from interface: PortletAppType
Gets the value of the listener property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the listener property.

For example, to add a new item, do as follows:

    getListener().add(newItem);
 

Objects of the following type(s) are allowed in the list ListenerType

Specified by:
getListener in interface PortletAppType

getContainerRuntimeOption

public List<ContainerRuntimeOptionType> getContainerRuntimeOption()
Description copied from interface: PortletAppType
Gets the value of the containerRuntimeOption property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the containerRuntimeOption property.

For example, to add a new item, do as follows:

    getContainerRuntimeOption().add(newItem);
 

Objects of the following type(s) are allowed in the list ContainerRuntimeOptionType

Specified by:
getContainerRuntimeOption in interface PortletAppType

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

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.