Class HttpSettingsHeaderEntryType


  • public class HttpSettingsHeaderEntryType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines an HTTP header entry consisting of a <code>&lt;name&gt;</code> (header name) and a <code>&lt;value&gt;</code> (header value). All header entries are sent with each HTTP request and override the default headers.
                     </p>
     

    Java class for HttpSettingsHeaderEntryType complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="HttpSettingsHeaderEntryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • HttpSettingsHeaderEntryType

        public HttpSettingsHeaderEntryType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSetName

        public boolean isSetName()
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • isSetValue

        public boolean isSetValue()