net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl
Class CiManagementImpl.NotifiersImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.CiManagementImpl.NotifiersImpl
All Implemented Interfaces:
Serializable, Cloneable, CiManagement.Notifiers
Enclosing class:
CiManagementImpl

public static class CiManagementImpl.NotifiersImpl
extends Object
implements Serializable, Cloneable, CiManagement.Notifiers

See Also:
Serialized Form

Field Summary
protected  Notifier[] notifier
           
 
Constructor Summary
CiManagementImpl.NotifiersImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.CiManagementImpl.NotifiersImpl instance.
CiManagementImpl.NotifiersImpl(CiManagementImpl.NotifiersImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.CiManagementImpl.NotifiersImpl instance by copying a given instance.
 
Method Summary
 CiManagementImpl.NotifiersImpl clone()
          Creates and returns a copy of this object.
protected  void copyNotifier(Notifier[] source)
          Copies all values of property Notifier.
 Notifier[] getNotifier()
           
 Notifier getNotifier(int idx)
           
 int getNotifierLength()
           
 Notifier setNotifier(int idx, Notifier value)
           
 void setNotifier(Notifier[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

notifier

protected Notifier[] notifier
Constructor Detail

CiManagementImpl.NotifiersImpl

public CiManagementImpl.NotifiersImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.CiManagementImpl.NotifiersImpl instance.


CiManagementImpl.NotifiersImpl

public CiManagementImpl.NotifiersImpl(CiManagementImpl.NotifiersImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.CiManagementImpl.NotifiersImpl instance by copying a given instance.

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

getNotifier

public Notifier[] getNotifier()
Specified by:
getNotifier in interface CiManagement.Notifiers
Returns:
array of Notifier

getNotifier

public Notifier getNotifier(int idx)
Specified by:
getNotifier in interface CiManagement.Notifiers
Returns:
one of Notifier

getNotifierLength

public int getNotifierLength()
Specified by:
getNotifierLength in interface CiManagement.Notifiers

setNotifier

public void setNotifier(Notifier[] values)
Specified by:
setNotifier in interface CiManagement.Notifiers
Parameters:
values - allowed objects are Notifier

setNotifier

public Notifier setNotifier(int idx,
                            Notifier value)
Specified by:
setNotifier in interface CiManagement.Notifiers
value - allowed object is Notifier

copyNotifier

protected void copyNotifier(Notifier[] source)
Copies all values of property Notifier.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public CiManagementImpl.NotifiersImpl 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.