|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.settings100.Proxy
public class Proxy
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>
| 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.pkg.indexed.valueclass.maven.settings100.Proxy instance. |
|
Proxy(Proxy o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.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 |
|---|
protected Boolean active
protected String protocol
protected String username
protected String password
protected Integer port
protected String host
protected String nonProxyHosts
protected String id
| Constructor Detail |
|---|
public Proxy()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.settings100.Proxy instance.
public Proxy(Proxy o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.settings100.Proxy instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Boolean isActive()
Booleanpublic void setActive(Boolean value)
value - allowed object is
Booleanpublic String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic Integer getPort()
Integerpublic void setPort(Integer value)
value - allowed object is
Integerpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic String getNonProxyHosts()
Stringpublic void setNonProxyHosts(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Proxy clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||