de.phleisch.app.itsucks.persistence.jaxb
Class SerializedHttpRetrieverConfiguration

java.lang.Object
  extended by de.phleisch.app.itsucks.persistence.jaxb.SerializedHttpRetrieverConfiguration

public class SerializedHttpRetrieverConfiguration
extends java.lang.Object

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="maxConnectionsPerServer" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="proxyEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="proxyServer" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="proxyPort" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="proxyAuthenticationEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="proxyUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="proxyPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="proxyRealm" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="userAgent" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer maxConnectionsPerServer
           
protected  boolean proxyAuthenticationEnabled
           
protected  boolean proxyEnabled
           
protected  java.lang.String proxyPassword
           
protected  java.lang.Integer proxyPort
           
protected  java.lang.String proxyRealm
           
protected  java.lang.String proxyServer
           
protected  java.lang.String proxyUser
           
protected  java.lang.String userAgent
           
 
Constructor Summary
SerializedHttpRetrieverConfiguration()
           
 
Method Summary
 java.lang.Integer getMaxConnectionsPerServer()
          Gets the value of the maxConnectionsPerServer property.
 java.lang.String getProxyPassword()
          Gets the value of the proxyPassword property.
 java.lang.Integer getProxyPort()
          Gets the value of the proxyPort property.
 java.lang.String getProxyRealm()
          Gets the value of the proxyRealm property.
 java.lang.String getProxyServer()
          Gets the value of the proxyServer property.
 java.lang.String getProxyUser()
          Gets the value of the proxyUser property.
 java.lang.String getUserAgent()
          Gets the value of the userAgent property.
 boolean isProxyAuthenticationEnabled()
          Gets the value of the proxyAuthenticationEnabled property.
 boolean isProxyEnabled()
          Gets the value of the proxyEnabled property.
 void setMaxConnectionsPerServer(java.lang.Integer value)
          Sets the value of the maxConnectionsPerServer property.
 void setProxyAuthenticationEnabled(boolean value)
          Sets the value of the proxyAuthenticationEnabled property.
 void setProxyEnabled(boolean value)
          Sets the value of the proxyEnabled property.
 void setProxyPassword(java.lang.String value)
          Sets the value of the proxyPassword property.
 void setProxyPort(java.lang.Integer value)
          Sets the value of the proxyPort property.
 void setProxyRealm(java.lang.String value)
          Sets the value of the proxyRealm property.
 void setProxyServer(java.lang.String value)
          Sets the value of the proxyServer property.
 void setProxyUser(java.lang.String value)
          Sets the value of the proxyUser property.
 void setUserAgent(java.lang.String value)
          Sets the value of the userAgent property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxConnectionsPerServer

protected java.lang.Integer maxConnectionsPerServer

proxyEnabled

protected boolean proxyEnabled

proxyServer

protected java.lang.String proxyServer

proxyPort

protected java.lang.Integer proxyPort

proxyAuthenticationEnabled

protected boolean proxyAuthenticationEnabled

proxyUser

protected java.lang.String proxyUser

proxyPassword

protected java.lang.String proxyPassword

proxyRealm

protected java.lang.String proxyRealm

userAgent

protected java.lang.String userAgent
Constructor Detail

SerializedHttpRetrieverConfiguration

public SerializedHttpRetrieverConfiguration()
Method Detail

getMaxConnectionsPerServer

public java.lang.Integer getMaxConnectionsPerServer()
Gets the value of the maxConnectionsPerServer property.

Returns:
possible object is Integer

setMaxConnectionsPerServer

public void setMaxConnectionsPerServer(java.lang.Integer value)
Sets the value of the maxConnectionsPerServer property.

Parameters:
value - allowed object is Integer

isProxyEnabled

public boolean isProxyEnabled()
Gets the value of the proxyEnabled property.


setProxyEnabled

public void setProxyEnabled(boolean value)
Sets the value of the proxyEnabled property.


getProxyServer

public java.lang.String getProxyServer()
Gets the value of the proxyServer property.

Returns:
possible object is String

setProxyServer

public void setProxyServer(java.lang.String value)
Sets the value of the proxyServer property.

Parameters:
value - allowed object is String

getProxyPort

public java.lang.Integer getProxyPort()
Gets the value of the proxyPort property.

Returns:
possible object is Integer

setProxyPort

public void setProxyPort(java.lang.Integer value)
Sets the value of the proxyPort property.

Parameters:
value - allowed object is Integer

isProxyAuthenticationEnabled

public boolean isProxyAuthenticationEnabled()
Gets the value of the proxyAuthenticationEnabled property.


setProxyAuthenticationEnabled

public void setProxyAuthenticationEnabled(boolean value)
Sets the value of the proxyAuthenticationEnabled property.


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

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

getProxyRealm

public java.lang.String getProxyRealm()
Gets the value of the proxyRealm property.

Returns:
possible object is String

setProxyRealm

public void setProxyRealm(java.lang.String value)
Sets the value of the proxyRealm property.

Parameters:
value - allowed object is String

getUserAgent

public java.lang.String getUserAgent()
Gets the value of the userAgent property.

Returns:
possible object is String

setUserAgent

public void setUserAgent(java.lang.String value)
Sets the value of the userAgent property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.