|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app200.PortletType
public class PortletType
The portlet element contains the declarative data of a portlet. Used in: portlet-app
Java class for portletType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portletType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="portlet-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-nameType"/>
<element name="display-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}display-nameType" maxOccurs="unbounded" minOccurs="0"/>
<element name="portlet-class" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-classType"/>
<element name="init-param" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}init-paramType" maxOccurs="unbounded" minOccurs="0"/>
<element name="expiration-cache" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}expiration-cacheType" minOccurs="0"/>
<element name="cache-scope" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}cache-scopeType" minOccurs="0"/>
<element name="supports" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}supportsType" maxOccurs="unbounded"/>
<element name="supported-locale" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}supported-localeType" 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="portlet-info" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-infoType" minOccurs="0"/>
<element name="portlet-preferences" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}portlet-preferencesType" minOccurs="0"/>
<element name="security-role-ref" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}security-role-refType" maxOccurs="unbounded" minOccurs="0"/>
<element name="supported-processing-event" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}event-definition-referenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="supported-publishing-event" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}event-definition-referenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="supported-public-render-parameter" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" 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="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CacheScopeType |
cacheScope
|
protected List<ContainerRuntimeOptionType> |
containerRuntimeOption
|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected ExpirationCacheType |
expirationCache
|
protected String |
id
|
protected List<InitParamType> |
initParam
|
protected String |
portletClass
|
protected PortletInfoType |
portletInfo
|
protected PortletNameType |
portletName
|
protected PortletPreferencesType |
portletPreferences
|
protected ResourceBundleType |
resourceBundle
|
protected List<SecurityRoleRefType> |
securityRoleRef
|
protected List<SupportedLocaleType> |
supportedLocale
|
protected List<EventDefinitionReferenceType> |
supportedProcessingEvent
|
protected List<String> |
supportedPublicRenderParameter
|
protected List<EventDefinitionReferenceType> |
supportedPublishingEvent
|
protected List<SupportsType> |
supports
|
| Constructor Summary | |
|---|---|
PortletType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app200.PortletType instance. |
|
PortletType(PortletType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app200.PortletType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PortletType |
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 |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
protected static void |
copyDisplayName(List<DisplayNameType> source,
List<DisplayNameType> target)
Copies all values of property DisplayName. |
protected static void |
copyInitParam(List<InitParamType> source,
List<InitParamType> target)
Copies all values of property InitParam. |
protected static void |
copySecurityRoleRef(List<SecurityRoleRefType> source,
List<SecurityRoleRefType> target)
Copies all values of property SecurityRoleRef. |
protected static void |
copySupportedLocale(List<SupportedLocaleType> source,
List<SupportedLocaleType> target)
Copies all values of property SupportedLocale. |
protected static void |
copySupportedProcessingEvent(List<EventDefinitionReferenceType> source,
List<EventDefinitionReferenceType> target)
Copies all values of property SupportedProcessingEvent. |
protected static void |
copySupportedPublicRenderParameter(List<String> source,
List<String> target)
Copies all values of property SupportedPublicRenderParameter. |
protected static void |
copySupportedPublishingEvent(List<EventDefinitionReferenceType> source,
List<EventDefinitionReferenceType> target)
Copies all values of property SupportedPublishingEvent. |
protected static void |
copySupports(List<SupportsType> source,
List<SupportsType> target)
Copies all values of property Supports. |
CacheScopeType |
getCacheScope()
Gets the value of the cacheScope property. |
List<ContainerRuntimeOptionType> |
getContainerRuntimeOption()
Gets the value of the containerRuntimeOption property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
ExpirationCacheType |
getExpirationCache()
Gets the value of the expirationCache property. |
String |
getId()
Gets the value of the id property. |
List<InitParamType> |
getInitParam()
Gets the value of the initParam property. |
String |
getPortletClass()
Gets the value of the portletClass property. |
PortletInfoType |
getPortletInfo()
Gets the value of the portletInfo property. |
PortletNameType |
getPortletName()
Gets the value of the portletName property. |
PortletPreferencesType |
getPortletPreferences()
Gets the value of the portletPreferences property. |
ResourceBundleType |
getResourceBundle()
Gets the value of the resourceBundle property. |
List<SecurityRoleRefType> |
getSecurityRoleRef()
Gets the value of the securityRoleRef property. |
List<SupportedLocaleType> |
getSupportedLocale()
Gets the value of the supportedLocale property. |
List<EventDefinitionReferenceType> |
getSupportedProcessingEvent()
Gets the value of the supportedProcessingEvent property. |
List<String> |
getSupportedPublicRenderParameter()
Gets the value of the supportedPublicRenderParameter property. |
List<EventDefinitionReferenceType> |
getSupportedPublishingEvent()
Gets the value of the supportedPublishingEvent property. |
List<SupportsType> |
getSupports()
Gets the value of the supports property. |
void |
setCacheScope(CacheScopeType value)
Sets the value of the cacheScope property. |
void |
setExpirationCache(ExpirationCacheType value)
Sets the value of the expirationCache property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPortletClass(String value)
Sets the value of the portletClass property. |
void |
setPortletInfo(PortletInfoType value)
Sets the value of the portletInfo property. |
void |
setPortletName(PortletNameType value)
Sets the value of the portletName property. |
void |
setPortletPreferences(PortletPreferencesType value)
Sets the value of the portletPreferences property. |
void |
setResourceBundle(ResourceBundleType value)
Sets the value of the resourceBundle property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<DescriptionType> description
protected PortletNameType portletName
protected List<DisplayNameType> displayName
protected String portletClass
protected List<InitParamType> initParam
protected ExpirationCacheType expirationCache
protected CacheScopeType cacheScope
protected List<SupportsType> supports
protected List<SupportedLocaleType> supportedLocale
protected ResourceBundleType resourceBundle
protected PortletInfoType portletInfo
protected PortletPreferencesType portletPreferences
protected List<SecurityRoleRefType> securityRoleRef
protected List<EventDefinitionReferenceType> supportedProcessingEvent
protected List<EventDefinitionReferenceType> supportedPublishingEvent
protected List<String> supportedPublicRenderParameter
protected List<ContainerRuntimeOptionType> containerRuntimeOption
protected String id
| Constructor Detail |
|---|
public PortletType()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app200.PortletType instance.
public PortletType(PortletType o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.portlet.app200.PortletType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public PortletNameType getPortletName()
PortletNameTypepublic void setPortletName(PortletNameType value)
value - allowed object is
PortletNameTypepublic List<DisplayNameType> getDisplayName()
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public String getPortletClass()
Stringpublic void setPortletClass(String value)
value - allowed object is
Stringpublic List<InitParamType> getInitParam()
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 initParam property.
For example, to add a new item, do as follows:
getInitParam().add(newItem);
Objects of the following type(s) are allowed in the list
InitParamType
public ExpirationCacheType getExpirationCache()
ExpirationCacheTypepublic void setExpirationCache(ExpirationCacheType value)
value - allowed object is
ExpirationCacheTypepublic CacheScopeType getCacheScope()
CacheScopeTypepublic void setCacheScope(CacheScopeType value)
value - allowed object is
CacheScopeTypepublic List<SupportsType> getSupports()
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 supports property.
For example, to add a new item, do as follows:
getSupports().add(newItem);
Objects of the following type(s) are allowed in the list
SupportsType
public List<SupportedLocaleType> getSupportedLocale()
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 supportedLocale property.
For example, to add a new item, do as follows:
getSupportedLocale().add(newItem);
Objects of the following type(s) are allowed in the list
SupportedLocaleType
public ResourceBundleType getResourceBundle()
ResourceBundleTypepublic void setResourceBundle(ResourceBundleType value)
value - allowed object is
ResourceBundleTypepublic PortletInfoType getPortletInfo()
PortletInfoTypepublic void setPortletInfo(PortletInfoType value)
value - allowed object is
PortletInfoTypepublic PortletPreferencesType getPortletPreferences()
PortletPreferencesTypepublic void setPortletPreferences(PortletPreferencesType value)
value - allowed object is
PortletPreferencesTypepublic List<SecurityRoleRefType> getSecurityRoleRef()
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 securityRoleRef property.
For example, to add a new item, do as follows:
getSecurityRoleRef().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRoleRefType
public List<EventDefinitionReferenceType> getSupportedProcessingEvent()
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 supportedProcessingEvent property.
For example, to add a new item, do as follows:
getSupportedProcessingEvent().add(newItem);
Objects of the following type(s) are allowed in the list
EventDefinitionReferenceType
public List<EventDefinitionReferenceType> getSupportedPublishingEvent()
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 supportedPublishingEvent property.
For example, to add a new item, do as follows:
getSupportedPublishingEvent().add(newItem);
Objects of the following type(s) are allowed in the list
EventDefinitionReferenceType
public List<String> getSupportedPublicRenderParameter()
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 supportedPublicRenderParameter property.
For example, to add a new item, do as follows:
getSupportedPublicRenderParameter().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<ContainerRuntimeOptionType> getContainerRuntimeOption()
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
public String getId()
Stringpublic void setId(String value)
value - allowed object is
String
protected static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyDisplayName(List<DisplayNameType> source,
List<DisplayNameType> target)
DisplayName.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyInitParam(List<InitParamType> source,
List<InitParamType> target)
InitParam.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copySupports(List<SupportsType> source,
List<SupportsType> target)
Supports.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copySupportedLocale(List<SupportedLocaleType> source,
List<SupportedLocaleType> target)
SupportedLocale.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copySecurityRoleRef(List<SecurityRoleRefType> source,
List<SecurityRoleRefType> target)
SecurityRoleRef.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copySupportedProcessingEvent(List<EventDefinitionReferenceType> source,
List<EventDefinitionReferenceType> target)
SupportedProcessingEvent.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copySupportedPublishingEvent(List<EventDefinitionReferenceType> source,
List<EventDefinitionReferenceType> target)
SupportedPublishingEvent.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copySupportedPublicRenderParameter(List<String> source,
List<String> target)
SupportedPublicRenderParameter.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyContainerRuntimeOption(List<ContainerRuntimeOptionType> source,
List<ContainerRuntimeOptionType> target)
ContainerRuntimeOption.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public PortletType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||