public class Header extends ExtensibleDocumentedType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/ns/wsdl}ExtensibleDocumentedType">
<attribute name="element" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="mustUnderstand" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
element |
protected Boolean |
mustUnderstand |
protected Boolean |
required |
documentations| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getElement()
Gets the value of the element property.
|
Boolean |
isMustUnderstand()
Gets the value of the mustUnderstand property.
|
Boolean |
isRequired()
Gets the value of the required property.
|
void |
setElement(QName value)
Sets the value of the element property.
|
void |
setMustUnderstand(Boolean value)
Sets the value of the mustUnderstand property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
getOtherAttributesgetDocumentationsprotected QName element
protected Boolean mustUnderstand
protected Boolean required
public QName getElement()
QNamepublic void setElement(QName value)
value - allowed object is
QNamepublic Boolean isMustUnderstand()
Booleanpublic void setMustUnderstand(Boolean value)
value - allowed object is
Booleanpublic Boolean isRequired()
BooleanCopyright © 2017. All rights reserved.