|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.PortletAppType
public class 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>
| 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.pub.indexed.valueclass.portlet.app200.PortletAppType instance. |
|
PortletAppType(PortletAppType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.PortletAppType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PortletType[] portlet
protected CustomPortletModeType[] customPortletMode
protected CustomWindowStateType[] customWindowState
protected UserAttributeType[] userAttribute
protected SecurityConstraintType[] securityConstraint
protected ResourceBundleType resourceBundle
protected FilterType[] filter
protected FilterMappingType[] filterMapping
protected String defaultNamespace
protected EventDefinitionType[] eventDefinition
protected PublicRenderParameterType[] publicRenderParameter
protected ListenerType[] listener
protected ContainerRuntimeOptionType[] containerRuntimeOption
protected String version
protected String id
| Constructor Detail |
|---|
public PortletAppType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.PortletAppType instance.
public PortletAppType(PortletAppType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.portlet.app200.PortletAppType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PortletType[] getPortlet()
PortletTypepublic PortletType getPortlet(int idx)
PortletTypepublic int getPortletLength()
public void setPortlet(PortletType[] values)
values - allowed objects are
PortletType
public PortletType setPortlet(int idx,
PortletType value)
value - allowed object is
PortletTypepublic CustomPortletModeType[] getCustomPortletMode()
CustomPortletModeTypepublic CustomPortletModeType getCustomPortletMode(int idx)
CustomPortletModeTypepublic int getCustomPortletModeLength()
public void setCustomPortletMode(CustomPortletModeType[] values)
values - allowed objects are
CustomPortletModeType
public CustomPortletModeType setCustomPortletMode(int idx,
CustomPortletModeType value)
value - allowed object is
CustomPortletModeTypepublic CustomWindowStateType[] getCustomWindowState()
CustomWindowStateTypepublic CustomWindowStateType getCustomWindowState(int idx)
CustomWindowStateTypepublic int getCustomWindowStateLength()
public void setCustomWindowState(CustomWindowStateType[] values)
values - allowed objects are
CustomWindowStateType
public CustomWindowStateType setCustomWindowState(int idx,
CustomWindowStateType value)
value - allowed object is
CustomWindowStateTypepublic UserAttributeType[] getUserAttribute()
UserAttributeTypepublic UserAttributeType getUserAttribute(int idx)
UserAttributeTypepublic int getUserAttributeLength()
public void setUserAttribute(UserAttributeType[] values)
values - allowed objects are
UserAttributeType
public UserAttributeType setUserAttribute(int idx,
UserAttributeType value)
value - allowed object is
UserAttributeTypepublic SecurityConstraintType[] getSecurityConstraint()
SecurityConstraintTypepublic SecurityConstraintType getSecurityConstraint(int idx)
SecurityConstraintTypepublic int getSecurityConstraintLength()
public void setSecurityConstraint(SecurityConstraintType[] values)
values - allowed objects are
SecurityConstraintType
public SecurityConstraintType setSecurityConstraint(int idx,
SecurityConstraintType value)
value - allowed object is
SecurityConstraintTypepublic ResourceBundleType getResourceBundle()
ResourceBundleTypepublic void setResourceBundle(ResourceBundleType value)
value - allowed object is
ResourceBundleTypepublic FilterType[] getFilter()
FilterTypepublic FilterType getFilter(int idx)
FilterTypepublic int getFilterLength()
public void setFilter(FilterType[] values)
values - allowed objects are
FilterType
public FilterType setFilter(int idx,
FilterType value)
value - allowed object is
FilterTypepublic FilterMappingType[] getFilterMapping()
FilterMappingTypepublic FilterMappingType getFilterMapping(int idx)
FilterMappingTypepublic int getFilterMappingLength()
public void setFilterMapping(FilterMappingType[] values)
values - allowed objects are
FilterMappingType
public FilterMappingType setFilterMapping(int idx,
FilterMappingType value)
value - allowed object is
FilterMappingTypepublic String getDefaultNamespace()
Stringpublic void setDefaultNamespace(String value)
value - allowed object is
Stringpublic EventDefinitionType[] getEventDefinition()
EventDefinitionTypepublic EventDefinitionType getEventDefinition(int idx)
EventDefinitionTypepublic int getEventDefinitionLength()
public void setEventDefinition(EventDefinitionType[] values)
values - allowed objects are
EventDefinitionType
public EventDefinitionType setEventDefinition(int idx,
EventDefinitionType value)
value - allowed object is
EventDefinitionTypepublic PublicRenderParameterType[] getPublicRenderParameter()
PublicRenderParameterTypepublic PublicRenderParameterType getPublicRenderParameter(int idx)
PublicRenderParameterTypepublic int getPublicRenderParameterLength()
public void setPublicRenderParameter(PublicRenderParameterType[] values)
values - allowed objects are
PublicRenderParameterType
public PublicRenderParameterType setPublicRenderParameter(int idx,
PublicRenderParameterType value)
value - allowed object is
PublicRenderParameterTypepublic ListenerType[] getListener()
ListenerTypepublic ListenerType getListener(int idx)
ListenerTypepublic int getListenerLength()
public void setListener(ListenerType[] values)
values - allowed objects are
ListenerType
public ListenerType setListener(int idx,
ListenerType value)
value - allowed object is
ListenerTypepublic ContainerRuntimeOptionType[] getContainerRuntimeOption()
ContainerRuntimeOptionTypepublic ContainerRuntimeOptionType getContainerRuntimeOption(int idx)
ContainerRuntimeOptionTypepublic int getContainerRuntimeOptionLength()
public void setContainerRuntimeOption(ContainerRuntimeOptionType[] values)
values - allowed objects are
ContainerRuntimeOptionType
public ContainerRuntimeOptionType setContainerRuntimeOption(int idx,
ContainerRuntimeOptionType value)
value - allowed object is
ContainerRuntimeOptionTypepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic void copyPortlet(PortletType[] source)
Portlet.
source - The source to copy from.
NullPointerException - if source is null.public void copyCustomPortletMode(CustomPortletModeType[] source)
CustomPortletMode.
source - The source to copy from.
NullPointerException - if source is null.public void copyCustomWindowState(CustomWindowStateType[] source)
CustomWindowState.
source - The source to copy from.
NullPointerException - if source is null.public void copyUserAttribute(UserAttributeType[] source)
UserAttribute.
source - The source to copy from.
NullPointerException - if source is null.public void copySecurityConstraint(SecurityConstraintType[] source)
SecurityConstraint.
source - The source to copy from.
NullPointerException - if source is null.public void copyFilter(FilterType[] source)
Filter.
source - The source to copy from.
NullPointerException - if source is null.public void copyFilterMapping(FilterMappingType[] source)
FilterMapping.
source - The source to copy from.
NullPointerException - if source is null.public void copyEventDefinition(EventDefinitionType[] source)
EventDefinition.
source - The source to copy from.
NullPointerException - if source is null.public void copyPublicRenderParameter(PublicRenderParameterType[] source)
PublicRenderParameter.
source - The source to copy from.
NullPointerException - if source is null.public void copyListener(ListenerType[] source)
Listener.
source - The source to copy from.
NullPointerException - if source is null.public void copyContainerRuntimeOption(ContainerRuntimeOptionType[] source)
ContainerRuntimeOption.
source - The source to copy from.
NullPointerException - if source is null.public PortletAppType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||