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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl.ProxyImpl
All Implemented Interfaces:
Serializable, Cloneable, Proxy

public class ProxyImpl
extends Object
implements Serializable, Cloneable, Proxy

See Also:
Serialized Form

Field Summary
protected  Boolean active
           
protected  String host
           
protected  String id
           
protected  String nonProxyHosts
           
protected  String password
           
protected  Integer port
           
protected  String protocol
           
protected  String username
           
 
Constructor Summary
ProxyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl.ProxyImpl instance.
ProxyImpl(ProxyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.settings100.impl.ProxyImpl instance by copying a given instance.
 
Method Summary
 ProxyImpl clone()
          Creates and returns a copy of this object.
 String getHost()
          Gets the value of the host property.
 String getId()
          Gets the value of the id property.
 String getNonProxyHosts()
          Gets the value of the nonProxyHosts property.
 String getPassword()
          Gets the value of the password property.
 Integer getPort()
          Gets the value of the port property.
 String getProtocol()
          Gets the value of the protocol property.
 String getUsername()
          Gets the value of the username property.
 Boolean isActive()
          Gets the value of the active property.
 void setActive(Boolean value)
          Sets the value of the active property.
 void setHost(String value)
          Sets the value of the host property.
 void setId(String value)
          Sets the value of the id property.
 void setNonProxyHosts(String value)
          Sets the value of the nonProxyHosts property.
 void setPassword(String value)
          Sets the value of the password property.
 void setPort(Integer value)
          Sets the value of the port property.
 void setProtocol(String value)
          Sets the value of the protocol property.
 void setUsername(String value)
          Sets the value of the username property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

active

protected Boolean active

protocol

protected String protocol

username

protected String username

password

protected String password

port

protected Integer port

host

protected String host

nonProxyHosts

protected String nonProxyHosts

id

protected String id
Constructor Detail

ProxyImpl

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


ProxyImpl

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

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

isActive

public Boolean isActive()
Description copied from interface: Proxy
Gets the value of the active property.

Specified by:
isActive in interface Proxy
Returns:
possible object is Boolean

setActive

public void setActive(Boolean value)
Description copied from interface: Proxy
Sets the value of the active property.

Specified by:
setActive in interface Proxy
Parameters:
value - allowed object is Boolean

getProtocol

public String getProtocol()
Description copied from interface: Proxy
Gets the value of the protocol property.

Specified by:
getProtocol in interface Proxy
Returns:
possible object is String

setProtocol

public void setProtocol(String value)
Description copied from interface: Proxy
Sets the value of the protocol property.

Specified by:
setProtocol in interface Proxy
Parameters:
value - allowed object is String

getUsername

public String getUsername()
Description copied from interface: Proxy
Gets the value of the username property.

Specified by:
getUsername in interface Proxy
Returns:
possible object is String

setUsername

public void setUsername(String value)
Description copied from interface: Proxy
Sets the value of the username property.

Specified by:
setUsername in interface Proxy
Parameters:
value - allowed object is String

getPassword

public String getPassword()
Description copied from interface: Proxy
Gets the value of the password property.

Specified by:
getPassword in interface Proxy
Returns:
possible object is String

setPassword

public void setPassword(String value)
Description copied from interface: Proxy
Sets the value of the password property.

Specified by:
setPassword in interface Proxy
Parameters:
value - allowed object is String

getPort

public Integer getPort()
Description copied from interface: Proxy
Gets the value of the port property.

Specified by:
getPort in interface Proxy
Returns:
possible object is Integer

setPort

public void setPort(Integer value)
Description copied from interface: Proxy
Sets the value of the port property.

Specified by:
setPort in interface Proxy
Parameters:
value - allowed object is Integer

getHost

public String getHost()
Description copied from interface: Proxy
Gets the value of the host property.

Specified by:
getHost in interface Proxy
Returns:
possible object is String

setHost

public void setHost(String value)
Description copied from interface: Proxy
Sets the value of the host property.

Specified by:
setHost in interface Proxy
Parameters:
value - allowed object is String

getNonProxyHosts

public String getNonProxyHosts()
Description copied from interface: Proxy
Gets the value of the nonProxyHosts property.

Specified by:
getNonProxyHosts in interface Proxy
Returns:
possible object is String

setNonProxyHosts

public void setNonProxyHosts(String value)
Description copied from interface: Proxy
Sets the value of the nonProxyHosts property.

Specified by:
setNonProxyHosts in interface Proxy
Parameters:
value - allowed object is String

getId

public String getId()
Description copied from interface: Proxy
Gets the value of the id property.

Specified by:
getId in interface Proxy
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: Proxy
Sets the value of the id property.

Specified by:
setId in interface Proxy
Parameters:
value - allowed object is String

clone

public ProxyImpl 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.