Class HttpSettingsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HttpSettingsType
-
public class HttpSettingsType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the options for all external HTTP requests made by the server during the execution of the web service operation.</p>
Java class for HttpSettingsType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpSettingsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all minOccurs="0"> <element name="headers" type="{http://schema.webpdf.de/1.0/operation}HttpSettingsHeaderType" minOccurs="0"/> <element name="ssl" type="{http://schema.webpdf.de/1.0/operation}HttpSettingsSSLType" minOccurs="0"/> <element name="timeout" type="{http://schema.webpdf.de/1.0/operation}HttpSettingsTimeoutType" minOccurs="0"/> </all> <attribute name="userAgent" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="followRedirect" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanfollowRedirectprotected HttpSettingsHeaderTypeheadersprotected HttpSettingsSSLTypesslprotected HttpSettingsTimeoutTypetimeoutprotected StringuserAgent
-
Constructor Summary
Constructors Constructor Description HttpSettingsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpSettingsHeaderTypegetHeaders()Gets the value of the headers property.HttpSettingsSSLTypegetSsl()Gets the value of the ssl property.HttpSettingsTimeoutTypegetTimeout()Gets the value of the timeout property.StringgetUserAgent()Gets the value of the userAgent property.booleanisFollowRedirect()Gets the value of the followRedirect property.booleanisSetFollowRedirect()booleanisSetHeaders()booleanisSetSsl()booleanisSetTimeout()booleanisSetUserAgent()voidsetFollowRedirect(boolean value)Sets the value of the followRedirect property.voidsetHeaders(HttpSettingsHeaderType value)Sets the value of the headers property.voidsetSsl(HttpSettingsSSLType value)Sets the value of the ssl property.voidsetTimeout(HttpSettingsTimeoutType value)Sets the value of the timeout property.voidsetUserAgent(String value)Sets the value of the userAgent property.voidunsetFollowRedirect()
-
-
-
Field Detail
-
headers
protected HttpSettingsHeaderType headers
-
ssl
protected HttpSettingsSSLType ssl
-
timeout
protected HttpSettingsTimeoutType timeout
-
userAgent
protected String userAgent
-
followRedirect
protected Boolean followRedirect
-
-
Method Detail
-
getHeaders
public HttpSettingsHeaderType getHeaders()
Gets the value of the headers property.- Returns:
- possible object is
HttpSettingsHeaderType
-
setHeaders
public void setHeaders(HttpSettingsHeaderType value)
Sets the value of the headers property.- Parameters:
value- allowed object isHttpSettingsHeaderType
-
isSetHeaders
public boolean isSetHeaders()
-
getSsl
public HttpSettingsSSLType getSsl()
Gets the value of the ssl property.- Returns:
- possible object is
HttpSettingsSSLType
-
setSsl
public void setSsl(HttpSettingsSSLType value)
Sets the value of the ssl property.- Parameters:
value- allowed object isHttpSettingsSSLType
-
isSetSsl
public boolean isSetSsl()
-
getTimeout
public HttpSettingsTimeoutType getTimeout()
Gets the value of the timeout property.- Returns:
- possible object is
HttpSettingsTimeoutType
-
setTimeout
public void setTimeout(HttpSettingsTimeoutType value)
Sets the value of the timeout property.- Parameters:
value- allowed object isHttpSettingsTimeoutType
-
isSetTimeout
public boolean isSetTimeout()
-
getUserAgent
public String getUserAgent()
Gets the value of the userAgent property.- Returns:
- possible object is
String
-
setUserAgent
public void setUserAgent(String value)
Sets the value of the userAgent property.- Parameters:
value- allowed object isString
-
isSetUserAgent
public boolean isSetUserAgent()
-
isFollowRedirect
public boolean isFollowRedirect()
Gets the value of the followRedirect property.- Returns:
- possible object is
Boolean
-
setFollowRedirect
public void setFollowRedirect(boolean value)
Sets the value of the followRedirect property.- Parameters:
value- allowed object isBoolean
-
isSetFollowRedirect
public boolean isSetFollowRedirect()
-
unsetFollowRedirect
public void unsetFollowRedirect()
-
-