public class THeader extends TExtensibilityElement
Java class for tHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tHeader">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<sequence>
<element ref="{http://schemas.xmlsoap.org/wsdl/soap/}headerfault" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://schemas.xmlsoap.org/wsdl/soap/}tHeaderAttributes"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
encodingStyle |
protected List<THeaderFault> |
headerfault |
protected QName |
message |
protected String |
namespace |
protected String |
part |
protected UseChoice |
use |
required| Constructor and Description |
|---|
THeader() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEncodingStyle()
Gets the value of the encodingStyle property.
|
List<THeaderFault> |
getHeaderfault()
Gets the value of the headerfault property.
|
QName |
getMessage()
Gets the value of the message property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getPart()
Gets the value of the part property.
|
UseChoice |
getUse()
Gets the value of the use property.
|
void |
setMessage(QName value)
Sets the value of the message property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setPart(String value)
Sets the value of the part property.
|
void |
setUse(UseChoice value)
Sets the value of the use property.
|
isRequired, setRequiredprotected List<THeaderFault> headerfault
protected QName message
protected String part
protected UseChoice use
protected String namespace
public List<THeaderFault> getHeaderfault()
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 headerfault property.
For example, to add a new item, do as follows:
getHeaderfault().add(newItem);
Objects of the following type(s) are allowed in the list
THeaderFault
public QName getMessage()
QNamepublic void setMessage(QName value)
value - allowed object is
QNamepublic String getPart()
Stringpublic void setPart(String value)
value - allowed object is
Stringpublic UseChoice getUse()
UseChoicepublic void setUse(UseChoice value)
value - allowed object is
UseChoicepublic List<String> getEncodingStyle()
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 encodingStyle property.
For example, to add a new item, do as follows:
getEncodingStyle().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getNamespace()
StringCopyright © 2013 jbundle.org. All Rights Reserved.