org.deegree.commons.proxy.jaxb
Class ProxyConfiguration

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

public class ProxyConfiguration
extends 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  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

proxyHost

protected String proxyHost

httpProxyHost

protected String httpProxyHost

ftpProxyHost

protected String ftpProxyHost

proxyPort

protected BigInteger proxyPort

httpProxyPort

protected BigInteger httpProxyPort

ftpProxyPort

protected BigInteger ftpProxyPort

proxyUser

protected String proxyUser

httpProxyUser

protected String httpProxyUser

ftpProxyUser

protected String ftpProxyUser

proxyPassword

protected String proxyPassword

httpProxyPassword

protected String httpProxyPassword

ftpProxyPassword

protected String ftpProxyPassword

nonProxyHosts

protected String nonProxyHosts

httpNonProxyHosts

protected String httpNonProxyHosts

ftpNonProxyHosts

protected String ftpNonProxyHosts

overrideSystemSettings

protected Boolean overrideSystemSettings

configVersion

protected String configVersion
Constructor Detail

ProxyConfiguration

public ProxyConfiguration()
Method Detail

getProxyHost

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

Returns:
possible object is String

setProxyHost

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

Parameters:
value - allowed object is String

getHttpProxyHost

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

Returns:
possible object is String

setHttpProxyHost

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

Parameters:
value - allowed object is String

getFtpProxyHost

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

Returns:
possible object is String

setFtpProxyHost

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

Parameters:
value - allowed object is String

getProxyPort

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

Returns:
possible object is BigInteger

setProxyPort

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

Parameters:
value - allowed object is BigInteger

getHttpProxyPort

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

Returns:
possible object is BigInteger

setHttpProxyPort

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

Parameters:
value - allowed object is BigInteger

getFtpProxyPort

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

Returns:
possible object is BigInteger

setFtpProxyPort

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

Parameters:
value - allowed object is BigInteger

getProxyUser

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

Returns:
possible object is String

setProxyUser

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

Parameters:
value - allowed object is String

getHttpProxyUser

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

Returns:
possible object is String

setHttpProxyUser

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

Parameters:
value - allowed object is String

getFtpProxyUser

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

Returns:
possible object is String

setFtpProxyUser

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

Parameters:
value - allowed object is String

getProxyPassword

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

Returns:
possible object is String

setProxyPassword

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

Parameters:
value - allowed object is String

getHttpProxyPassword

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

Returns:
possible object is String

setHttpProxyPassword

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

Parameters:
value - allowed object is String

getFtpProxyPassword

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

Returns:
possible object is String

setFtpProxyPassword

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

Parameters:
value - allowed object is String

getNonProxyHosts

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

Returns:
possible object is String

setNonProxyHosts

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

Parameters:
value - allowed object is String

getHttpNonProxyHosts

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

Returns:
possible object is String

setHttpNonProxyHosts

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

Parameters:
value - allowed object is String

getFtpNonProxyHosts

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

Returns:
possible object is String

setFtpNonProxyHosts

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

Parameters:
value - allowed object is String

isOverrideSystemSettings

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

Returns:
possible object is Boolean

setOverrideSystemSettings

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

Parameters:
value - allowed object is Boolean

getConfigVersion

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

Returns:
possible object is String

setConfigVersion

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

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.