net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100.impl
Class SettingsImpl.ProxiesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100.impl.SettingsImpl.ProxiesImpl
All Implemented Interfaces:
Serializable, Cloneable, Settings.Proxies
Enclosing class:
SettingsImpl

public static class SettingsImpl.ProxiesImpl
extends Object
implements Serializable, Cloneable, Settings.Proxies

See Also:
Serialized Form

Field Summary
protected  List<Proxy> proxy
           
 
Constructor Summary
SettingsImpl.ProxiesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100.impl.SettingsImpl.ProxiesImpl instance.
SettingsImpl.ProxiesImpl(SettingsImpl.ProxiesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.maven.settings100.impl.SettingsImpl.ProxiesImpl instance by copying a given instance.
 
Method Summary
 SettingsImpl.ProxiesImpl clone()
          Creates and returns a copy of this object.
 List<Proxy> getProxy()
          Gets the value of the proxy property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxy

protected List<Proxy> proxy
Constructor Detail

SettingsImpl.ProxiesImpl

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


SettingsImpl.ProxiesImpl

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

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

getProxy

public List<Proxy> getProxy()
Description copied from interface: Settings.Proxies
Gets the value of the proxy 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 proxy property.

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

    getProxy().add(newItem);
 

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

Specified by:
getProxy in interface Settings.Proxies

clone

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