net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app100.impl
Class PortletAppTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app100.impl.PortletAppTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, PortletAppType

public class PortletAppTypeImpl
extends Object
implements Serializable, Cloneable, PortletAppType

See Also:
Serialized Form

Field Summary
protected  List<CustomPortletModeType> customPortletMode
           
protected  List<CustomWindowStateType> customWindowState
           
protected  String id
           
protected  List<PortletType> portlet
           
protected  List<SecurityConstraintType> securityConstraint
           
protected  List<UserAttributeType> userAttribute
           
protected  String version
           
 
Constructor Summary
PortletAppTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app100.impl.PortletAppTypeImpl instance.
PortletAppTypeImpl(PortletAppTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app100.impl.PortletAppTypeImpl instance by copying a given instance.
 
Method Summary
 PortletAppTypeImpl clone()
          Creates and returns a copy of this object.
 List<CustomPortletModeType> getCustomPortletMode()
          Gets the value of the customPortletMode property.
 List<CustomWindowStateType> getCustomWindowState()
          Gets the value of the customWindowState property.
 String getId()
          Gets the value of the id property.
 List<PortletType> getPortlet()
          Gets the value of the portlet 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 setId(String value)
          Sets the value of the id 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

portlet

protected List<PortletType> portlet

customPortletMode

protected List<CustomPortletModeType> customPortletMode

customWindowState

protected List<CustomWindowStateType> customWindowState

userAttribute

protected List<UserAttributeType> userAttribute

securityConstraint

protected List<SecurityConstraintType> securityConstraint

version

protected String version

id

protected String id
Constructor Detail

PortletAppTypeImpl

public PortletAppTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app100.impl.PortletAppTypeImpl instance.


PortletAppTypeImpl

public PortletAppTypeImpl(PortletAppTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.portlet.app100.impl.PortletAppTypeImpl instance by copying a given instance.

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

getPortlet

public List<PortletType> getPortlet()
Description copied from interface: PortletAppType
Gets the value of the portlet 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 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

Specified by:
getPortlet in interface PortletAppType

getCustomPortletMode

public List<CustomPortletModeType> getCustomPortletMode()
Description copied from interface: PortletAppType
Gets the value of the customPortletMode 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 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

Specified by:
getCustomPortletMode in interface PortletAppType

getCustomWindowState

public List<CustomWindowStateType> getCustomWindowState()
Description copied from interface: PortletAppType
Gets the value of the customWindowState 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 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

Specified by:
getCustomWindowState in interface PortletAppType

getUserAttribute

public List<UserAttributeType> getUserAttribute()
Description copied from interface: PortletAppType
Gets the value of the userAttribute 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 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

Specified by:
getUserAttribute in interface PortletAppType

getSecurityConstraint

public List<SecurityConstraintType> getSecurityConstraint()
Description copied from interface: PortletAppType
Gets the value of the securityConstraint 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 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

Specified by:
getSecurityConstraint in interface PortletAppType

getVersion

public String getVersion()
Description copied from interface: PortletAppType
Gets the value of the version property.

Specified by:
getVersion in interface PortletAppType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: PortletAppType
Sets the value of the version property.

Specified by:
setVersion in interface PortletAppType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

clone

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