Class HttpSettingsHeaderType


  • public class HttpSettingsHeaderType
    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 the HTTP headers that will be sent for all HTTP requests.</p>
     

    Java class for HttpSettingsHeaderType complex type

    .

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

    
     <complexType name="HttpSettingsHeaderType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice maxOccurs="unbounded" minOccurs="0">
             <element name="header" type="{http://schema.webpdf.de/1.0/operation}HttpSettingsHeaderEntryType"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • HttpSettingsHeaderType

        public HttpSettingsHeaderType()
    • Method Detail

      • getHeader

        public List<HttpSettingsHeaderEntryType> getHeader()
        Gets the value of the header property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the header property.

        For example, to add a new item, do as follows:

         getHeader().add(newItem);
         

        Objects of the following type(s) are allowed in the list HttpSettingsHeaderEntryType

        Returns:
        The value of the header property.
      • isSetHeader

        public boolean isSetHeader()
      • unsetHeader

        public void unsetHeader()