net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl
Class SettingsImpl.MirrorsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl.SettingsImpl.MirrorsImpl
All Implemented Interfaces:
Serializable, Cloneable, Settings.Mirrors
Enclosing class:
SettingsImpl

public static class SettingsImpl.MirrorsImpl
extends Object
implements Serializable, Cloneable, Settings.Mirrors

See Also:
Serialized Form

Field Summary
protected  Mirror[] mirror
           
 
Constructor Summary
SettingsImpl.MirrorsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl.SettingsImpl.MirrorsImpl instance.
SettingsImpl.MirrorsImpl(SettingsImpl.MirrorsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl.SettingsImpl.MirrorsImpl instance by copying a given instance.
 
Method Summary
 SettingsImpl.MirrorsImpl clone()
          Creates and returns a copy of this object.
protected  void copyMirror(Mirror[] source)
          Copies all values of property Mirror.
 Mirror[] getMirror()
           
 Mirror getMirror(int idx)
           
 int getMirrorLength()
           
 Mirror setMirror(int idx, Mirror value)
           
 void setMirror(Mirror[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mirror

protected Mirror[] mirror
Constructor Detail

SettingsImpl.MirrorsImpl

public SettingsImpl.MirrorsImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl.SettingsImpl.MirrorsImpl instance.


SettingsImpl.MirrorsImpl

public SettingsImpl.MirrorsImpl(SettingsImpl.MirrorsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl.SettingsImpl.MirrorsImpl instance by copying a given instance.

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

getMirror

public Mirror[] getMirror()
Specified by:
getMirror in interface Settings.Mirrors
Returns:
array of Mirror

getMirror

public Mirror getMirror(int idx)
Specified by:
getMirror in interface Settings.Mirrors
Returns:
one of Mirror

getMirrorLength

public int getMirrorLength()
Specified by:
getMirrorLength in interface Settings.Mirrors

setMirror

public void setMirror(Mirror[] values)
Specified by:
setMirror in interface Settings.Mirrors
Parameters:
values - allowed objects are Mirror

setMirror

public Mirror setMirror(int idx,
                        Mirror value)
Specified by:
setMirror in interface Settings.Mirrors
value - allowed object is Mirror

copyMirror

protected void copyMirror(Mirror[] source)
Copies all values of property Mirror.

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

clone

public SettingsImpl.MirrorsImpl 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.