|
||||||||||
| 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.novalueclass.portlet.app200.impl.PortletAppTypeImpl
public class PortletAppTypeImpl
| 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 ResourceBundleTypeImpl |
resourceBundle
|
protected List<SecurityConstraintType> |
securityConstraint
|
protected List<UserAttributeType> |
userAttribute
|
protected String |
version
|
| Constructor Summary | |
|---|---|
PortletAppTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance. |
|
PortletAppTypeImpl(PortletAppTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PortletAppTypeImpl |
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 |
|---|
protected List<PortletType> portlet
protected List<CustomPortletModeType> customPortletMode
protected List<CustomWindowStateType> customWindowState
protected List<UserAttributeType> userAttribute
protected List<SecurityConstraintType> securityConstraint
protected ResourceBundleTypeImpl resourceBundle
protected List<FilterType> filter
protected List<FilterMappingType> filterMapping
protected String defaultNamespace
protected List<EventDefinitionType> eventDefinition
protected List<PublicRenderParameterType> publicRenderParameter
protected List<ListenerType> listener
protected List<ContainerRuntimeOptionType> containerRuntimeOption
protected String version
protected String id
| Constructor Detail |
|---|
public PortletAppTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance.
public PortletAppTypeImpl(PortletAppTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.PortletAppTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<PortletType> getPortlet()
PortletAppType
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
getPortlet in interface PortletAppTypepublic List<CustomPortletModeType> getCustomPortletMode()
PortletAppType
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
getCustomPortletMode in interface PortletAppTypepublic List<CustomWindowStateType> getCustomWindowState()
PortletAppType
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
getCustomWindowState in interface PortletAppTypepublic List<UserAttributeType> getUserAttribute()
PortletAppType
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
getUserAttribute in interface PortletAppTypepublic List<SecurityConstraintType> getSecurityConstraint()
PortletAppType
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
getSecurityConstraint in interface PortletAppTypepublic ResourceBundleType getResourceBundle()
PortletAppType
getResourceBundle in interface PortletAppTypeResourceBundleTypepublic void setResourceBundle(ResourceBundleType value)
PortletAppType
setResourceBundle in interface PortletAppTypevalue - allowed object is
ResourceBundleTypepublic List<FilterType> getFilter()
PortletAppType
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
getFilter in interface PortletAppTypepublic List<FilterMappingType> getFilterMapping()
PortletAppType
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
getFilterMapping in interface PortletAppTypepublic String getDefaultNamespace()
PortletAppType
getDefaultNamespace in interface PortletAppTypeStringpublic void setDefaultNamespace(String value)
PortletAppType
setDefaultNamespace in interface PortletAppTypevalue - allowed object is
Stringpublic List<EventDefinitionType> getEventDefinition()
PortletAppType
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
getEventDefinition in interface PortletAppTypepublic List<PublicRenderParameterType> getPublicRenderParameter()
PortletAppType
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
getPublicRenderParameter in interface PortletAppTypepublic List<ListenerType> getListener()
PortletAppType
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
getListener in interface PortletAppTypepublic List<ContainerRuntimeOptionType> getContainerRuntimeOption()
PortletAppType
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 PortletAppTypepublic String getVersion()
PortletAppType
getVersion in interface PortletAppTypeStringpublic void setVersion(String value)
PortletAppType
setVersion in interface PortletAppTypevalue - allowed object is
Stringpublic String getId()
PortletAppType
getId in interface PortletAppTypeStringpublic void setId(String value)
PortletAppType
setId in interface PortletAppTypevalue - allowed object is
String
protected static void copyPortlet(List<PortletType> source,
List<PortletType> target)
Portlet.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyCustomPortletMode(List<CustomPortletModeType> source,
List<CustomPortletModeType> target)
CustomPortletMode.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyCustomWindowState(List<CustomWindowStateType> source,
List<CustomWindowStateType> target)
CustomWindowState.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyUserAttribute(List<UserAttributeType> source,
List<UserAttributeType> target)
UserAttribute.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copySecurityConstraint(List<SecurityConstraintType> source,
List<SecurityConstraintType> target)
SecurityConstraint.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyFilter(List<FilterType> source,
List<FilterType> target)
Filter.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyFilterMapping(List<FilterMappingType> source,
List<FilterMappingType> target)
FilterMapping.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyEventDefinition(List<EventDefinitionType> source,
List<EventDefinitionType> target)
EventDefinition.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyPublicRenderParameter(List<PublicRenderParameterType> source,
List<PublicRenderParameterType> target)
PublicRenderParameter.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyListener(List<ListenerType> source,
List<ListenerType> target)
Listener.
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 PortletAppTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||