Class HttpSettingsType


  • public class HttpSettingsType
    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 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>
     
    • Constructor Detail

      • HttpSettingsType

        public HttpSettingsType()
    • Method Detail

      • isSetHeaders

        public boolean isSetHeaders()
      • isSetSsl

        public boolean isSetSsl()
      • 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 is String
      • 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 is Boolean
      • isSetFollowRedirect

        public boolean isSetFollowRedirect()
      • unsetFollowRedirect

        public void unsetFollowRedirect()