Class HttpSettingsHeaderType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<HttpSettingsHeaderEntryType>header
-
Constructor Summary
Constructors Constructor Description HttpSettingsHeaderType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HttpSettingsHeaderEntryType>getHeader()Gets the value of the header property.booleanisSetHeader()voidunsetHeader()
-
-
-
Field Detail
-
header
protected List<HttpSettingsHeaderEntryType> header
-
-
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
setmethod 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()
-
-