org.deegree.commons.proxy.jaxb
Class ProxyConfiguration

java.lang.Object
  extended by org.deegree.commons.proxy.jaxb.ProxyConfiguration

public class ProxyConfiguration
extends java.lang.Object

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

proxyHost

protected java.lang.String proxyHost

httpProxyHost

protected java.lang.String httpProxyHost

ftpProxyHost

protected java.lang.String ftpProxyHost

proxyPort

protected java.math.BigInteger proxyPort

httpProxyPort

protected java.math.BigInteger httpProxyPort

ftpProxyPort

protected java.math.BigInteger ftpProxyPort

proxyUser

protected java.lang.String proxyUser

httpProxyUser

protected java.lang.String httpProxyUser

ftpProxyUser

protected java.lang.String ftpProxyUser

proxyPassword

protected java.lang.String proxyPassword

httpProxyPassword

protected java.lang.String httpProxyPassword

ftpProxyPassword

protected java.lang.String ftpProxyPassword

nonProxyHosts

protected java.lang.String nonProxyHosts

httpNonProxyHosts

protected java.lang.String httpNonProxyHosts

ftpNonProxyHosts

protected java.lang.String ftpNonProxyHosts

overrideSystemSettings

protected java.lang.Boolean overrideSystemSettings

configVersion

protected java.lang.String configVersion
Constructor Detail

ProxyConfiguration

public ProxyConfiguration()
Method Detail

getProxyHost

public java.lang.String getProxyHost()
Gets the value of the proxyHost property.

Returns:
possible object is String

setProxyHost

public void setProxyHost(java.lang.String value)
Sets the value of the proxyHost property.

Parameters:
value - allowed object is String

getHttpProxyHost

public java.lang.String getHttpProxyHost()
Gets the value of the httpProxyHost property.

Returns:
possible object is String

setHttpProxyHost

public void setHttpProxyHost(java.lang.String value)
Sets the value of the httpProxyHost property.

Parameters:
value - allowed object is String

getFtpProxyHost

public java.lang.String getFtpProxyHost()
Gets the value of the ftpProxyHost property.

Returns:
possible object is String

setFtpProxyHost

public void setFtpProxyHost(java.lang.String value)
Sets the value of the ftpProxyHost property.

Parameters:
value - allowed object is String

getProxyPort

public java.math.BigInteger getProxyPort()
Gets the value of the proxyPort property.

Returns:
possible object is BigInteger

setProxyPort

public void setProxyPort(java.math.BigInteger value)
Sets the value of the proxyPort property.

Parameters:
value - allowed object is BigInteger

getHttpProxyPort

public java.math.BigInteger getHttpProxyPort()
Gets the value of the httpProxyPort property.

Returns:
possible object is BigInteger

setHttpProxyPort

public void setHttpProxyPort(java.math.BigInteger value)
Sets the value of the httpProxyPort property.

Parameters:
value - allowed object is BigInteger

getFtpProxyPort

public java.math.BigInteger getFtpProxyPort()
Gets the value of the ftpProxyPort property.

Returns:
possible object is BigInteger

setFtpProxyPort

public void setFtpProxyPort(java.math.BigInteger value)
Sets the value of the ftpProxyPort property.

Parameters:
value - allowed object is BigInteger

getProxyUser

public java.lang.String getProxyUser()
Gets the value of the proxyUser property.

Returns:
possible object is String

setProxyUser

public void setProxyUser(java.lang.String value)
Sets the value of the proxyUser property.

Parameters:
value - allowed object is String

getHttpProxyUser

public java.lang.String getHttpProxyUser()
Gets the value of the httpProxyUser property.

Returns:
possible object is String

setHttpProxyUser

public void setHttpProxyUser(java.lang.String value)
Sets the value of the httpProxyUser property.

Parameters:
value - allowed object is String

getFtpProxyUser

public java.lang.String getFtpProxyUser()
Gets the value of the ftpProxyUser property.

Returns:
possible object is String

setFtpProxyUser

public void setFtpProxyUser(java.lang.String value)
Sets the value of the ftpProxyUser property.

Parameters:
value - allowed object is String

getProxyPassword

public java.lang.String getProxyPassword()
Gets the value of the proxyPassword property.

Returns:
possible object is String

setProxyPassword

public void setProxyPassword(java.lang.String value)
Sets the value of the proxyPassword property.

Parameters:
value - allowed object is String

getHttpProxyPassword

public java.lang.String getHttpProxyPassword()
Gets the value of the httpProxyPassword property.

Returns:
possible object is String

setHttpProxyPassword

public void setHttpProxyPassword(java.lang.String value)
Sets the value of the httpProxyPassword property.

Parameters:
value - allowed object is String

getFtpProxyPassword

public java.lang.String getFtpProxyPassword()
Gets the value of the ftpProxyPassword property.

Returns:
possible object is String

setFtpProxyPassword

public void setFtpProxyPassword(java.lang.String value)
Sets the value of the ftpProxyPassword property.

Parameters:
value - allowed object is String

getNonProxyHosts

public java.lang.String getNonProxyHosts()
Gets the value of the nonProxyHosts property.

Returns:
possible object is String

setNonProxyHosts

public void setNonProxyHosts(java.lang.String value)
Sets the value of the nonProxyHosts property.

Parameters:
value - allowed object is String

getHttpNonProxyHosts

public java.lang.String getHttpNonProxyHosts()
Gets the value of the httpNonProxyHosts property.

Returns:
possible object is String

setHttpNonProxyHosts

public void setHttpNonProxyHosts(java.lang.String value)
Sets the value of the httpNonProxyHosts property.

Parameters:
value - allowed object is String

getFtpNonProxyHosts

public java.lang.String getFtpNonProxyHosts()
Gets the value of the ftpNonProxyHosts property.

Returns:
possible object is String

setFtpNonProxyHosts

public void setFtpNonProxyHosts(java.lang.String value)
Sets the value of the ftpNonProxyHosts property.

Parameters:
value - allowed object is String

isOverrideSystemSettings

public java.lang.Boolean isOverrideSystemSettings()
Gets the value of the overrideSystemSettings property.

Returns:
possible object is Boolean

setOverrideSystemSettings

public void setOverrideSystemSettings(java.lang.Boolean value)
Sets the value of the overrideSystemSettings property.

Parameters:
value - allowed object is Boolean

getConfigVersion

public java.lang.String getConfigVersion()
Gets the value of the configVersion property.

Returns:
possible object is String

setConfigVersion

public void setConfigVersion(java.lang.String value)
Sets the value of the configVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.