|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.PortletTypeImpl
public class PortletTypeImpl
| Field Summary | |
|---|---|
protected CacheScopeTypeImpl |
cacheScope
|
protected List<ContainerRuntimeOptionType> |
containerRuntimeOption
|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected ExpirationCacheTypeImpl |
expirationCache
|
protected String |
id
|
protected List<InitParamType> |
initParam
|
protected String |
portletClass
|
protected PortletInfoTypeImpl |
portletInfo
|
protected PortletNameTypeImpl |
portletName
|
protected PortletPreferencesTypeImpl |
portletPreferences
|
protected ResourceBundleTypeImpl |
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 | |
|---|---|
PortletTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.PortletTypeImpl instance. |
|
PortletTypeImpl(PortletTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.PortletTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PortletTypeImpl |
clone()
Creates and returns a copy of this object. |
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 PortletNameTypeImpl portletName
protected List<DisplayNameType> displayName
protected String portletClass
protected List<InitParamType> initParam
protected ExpirationCacheTypeImpl expirationCache
protected CacheScopeTypeImpl cacheScope
protected List<SupportsType> supports
protected List<SupportedLocaleType> supportedLocale
protected ResourceBundleTypeImpl resourceBundle
protected PortletInfoTypeImpl portletInfo
protected PortletPreferencesTypeImpl 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 PortletTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.PortletTypeImpl instance.
public PortletTypeImpl(PortletTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app200.impl.PortletTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
PortletType
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
getDescription in interface PortletTypepublic PortletNameType getPortletName()
PortletType
getPortletName in interface PortletTypePortletNameTypepublic void setPortletName(PortletNameType value)
PortletType
setPortletName in interface PortletTypevalue - allowed object is
PortletNameTypepublic List<DisplayNameType> getDisplayName()
PortletType
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
getDisplayName in interface PortletTypepublic String getPortletClass()
PortletType
getPortletClass in interface PortletTypeStringpublic void setPortletClass(String value)
PortletType
setPortletClass in interface PortletTypevalue - allowed object is
Stringpublic List<InitParamType> getInitParam()
PortletType
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
getInitParam in interface PortletTypepublic ExpirationCacheType getExpirationCache()
PortletType
getExpirationCache in interface PortletTypeExpirationCacheTypepublic void setExpirationCache(ExpirationCacheType value)
PortletType
setExpirationCache in interface PortletTypevalue - allowed object is
ExpirationCacheTypepublic CacheScopeType getCacheScope()
PortletType
getCacheScope in interface PortletTypeCacheScopeTypepublic void setCacheScope(CacheScopeType value)
PortletType
setCacheScope in interface PortletTypevalue - allowed object is
CacheScopeTypepublic List<SupportsType> getSupports()
PortletType
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
getSupports in interface PortletTypepublic List<SupportedLocaleType> getSupportedLocale()
PortletType
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
getSupportedLocale in interface PortletTypepublic ResourceBundleType getResourceBundle()
PortletType
getResourceBundle in interface PortletTypeResourceBundleTypepublic void setResourceBundle(ResourceBundleType value)
PortletType
setResourceBundle in interface PortletTypevalue - allowed object is
ResourceBundleTypepublic PortletInfoType getPortletInfo()
PortletType
getPortletInfo in interface PortletTypePortletInfoTypepublic void setPortletInfo(PortletInfoType value)
PortletType
setPortletInfo in interface PortletTypevalue - allowed object is
PortletInfoTypepublic PortletPreferencesType getPortletPreferences()
PortletType
getPortletPreferences in interface PortletTypePortletPreferencesTypepublic void setPortletPreferences(PortletPreferencesType value)
PortletType
setPortletPreferences in interface PortletTypevalue - allowed object is
PortletPreferencesTypepublic List<SecurityRoleRefType> getSecurityRoleRef()
PortletType
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
getSecurityRoleRef in interface PortletTypepublic List<EventDefinitionReferenceType> getSupportedProcessingEvent()
PortletType
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
getSupportedProcessingEvent in interface PortletTypepublic List<EventDefinitionReferenceType> getSupportedPublishingEvent()
PortletType
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
getSupportedPublishingEvent in interface PortletTypepublic List<String> getSupportedPublicRenderParameter()
PortletType
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
getSupportedPublicRenderParameter in interface PortletTypepublic List<ContainerRuntimeOptionType> getContainerRuntimeOption()
PortletType
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
getContainerRuntimeOption in interface PortletTypepublic String getId()
PortletType
getId in interface PortletTypeStringpublic void setId(String value)
PortletType
setId in interface PortletTypevalue - allowed object is
Stringpublic PortletTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||