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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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  CustomPortletModeType[] customPortletMode
           
protected  CustomWindowStateType[] customWindowState
           
protected  String id
           
protected  PortletType[] portlet
           
protected  SecurityConstraintType[] securityConstraint
           
protected  UserAttributeType[] userAttribute
           
protected  String version
           
 
Constructor Summary
PortletAppTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.impl.PortletAppTypeImpl instance.
PortletAppTypeImpl(PortletAppTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app100.impl.PortletAppTypeImpl instance by copying a given instance.
 
Method Summary
 PortletAppTypeImpl clone()
          Creates and returns a copy of this object.
 CustomPortletModeType[] getCustomPortletMode()
           
 CustomPortletModeType getCustomPortletMode(int idx)
           
 int getCustomPortletModeLength()
           
 CustomWindowStateType[] getCustomWindowState()
           
 CustomWindowStateType getCustomWindowState(int idx)
           
 int getCustomWindowStateLength()
           
 String getId()
          Gets the value of the id property.
 PortletType[] getPortlet()
           
 PortletType getPortlet(int idx)
           
 int getPortletLength()
           
 SecurityConstraintType[] getSecurityConstraint()
           
 SecurityConstraintType getSecurityConstraint(int idx)
           
 int getSecurityConstraintLength()
           
 UserAttributeType[] getUserAttribute()
           
 UserAttributeType getUserAttribute(int idx)
           
 int getUserAttributeLength()
           
 String getVersion()
          Gets the value of the version property.
 void setCustomPortletMode(CustomPortletModeType[] values)
           
 CustomPortletModeType setCustomPortletMode(int idx, CustomPortletModeType value)
           
 void setCustomWindowState(CustomWindowStateType[] values)
           
 CustomWindowStateType setCustomWindowState(int idx, CustomWindowStateType value)
           
 void setId(String value)
          Sets the value of the id property.
 PortletType setPortlet(int idx, PortletType value)
           
 void setPortlet(PortletType[] values)
           
 SecurityConstraintType setSecurityConstraint(int idx, SecurityConstraintType value)
           
 void setSecurityConstraint(SecurityConstraintType[] values)
           
 UserAttributeType setUserAttribute(int idx, UserAttributeType value)
           
 void setUserAttribute(UserAttributeType[] values)
           
 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 PortletType[] portlet

customPortletMode

protected CustomPortletModeType[] customPortletMode

customWindowState

protected CustomWindowStateType[] customWindowState

userAttribute

protected UserAttributeType[] userAttribute

securityConstraint

protected SecurityConstraintType[] securityConstraint

version

protected String version

id

protected String id
Constructor Detail

PortletAppTypeImpl

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


PortletAppTypeImpl

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

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

getPortlet

public PortletType[] getPortlet()
Specified by:
getPortlet in interface PortletAppType
Returns:
array of PortletType

getPortlet

public PortletType getPortlet(int idx)
Specified by:
getPortlet in interface PortletAppType
Returns:
one of PortletType

getPortletLength

public int getPortletLength()
Specified by:
getPortletLength in interface PortletAppType

setPortlet

public void setPortlet(PortletType[] values)
Specified by:
setPortlet in interface PortletAppType
Parameters:
values - allowed objects are PortletType

setPortlet

public PortletType setPortlet(int idx,
                              PortletType value)
Specified by:
setPortlet in interface PortletAppType
value - allowed object is PortletType

getCustomPortletMode

public CustomPortletModeType[] getCustomPortletMode()
Specified by:
getCustomPortletMode in interface PortletAppType
Returns:
array of CustomPortletModeType

getCustomPortletMode

public CustomPortletModeType getCustomPortletMode(int idx)
Specified by:
getCustomPortletMode in interface PortletAppType
Returns:
one of CustomPortletModeType

getCustomPortletModeLength

public int getCustomPortletModeLength()
Specified by:
getCustomPortletModeLength in interface PortletAppType

setCustomPortletMode

public void setCustomPortletMode(CustomPortletModeType[] values)
Specified by:
setCustomPortletMode in interface PortletAppType
Parameters:
values - allowed objects are CustomPortletModeType

setCustomPortletMode

public CustomPortletModeType setCustomPortletMode(int idx,
                                                  CustomPortletModeType value)
Specified by:
setCustomPortletMode in interface PortletAppType
value - allowed object is CustomPortletModeType

getCustomWindowState

public CustomWindowStateType[] getCustomWindowState()
Specified by:
getCustomWindowState in interface PortletAppType
Returns:
array of CustomWindowStateType

getCustomWindowState

public CustomWindowStateType getCustomWindowState(int idx)
Specified by:
getCustomWindowState in interface PortletAppType
Returns:
one of CustomWindowStateType

getCustomWindowStateLength

public int getCustomWindowStateLength()
Specified by:
getCustomWindowStateLength in interface PortletAppType

setCustomWindowState

public void setCustomWindowState(CustomWindowStateType[] values)
Specified by:
setCustomWindowState in interface PortletAppType
Parameters:
values - allowed objects are CustomWindowStateType

setCustomWindowState

public CustomWindowStateType setCustomWindowState(int idx,
                                                  CustomWindowStateType value)
Specified by:
setCustomWindowState in interface PortletAppType
value - allowed object is CustomWindowStateType

getUserAttribute

public UserAttributeType[] getUserAttribute()
Specified by:
getUserAttribute in interface PortletAppType
Returns:
array of UserAttributeType

getUserAttribute

public UserAttributeType getUserAttribute(int idx)
Specified by:
getUserAttribute in interface PortletAppType
Returns:
one of UserAttributeType

getUserAttributeLength

public int getUserAttributeLength()
Specified by:
getUserAttributeLength in interface PortletAppType

setUserAttribute

public void setUserAttribute(UserAttributeType[] values)
Specified by:
setUserAttribute in interface PortletAppType
Parameters:
values - allowed objects are UserAttributeType

setUserAttribute

public UserAttributeType setUserAttribute(int idx,
                                          UserAttributeType value)
Specified by:
setUserAttribute in interface PortletAppType
value - allowed object is UserAttributeType

getSecurityConstraint

public SecurityConstraintType[] getSecurityConstraint()
Specified by:
getSecurityConstraint in interface PortletAppType
Returns:
array of SecurityConstraintType

getSecurityConstraint

public SecurityConstraintType getSecurityConstraint(int idx)
Specified by:
getSecurityConstraint in interface PortletAppType
Returns:
one of SecurityConstraintType

getSecurityConstraintLength

public int getSecurityConstraintLength()
Specified by:
getSecurityConstraintLength in interface PortletAppType

setSecurityConstraint

public void setSecurityConstraint(SecurityConstraintType[] values)
Specified by:
setSecurityConstraint in interface PortletAppType
Parameters:
values - allowed objects are SecurityConstraintType

setSecurityConstraint

public SecurityConstraintType setSecurityConstraint(int idx,
                                                    SecurityConstraintType value)
Specified by:
setSecurityConstraint in interface PortletAppType
value - allowed object is SecurityConstraintType

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.