net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl
Class PortletTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.PortletTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PortletType

public class PortletTypeImpl
extends Object
implements Serializable, Cloneable, PortletType

See Also:
Serialized Form

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.pub.collections.novalueclass.portlet.app200.impl.PortletTypeImpl instance.
PortletTypeImpl(PortletTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.PortletTypeImpl instance by copying a given instance.
 
Method Summary
 PortletTypeImpl clone()
          Creates and returns a copy of this object.
static void copyContainerRuntimeOption(List<ContainerRuntimeOptionType> source, List<ContainerRuntimeOptionType> target)
          Copies all values of property ContainerRuntimeOption.
static void copyDescription(List<DescriptionType> source, List<DescriptionType> target)
          Copies all values of property Description.
static void copyDisplayName(List<DisplayNameType> source, List<DisplayNameType> target)
          Copies all values of property DisplayName.
static void copyInitParam(List<InitParamType> source, List<InitParamType> target)
          Copies all values of property InitParam.
static void copySecurityRoleRef(List<SecurityRoleRefType> source, List<SecurityRoleRefType> target)
          Copies all values of property SecurityRoleRef.
static void copySupportedLocale(List<SupportedLocaleType> source, List<SupportedLocaleType> target)
          Copies all values of property SupportedLocale.
static void copySupportedProcessingEvent(List<EventDefinitionReferenceType> source, List<EventDefinitionReferenceType> target)
          Copies all values of property SupportedProcessingEvent.
static void copySupportedPublicRenderParameter(List<String> source, List<String> target)
          Copies all values of property SupportedPublicRenderParameter.
static void copySupportedPublishingEvent(List<EventDefinitionReferenceType> source, List<EventDefinitionReferenceType> target)
          Copies all values of property SupportedPublishingEvent.
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

description

protected List<DescriptionType> description

portletName

protected PortletNameTypeImpl portletName

displayName

protected List<DisplayNameType> displayName

portletClass

protected String portletClass

initParam

protected List<InitParamType> initParam

expirationCache

protected ExpirationCacheTypeImpl expirationCache

cacheScope

protected CacheScopeTypeImpl cacheScope

supports

protected List<SupportsType> supports

supportedLocale

protected List<SupportedLocaleType> supportedLocale

resourceBundle

protected ResourceBundleTypeImpl resourceBundle

portletInfo

protected PortletInfoTypeImpl portletInfo

portletPreferences

protected PortletPreferencesTypeImpl portletPreferences

securityRoleRef

protected List<SecurityRoleRefType> securityRoleRef

supportedProcessingEvent

protected List<EventDefinitionReferenceType> supportedProcessingEvent

supportedPublishingEvent

protected List<EventDefinitionReferenceType> supportedPublishingEvent

supportedPublicRenderParameter

protected List<String> supportedPublicRenderParameter

containerRuntimeOption

protected List<ContainerRuntimeOptionType> containerRuntimeOption

id

protected String id
Constructor Detail

PortletTypeImpl

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


PortletTypeImpl

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

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: PortletType
Gets the value of the description 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 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

Specified by:
getDescription in interface PortletType

getPortletName

public PortletNameType getPortletName()
Description copied from interface: PortletType
Gets the value of the portletName property.

Specified by:
getPortletName in interface PortletType
Returns:
possible object is PortletNameType

setPortletName

public void setPortletName(PortletNameType value)
Description copied from interface: PortletType
Sets the value of the portletName property.

Specified by:
setPortletName in interface PortletType
Parameters:
value - allowed object is PortletNameType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: PortletType
Gets the value of the displayName 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 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

Specified by:
getDisplayName in interface PortletType

getPortletClass

public String getPortletClass()
Description copied from interface: PortletType
Gets the value of the portletClass property.

Specified by:
getPortletClass in interface PortletType
Returns:
possible object is String

setPortletClass

public void setPortletClass(String value)
Description copied from interface: PortletType
Sets the value of the portletClass property.

Specified by:
setPortletClass in interface PortletType
Parameters:
value - allowed object is String

getInitParam

public List<InitParamType> getInitParam()
Description copied from interface: PortletType
Gets the value of the initParam 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 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

Specified by:
getInitParam in interface PortletType

getExpirationCache

public ExpirationCacheType getExpirationCache()
Description copied from interface: PortletType
Gets the value of the expirationCache property.

Specified by:
getExpirationCache in interface PortletType
Returns:
possible object is ExpirationCacheType

setExpirationCache

public void setExpirationCache(ExpirationCacheType value)
Description copied from interface: PortletType
Sets the value of the expirationCache property.

Specified by:
setExpirationCache in interface PortletType
Parameters:
value - allowed object is ExpirationCacheType

getCacheScope

public CacheScopeType getCacheScope()
Description copied from interface: PortletType
Gets the value of the cacheScope property.

Specified by:
getCacheScope in interface PortletType
Returns:
possible object is CacheScopeType

setCacheScope

public void setCacheScope(CacheScopeType value)
Description copied from interface: PortletType
Sets the value of the cacheScope property.

Specified by:
setCacheScope in interface PortletType
Parameters:
value - allowed object is CacheScopeType

getSupports

public List<SupportsType> getSupports()
Description copied from interface: PortletType
Gets the value of the supports 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 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

Specified by:
getSupports in interface PortletType

getSupportedLocale

public List<SupportedLocaleType> getSupportedLocale()
Description copied from interface: PortletType
Gets the value of the supportedLocale 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 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

Specified by:
getSupportedLocale in interface PortletType

getResourceBundle

public ResourceBundleType getResourceBundle()
Description copied from interface: PortletType
Gets the value of the resourceBundle property.

Specified by:
getResourceBundle in interface PortletType
Returns:
possible object is ResourceBundleType

setResourceBundle

public void setResourceBundle(ResourceBundleType value)
Description copied from interface: PortletType
Sets the value of the resourceBundle property.

Specified by:
setResourceBundle in interface PortletType
Parameters:
value - allowed object is ResourceBundleType

getPortletInfo

public PortletInfoType getPortletInfo()
Description copied from interface: PortletType
Gets the value of the portletInfo property.

Specified by:
getPortletInfo in interface PortletType
Returns:
possible object is PortletInfoType

setPortletInfo

public void setPortletInfo(PortletInfoType value)
Description copied from interface: PortletType
Sets the value of the portletInfo property.

Specified by:
setPortletInfo in interface PortletType
Parameters:
value - allowed object is PortletInfoType

getPortletPreferences

public PortletPreferencesType getPortletPreferences()
Description copied from interface: PortletType
Gets the value of the portletPreferences property.

Specified by:
getPortletPreferences in interface PortletType
Returns:
possible object is PortletPreferencesType

setPortletPreferences

public void setPortletPreferences(PortletPreferencesType value)
Description copied from interface: PortletType
Sets the value of the portletPreferences property.

Specified by:
setPortletPreferences in interface PortletType
Parameters:
value - allowed object is PortletPreferencesType

getSecurityRoleRef

public List<SecurityRoleRefType> getSecurityRoleRef()
Description copied from interface: PortletType
Gets the value of the securityRoleRef 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 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

Specified by:
getSecurityRoleRef in interface PortletType

getSupportedProcessingEvent

public List<EventDefinitionReferenceType> getSupportedProcessingEvent()
Description copied from interface: PortletType
Gets the value of the supportedProcessingEvent 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 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

Specified by:
getSupportedProcessingEvent in interface PortletType

getSupportedPublishingEvent

public List<EventDefinitionReferenceType> getSupportedPublishingEvent()
Description copied from interface: PortletType
Gets the value of the supportedPublishingEvent 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 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

Specified by:
getSupportedPublishingEvent in interface PortletType

getSupportedPublicRenderParameter

public List<String> getSupportedPublicRenderParameter()
Description copied from interface: PortletType
Gets the value of the supportedPublicRenderParameter 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 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

Specified by:
getSupportedPublicRenderParameter in interface PortletType

getContainerRuntimeOption

public List<ContainerRuntimeOptionType> getContainerRuntimeOption()
Description copied from interface: PortletType
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 PortletType

getId

public String getId()
Description copied from interface: PortletType
Gets the value of the id property.

Specified by:
getId in interface PortletType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: PortletType
Sets the value of the id property.

Specified by:
setId in interface PortletType
Parameters:
value - allowed object is String

copyDescription

public static void copyDescription(List<DescriptionType> source,
                                   List<DescriptionType> target)
Copies all values of property Description.

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

copyDisplayName

public static void copyDisplayName(List<DisplayNameType> source,
                                   List<DisplayNameType> target)
Copies all values of property DisplayName.

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

copyInitParam

public static void copyInitParam(List<InitParamType> source,
                                 List<InitParamType> target)
Copies all values of property InitParam.

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

copySupports

public static void copySupports(List<SupportsType> source,
                                List<SupportsType> target)
Copies all values of property Supports.

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

copySupportedLocale

public static void copySupportedLocale(List<SupportedLocaleType> source,
                                       List<SupportedLocaleType> target)
Copies all values of property SupportedLocale.

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

copySecurityRoleRef

public static void copySecurityRoleRef(List<SecurityRoleRefType> source,
                                       List<SecurityRoleRefType> target)
Copies all values of property SecurityRoleRef.

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

copySupportedProcessingEvent

public static void copySupportedProcessingEvent(List<EventDefinitionReferenceType> source,
                                                List<EventDefinitionReferenceType> target)
Copies all values of property SupportedProcessingEvent.

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

copySupportedPublishingEvent

public static void copySupportedPublishingEvent(List<EventDefinitionReferenceType> source,
                                                List<EventDefinitionReferenceType> target)
Copies all values of property SupportedPublishingEvent.

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

copySupportedPublicRenderParameter

public static void copySupportedPublicRenderParameter(List<String> source,
                                                      List<String> target)
Copies all values of property SupportedPublicRenderParameter.

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

copyContainerRuntimeOption

public 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 PortletTypeImpl 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.