net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl
Class PortletCollectionTypeImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletCollectionTypeImpl
- All Implemented Interfaces:
- Serializable, Cloneable, PortletCollectionType
public class PortletCollectionTypeImpl
- extends Object
- implements Serializable, Cloneable, PortletCollectionType
- See Also:
- Serialized Form
|
Constructor Summary |
PortletCollectionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletCollectionTypeImpl instance. |
PortletCollectionTypeImpl(PortletCollectionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletCollectionTypeImpl instance by copying a given instance. |
portletName
protected PortletNameType[] portletName
PortletCollectionTypeImpl
public PortletCollectionTypeImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletCollectionTypeImpl instance.
PortletCollectionTypeImpl
public PortletCollectionTypeImpl(PortletCollectionTypeImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app100.impl.PortletCollectionTypeImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getPortletName
public PortletNameType[] getPortletName()
- Specified by:
getPortletName in interface PortletCollectionType
- Returns:
- array of
PortletNameType
getPortletName
public PortletNameType getPortletName(int idx)
- Specified by:
getPortletName in interface PortletCollectionType
- Returns:
- one of
PortletNameType
getPortletNameLength
public int getPortletNameLength()
- Specified by:
getPortletNameLength in interface PortletCollectionType
setPortletName
public void setPortletName(PortletNameType[] values)
- Specified by:
setPortletName in interface PortletCollectionType
- Parameters:
values - allowed objects are
PortletNameType
setPortletName
public PortletNameType setPortletName(int idx,
PortletNameType value)
- Specified by:
setPortletName in interface PortletCollectionType
value - allowed object is
PortletNameType
copyPortletName
public void copyPortletName(PortletNameType[] source)
- Copies all values of property
PortletName.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
clone
public PortletCollectionTypeImpl 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.