net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.settings100.impl
Class SettingsImpl.MirrorsImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.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  List<Mirror> mirror
           
 
Constructor Summary
SettingsImpl.MirrorsImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.settings100.impl.SettingsImpl.MirrorsImpl instance.
SettingsImpl.MirrorsImpl(SettingsImpl.MirrorsImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.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.
static void copyMirror(List<Mirror> source, List<Mirror> target)
          Copies all values of property Mirror.
 List<Mirror> getMirror()
          Gets the value of the mirror property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mirror

protected List<Mirror> mirror
Constructor Detail

SettingsImpl.MirrorsImpl

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


SettingsImpl.MirrorsImpl

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

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

getMirror

public List<Mirror> getMirror()
Description copied from interface: Settings.Mirrors
Gets the value of the mirror property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mirror property.

For example, to add a new item, do as follows:

    getMirror().add(newItem);
 

Objects of the following type(s) are allowed in the list Mirror

Specified by:
getMirror in interface Settings.Mirrors

copyMirror

public static void copyMirror(List<Mirror> source,
                              List<Mirror> target)
Copies all values of property Mirror.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target 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.