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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.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  Proxy[] proxy
           
 
Constructor Summary
SettingsImpl.ProxiesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl.SettingsImpl.ProxiesImpl instance.
SettingsImpl.ProxiesImpl(SettingsImpl.ProxiesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.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.
protected  void copyProxy(Proxy[] source)
          Copies all values of property Proxy.
 Proxy[] getProxy()
           
 Proxy getProxy(int idx)
           
 int getProxyLength()
           
 Proxy setProxy(int idx, Proxy value)
           
 void setProxy(Proxy[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxy

protected Proxy[] proxy
Constructor Detail

SettingsImpl.ProxiesImpl

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


SettingsImpl.ProxiesImpl

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

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

getProxy

public Proxy[] getProxy()
Specified by:
getProxy in interface Settings.Proxies
Returns:
array of Proxy

getProxy

public Proxy getProxy(int idx)
Specified by:
getProxy in interface Settings.Proxies
Returns:
one of Proxy

getProxyLength

public int getProxyLength()
Specified by:
getProxyLength in interface Settings.Proxies

setProxy

public void setProxy(Proxy[] values)
Specified by:
setProxy in interface Settings.Proxies
Parameters:
values - allowed objects are Proxy

setProxy

public Proxy setProxy(int idx,
                      Proxy value)
Specified by:
setProxy in interface Settings.Proxies
value - allowed object is Proxy

copyProxy

protected void copyProxy(Proxy[] source)
Copies all values of property Proxy.

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

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.