net.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app200
Class PortletAppType

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

PortletAppType

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


PortletAppType

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

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

getPortlet

public List<PortletType> getPortlet()
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


getCustomPortletMode

public List<CustomPortletModeType> getCustomPortletMode()
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


getCustomWindowState

public List<CustomWindowStateType> getCustomWindowState()
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


getUserAttribute

public List<UserAttributeType> getUserAttribute()
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


getSecurityConstraint

public List<SecurityConstraintType> getSecurityConstraint()
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


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 List<FilterType> getFilter()
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


getFilterMapping

public List<FilterMappingType> getFilterMapping()
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


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 List<EventDefinitionType> getEventDefinition()
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


getPublicRenderParameter

public List<PublicRenderParameterType> getPublicRenderParameter()
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


getListener

public List<ListenerType> getListener()
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


getContainerRuntimeOption

public List<ContainerRuntimeOptionType> getContainerRuntimeOption()
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


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

copyPortlet

protected static void copyPortlet(List<PortletType> source,
                                  List<PortletType> target)
Copies all values of property Portlet.

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

copyCustomPortletMode

protected static void copyCustomPortletMode(List<CustomPortletModeType> source,
                                            List<CustomPortletModeType> target)
Copies all values of property CustomPortletMode.

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

copyCustomWindowState

protected static void copyCustomWindowState(List<CustomWindowStateType> source,
                                            List<CustomWindowStateType> target)
Copies all values of property CustomWindowState.

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

copyUserAttribute

protected static void copyUserAttribute(List<UserAttributeType> source,
                                        List<UserAttributeType> target)
Copies all values of property UserAttribute.

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

copySecurityConstraint

protected static void copySecurityConstraint(List<SecurityConstraintType> source,
                                             List<SecurityConstraintType> target)
Copies all values of property SecurityConstraint.

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

copyFilter

protected static void copyFilter(List<FilterType> source,
                                 List<FilterType> target)
Copies all values of property Filter.

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

copyFilterMapping

protected static void copyFilterMapping(List<FilterMappingType> source,
                                        List<FilterMappingType> target)
Copies all values of property FilterMapping.

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

copyEventDefinition

protected static void copyEventDefinition(List<EventDefinitionType> source,
                                          List<EventDefinitionType> target)
Copies all values of property EventDefinition.

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

copyPublicRenderParameter

protected static void copyPublicRenderParameter(List<PublicRenderParameterType> source,
                                                List<PublicRenderParameterType> target)
Copies all values of property PublicRenderParameter.

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

copyListener

protected static void copyListener(List<ListenerType> source,
                                   List<ListenerType> target)
Copies all values of property Listener.

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

copyContainerRuntimeOption

protected static void copyContainerRuntimeOption(List<ContainerRuntimeOptionType> source,
                                                 List<ContainerRuntimeOptionType> target)
Copies all values of property ContainerRuntimeOption.

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

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.