|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 java.lang.String |
configVersion
|
protected java.lang.String |
ftpNonProxyHosts
|
protected java.lang.String |
ftpProxyHost
|
protected java.lang.String |
ftpProxyPassword
|
protected java.math.BigInteger |
ftpProxyPort
|
protected java.lang.String |
ftpProxyUser
|
protected java.lang.String |
httpNonProxyHosts
|
protected java.lang.String |
httpProxyHost
|
protected java.lang.String |
httpProxyPassword
|
protected java.math.BigInteger |
httpProxyPort
|
protected java.lang.String |
httpProxyUser
|
protected java.lang.String |
nonProxyHosts
|
protected java.lang.Boolean |
overrideSystemSettings
|
protected java.lang.String |
proxyHost
|
protected java.lang.String |
proxyPassword
|
protected java.math.BigInteger |
proxyPort
|
protected java.lang.String |
proxyUser
|
| Constructor Summary | |
|---|---|
ProxyConfiguration()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConfigVersion()
Gets the value of the configVersion property. |
java.lang.String |
getFtpNonProxyHosts()
Gets the value of the ftpNonProxyHosts property. |
java.lang.String |
getFtpProxyHost()
Gets the value of the ftpProxyHost property. |
java.lang.String |
getFtpProxyPassword()
Gets the value of the ftpProxyPassword property. |
java.math.BigInteger |
getFtpProxyPort()
Gets the value of the ftpProxyPort property. |
java.lang.String |
getFtpProxyUser()
Gets the value of the ftpProxyUser property. |
java.lang.String |
getHttpNonProxyHosts()
Gets the value of the httpNonProxyHosts property. |
java.lang.String |
getHttpProxyHost()
Gets the value of the httpProxyHost property. |
java.lang.String |
getHttpProxyPassword()
Gets the value of the httpProxyPassword property. |
java.math.BigInteger |
getHttpProxyPort()
Gets the value of the httpProxyPort property. |
java.lang.String |
getHttpProxyUser()
Gets the value of the httpProxyUser property. |
java.lang.String |
getNonProxyHosts()
Gets the value of the nonProxyHosts property. |
java.lang.String |
getProxyHost()
Gets the value of the proxyHost property. |
java.lang.String |
getProxyPassword()
Gets the value of the proxyPassword property. |
java.math.BigInteger |
getProxyPort()
Gets the value of the proxyPort property. |
java.lang.String |
getProxyUser()
Gets the value of the proxyUser property. |
java.lang.Boolean |
isOverrideSystemSettings()
Gets the value of the overrideSystemSettings property. |
void |
setConfigVersion(java.lang.String value)
Sets the value of the configVersion property. |
void |
setFtpNonProxyHosts(java.lang.String value)
Sets the value of the ftpNonProxyHosts property. |
void |
setFtpProxyHost(java.lang.String value)
Sets the value of the ftpProxyHost property. |
void |
setFtpProxyPassword(java.lang.String value)
Sets the value of the ftpProxyPassword property. |
void |
setFtpProxyPort(java.math.BigInteger value)
Sets the value of the ftpProxyPort property. |
void |
setFtpProxyUser(java.lang.String value)
Sets the value of the ftpProxyUser property. |
void |
setHttpNonProxyHosts(java.lang.String value)
Sets the value of the httpNonProxyHosts property. |
void |
setHttpProxyHost(java.lang.String value)
Sets the value of the httpProxyHost property. |
void |
setHttpProxyPassword(java.lang.String value)
Sets the value of the httpProxyPassword property. |
void |
setHttpProxyPort(java.math.BigInteger value)
Sets the value of the httpProxyPort property. |
void |
setHttpProxyUser(java.lang.String value)
Sets the value of the httpProxyUser property. |
void |
setNonProxyHosts(java.lang.String value)
Sets the value of the nonProxyHosts property. |
void |
setOverrideSystemSettings(java.lang.Boolean value)
Sets the value of the overrideSystemSettings property. |
void |
setProxyHost(java.lang.String value)
Sets the value of the proxyHost property. |
void |
setProxyPassword(java.lang.String value)
Sets the value of the proxyPassword property. |
void |
setProxyPort(java.math.BigInteger value)
Sets the value of the proxyPort property. |
void |
setProxyUser(java.lang.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 java.lang.String proxyHost
protected java.lang.String httpProxyHost
protected java.lang.String ftpProxyHost
protected java.math.BigInteger proxyPort
protected java.math.BigInteger httpProxyPort
protected java.math.BigInteger ftpProxyPort
protected java.lang.String proxyUser
protected java.lang.String httpProxyUser
protected java.lang.String ftpProxyUser
protected java.lang.String proxyPassword
protected java.lang.String httpProxyPassword
protected java.lang.String ftpProxyPassword
protected java.lang.String nonProxyHosts
protected java.lang.String httpNonProxyHosts
protected java.lang.String ftpNonProxyHosts
protected java.lang.Boolean overrideSystemSettings
protected java.lang.String configVersion
| Constructor Detail |
|---|
public ProxyConfiguration()
| Method Detail |
|---|
public java.lang.String getProxyHost()
Stringpublic void setProxyHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHttpProxyHost()
Stringpublic void setHttpProxyHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFtpProxyHost()
Stringpublic void setFtpProxyHost(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getProxyPort()
BigIntegerpublic void setProxyPort(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getHttpProxyPort()
BigIntegerpublic void setHttpProxyPort(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getFtpProxyPort()
BigIntegerpublic void setFtpProxyPort(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getProxyUser()
Stringpublic void setProxyUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHttpProxyUser()
Stringpublic void setHttpProxyUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFtpProxyUser()
Stringpublic void setFtpProxyUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProxyPassword()
Stringpublic void setProxyPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHttpProxyPassword()
Stringpublic void setHttpProxyPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFtpProxyPassword()
Stringpublic void setFtpProxyPassword(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNonProxyHosts()
Stringpublic void setNonProxyHosts(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHttpNonProxyHosts()
Stringpublic void setHttpNonProxyHosts(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFtpNonProxyHosts()
Stringpublic void setFtpNonProxyHosts(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isOverrideSystemSettings()
Booleanpublic void setOverrideSystemSettings(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getConfigVersion()
Stringpublic void setConfigVersion(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||