|
||||||||||
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()
String
public void setProxyHost(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHttpProxyHost()
String
public void setHttpProxyHost(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFtpProxyHost()
String
public void setFtpProxyHost(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getProxyPort()
BigInteger
public void setProxyPort(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getHttpProxyPort()
BigInteger
public void setHttpProxyPort(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getFtpProxyPort()
BigInteger
public void setFtpProxyPort(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getProxyUser()
String
public void setProxyUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHttpProxyUser()
String
public void setHttpProxyUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFtpProxyUser()
String
public void setFtpProxyUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProxyPassword()
String
public void setProxyPassword(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHttpProxyPassword()
String
public void setHttpProxyPassword(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFtpProxyPassword()
String
public void setFtpProxyPassword(java.lang.String value)
value
- allowed object is
String
public java.lang.String getNonProxyHosts()
String
public void setNonProxyHosts(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHttpNonProxyHosts()
String
public void setHttpNonProxyHosts(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFtpNonProxyHosts()
String
public void setFtpNonProxyHosts(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isOverrideSystemSettings()
Boolean
public void setOverrideSystemSettings(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getConfigVersion()
String
public 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 |