net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app100.impl
Class PortletCollectionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.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

Field Summary
protected  PortletNameType[] portletName
           
 
Constructor Summary
PortletCollectionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app100.impl.PortletCollectionTypeImpl instance.
PortletCollectionTypeImpl(PortletCollectionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.portlet.app100.impl.PortletCollectionTypeImpl instance by copying a given instance.
 
Method Summary
 PortletCollectionTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyPortletName(PortletNameType[] source)
          Copies all values of property PortletName.
 PortletNameType[] getPortletName()
           
 PortletNameType getPortletName(int idx)
           
 int getPortletNameLength()
           
 PortletNameType setPortletName(int idx, PortletNameType value)
           
 void setPortletName(PortletNameType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portletName

protected PortletNameType[] portletName
Constructor Detail

PortletCollectionTypeImpl

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


PortletCollectionTypeImpl

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

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

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

protected 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.