|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Boolean isActive()
Booleanvoid setActive(Boolean value)
value - allowed object is
BooleanString getProtocol()
Stringvoid setProtocol(String value)
value - allowed object is
StringString getUsername()
Stringvoid setUsername(String value)
value - allowed object is
StringString getPassword()
Stringvoid setPassword(String value)
value - allowed object is
StringInteger getPort()
Integervoid setPort(Integer value)
value - allowed object is
IntegerString getHost()
Stringvoid setHost(String value)
value - allowed object is
StringString getNonProxyHosts()
Stringvoid setNonProxyHosts(String value)
value - allowed object is
StringString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||