Class HttpSettingsHeaderEntryType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HttpSettingsHeaderEntryType
-
public class HttpSettingsHeaderEntryType 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 an HTTP header entry consisting of a <code><name></code> (header name) and a <code><value></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 Summary
Constructors Constructor Description HttpSettingsHeaderEntryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.StringgetValue()Gets the value of the value property.booleanisSetName()booleanisSetValue()voidsetName(String value)Sets the value of the name property.voidsetValue(String value)Sets the value of the value property.
-
-
-
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 isString
-
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 isString
-
isSetValue
public boolean isSetValue()
-
-