net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100
Class Proxy

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Proxy
All Implemented Interfaces:
Serializable, Cloneable

public class Proxy
extends Object
implements Serializable, Cloneable

The <proxy> element contains informations required to a proxy settings.

Java class for Proxy complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Proxy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="port" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="host" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="nonProxyHosts" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

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
Proxy()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Proxy instance.
Proxy(Proxy o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Proxy instance by copying a given instance.
 
Method Summary
 Proxy 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

Proxy

public Proxy()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Proxy instance.


Proxy

public Proxy(Proxy o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.settings100.Proxy instance by copying a given instance.

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

isActive

public Boolean isActive()
Gets the value of the active property.

Returns:
possible object is Boolean

setActive

public void setActive(Boolean value)
Sets the value of the active property.

Parameters:
value - allowed object is Boolean

getProtocol

public String getProtocol()
Gets the value of the protocol property.

Returns:
possible object is String

setProtocol

public void setProtocol(String value)
Sets the value of the protocol property.

Parameters:
value - allowed object is String

getUsername

public String getUsername()
Gets the value of the username property.

Returns:
possible object is String

setUsername

public void setUsername(String value)
Sets the value of the username property.

Parameters:
value - allowed object is String

getPassword

public String getPassword()
Gets the value of the password property.

Returns:
possible object is String

setPassword

public void setPassword(String value)
Sets the value of the password property.

Parameters:
value - allowed object is String

getPort

public Integer getPort()
Gets the value of the port property.

Returns:
possible object is Integer

setPort

public void setPort(Integer value)
Sets the value of the port property.

Parameters:
value - allowed object is Integer

getHost

public String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

getNonProxyHosts

public String getNonProxyHosts()
Gets the value of the nonProxyHosts property.

Returns:
possible object is String

setNonProxyHosts

public void setNonProxyHosts(String value)
Sets the value of the nonProxyHosts property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

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