|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.commons.proxy.jaxb.ProxyConfiguration
public class ProxyConfiguration
Parameters that deegree uses to connect to other resources on the network.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ProxyHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="HttpProxyHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FtpProxyHost" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProxyPort" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="HttpProxyPort" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="FtpProxyPort" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/> <element name="ProxyUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="HttpProxyUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FtpProxyUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ProxyPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="HttpProxyPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FtpProxyPassword" 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="HttpNonProxyHosts" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FtpNonProxyHosts" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="overrideSystemSettings" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="configVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="3.0.0" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
configVersion
|
protected String |
ftpNonProxyHosts
|
protected String |
ftpProxyHost
|
protected String |
ftpProxyPassword
|
protected BigInteger |
ftpProxyPort
|
protected String |
ftpProxyUser
|
protected String |
httpNonProxyHosts
|
protected String |
httpProxyHost
|
protected String |
httpProxyPassword
|
protected BigInteger |
httpProxyPort
|
protected String |
httpProxyUser
|
protected String |
nonProxyHosts
|
protected Boolean |
overrideSystemSettings
|
protected String |
proxyHost
|
protected String |
proxyPassword
|
protected BigInteger |
proxyPort
|
protected String |
proxyUser
|
Constructor Summary | |
---|---|
ProxyConfiguration()
|
Method Summary | |
---|---|
String |
getConfigVersion()
Gets the value of the configVersion property. |
String |
getFtpNonProxyHosts()
Gets the value of the ftpNonProxyHosts property. |
String |
getFtpProxyHost()
Gets the value of the ftpProxyHost property. |
String |
getFtpProxyPassword()
Gets the value of the ftpProxyPassword property. |
BigInteger |
getFtpProxyPort()
Gets the value of the ftpProxyPort property. |
String |
getFtpProxyUser()
Gets the value of the ftpProxyUser property. |
String |
getHttpNonProxyHosts()
Gets the value of the httpNonProxyHosts property. |
String |
getHttpProxyHost()
Gets the value of the httpProxyHost property. |
String |
getHttpProxyPassword()
Gets the value of the httpProxyPassword property. |
BigInteger |
getHttpProxyPort()
Gets the value of the httpProxyPort property. |
String |
getHttpProxyUser()
Gets the value of the httpProxyUser property. |
String |
getNonProxyHosts()
Gets the value of the nonProxyHosts property. |
String |
getProxyHost()
Gets the value of the proxyHost property. |
String |
getProxyPassword()
Gets the value of the proxyPassword property. |
BigInteger |
getProxyPort()
Gets the value of the proxyPort property. |
String |
getProxyUser()
Gets the value of the proxyUser property. |
Boolean |
isOverrideSystemSettings()
Gets the value of the overrideSystemSettings property. |
void |
setConfigVersion(String value)
Sets the value of the configVersion property. |
void |
setFtpNonProxyHosts(String value)
Sets the value of the ftpNonProxyHosts property. |
void |
setFtpProxyHost(String value)
Sets the value of the ftpProxyHost property. |
void |
setFtpProxyPassword(String value)
Sets the value of the ftpProxyPassword property. |
void |
setFtpProxyPort(BigInteger value)
Sets the value of the ftpProxyPort property. |
void |
setFtpProxyUser(String value)
Sets the value of the ftpProxyUser property. |
void |
setHttpNonProxyHosts(String value)
Sets the value of the httpNonProxyHosts property. |
void |
setHttpProxyHost(String value)
Sets the value of the httpProxyHost property. |
void |
setHttpProxyPassword(String value)
Sets the value of the httpProxyPassword property. |
void |
setHttpProxyPort(BigInteger value)
Sets the value of the httpProxyPort property. |
void |
setHttpProxyUser(String value)
Sets the value of the httpProxyUser property. |
void |
setNonProxyHosts(String value)
Sets the value of the nonProxyHosts property. |
void |
setOverrideSystemSettings(Boolean value)
Sets the value of the overrideSystemSettings property. |
void |
setProxyHost(String value)
Sets the value of the proxyHost property. |
void |
setProxyPassword(String value)
Sets the value of the proxyPassword property. |
void |
setProxyPort(BigInteger value)
Sets the value of the proxyPort property. |
void |
setProxyUser(String value)
Sets the value of the proxyUser property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String proxyHost
protected String httpProxyHost
protected String ftpProxyHost
protected BigInteger proxyPort
protected BigInteger httpProxyPort
protected BigInteger ftpProxyPort
protected String proxyUser
protected String httpProxyUser
protected String ftpProxyUser
protected String proxyPassword
protected String httpProxyPassword
protected String ftpProxyPassword
protected String nonProxyHosts
protected String httpNonProxyHosts
protected String ftpNonProxyHosts
protected Boolean overrideSystemSettings
protected String configVersion
Constructor Detail |
---|
public ProxyConfiguration()
Method Detail |
---|
public String getProxyHost()
String
public void setProxyHost(String value)
value
- allowed object is
String
public String getHttpProxyHost()
String
public void setHttpProxyHost(String value)
value
- allowed object is
String
public String getFtpProxyHost()
String
public void setFtpProxyHost(String value)
value
- allowed object is
String
public BigInteger getProxyPort()
BigInteger
public void setProxyPort(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getHttpProxyPort()
BigInteger
public void setHttpProxyPort(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getFtpProxyPort()
BigInteger
public void setFtpProxyPort(BigInteger value)
value
- allowed object is
BigInteger
public String getProxyUser()
String
public void setProxyUser(String value)
value
- allowed object is
String
public String getHttpProxyUser()
String
public void setHttpProxyUser(String value)
value
- allowed object is
String
public String getFtpProxyUser()
String
public void setFtpProxyUser(String value)
value
- allowed object is
String
public String getProxyPassword()
String
public void setProxyPassword(String value)
value
- allowed object is
String
public String getHttpProxyPassword()
String
public void setHttpProxyPassword(String value)
value
- allowed object is
String
public String getFtpProxyPassword()
String
public void setFtpProxyPassword(String value)
value
- allowed object is
String
public String getNonProxyHosts()
String
public void setNonProxyHosts(String value)
value
- allowed object is
String
public String getHttpNonProxyHosts()
String
public void setHttpNonProxyHosts(String value)
value
- allowed object is
String
public String getFtpNonProxyHosts()
String
public void setFtpNonProxyHosts(String value)
value
- allowed object is
String
public Boolean isOverrideSystemSettings()
Boolean
public void setOverrideSystemSettings(Boolean value)
value
- allowed object is
Boolean
public String getConfigVersion()
String
public void setConfigVersion(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |