Class HttpSettingsTimeoutType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HttpSettingsTimeoutType
-
public class HttpSettingsTimeoutType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p644063_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p831178_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the timeout options for all HTTP requests.</p>
Java class for HttpSettingsTimeoutType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpSettingsTimeoutType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="connect" type="{http://www.w3.org/2001/XMLSchema}int" default="10000" /> <attribute name="response" type="{http://www.w3.org/2001/XMLSchema}int" default="60000" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description HttpSettingsTimeoutType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConnect()<?intgetResponse()<?booleanisSetConnect()booleanisSetResponse()voidsetConnect(int value)Sets the value of the connect property.voidsetResponse(int value)Sets the value of the response property.voidunsetConnect()voidunsetResponse()
-
-
-
Field Detail
-
connect
protected Integer connect
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p644063_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p831178_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the timeout for the connection establishment of the HTTP requests.</p>
-
response
protected Integer response
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p644063_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p831178_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the timeout to wait for the arrival of a response to the HTTP request.</p>
-
-
Method Detail
-
getConnect
public int getConnect()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p644063_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p831178_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the timeout for the connection establishment of the HTTP requests.</p>
- Returns:
- possible object is
Integer
-
setConnect
public void setConnect(int value)
Sets the value of the connect property.- Parameters:
value- allowed object isInteger- See Also:
getConnect()
-
isSetConnect
public boolean isSetConnect()
-
unsetConnect
public void unsetConnect()
-
getResponse
public int getResponse()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p644063_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p831178_="https://jakarta.ee/xml/ns/jaxb" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Sets the timeout to wait for the arrival of a response to the HTTP request.</p>
- Returns:
- possible object is
Integer
-
setResponse
public void setResponse(int value)
Sets the value of the response property.- Parameters:
value- allowed object isInteger- See Also:
getResponse()
-
isSetResponse
public boolean isSetResponse()
-
unsetResponse
public void unsetResponse()
-
-