public interface SOAPHeaderBlockElement extends ExtensionElement, AttributeExtensible, ElementExtensible
Modifier and Type | Method and Description |
---|---|
void |
addDocumentationElement(DocumentationElement docEl) |
DocumentationElement[] |
getDocumentationElements() |
org.apache.ws.commons.schema.XmlSchemaElement |
getElement()
Returns the Schema element declaration identified by the QName in the 'element'
attribute of the <wsoap:header> element.
|
QName |
getElementName() |
WSDLElement |
getParentElement() |
Boolean |
mustUnderstand() |
void |
setElementName(QName qname)
Set the QName that identifies the Schema element declaration
relating to this soap header.
|
void |
setMustUnderstand(Boolean understood) |
void |
setParentElement(WSDLElement wsdlEl) |
getExtensionType, isRequired, setExtensionType, setRequired
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
void setElementName(QName qname)
qname
- the QName that identifies a Schema element declarationQName getElementName()
org.apache.ws.commons.schema.XmlSchemaElement getElement()
void setMustUnderstand(Boolean understood)
Boolean mustUnderstand()
void setParentElement(WSDLElement wsdlEl)
WSDLElement getParentElement()
void addDocumentationElement(DocumentationElement docEl)
DocumentationElement[] getDocumentationElements()
Copyright © 2005–2016 Apache Software Foundation. All rights reserved.