public class UnknownExtensionElement extends Object implements ExtensionElement
Based on the same class from WSDL4J.
UnknownExtensionSerializer
,
UnknownExtensionDeserializer
Modifier and Type | Field and Description |
---|---|
protected XMLElement |
element |
protected QName |
elementQN |
protected Boolean |
required |
Constructor and Description |
---|
UnknownExtensionElement() |
Modifier and Type | Method and Description |
---|---|
XMLElement |
getElement()
Get the Element for this extensibility element.
|
QName |
getExtensionType()
Get the type of this extensibility element.
|
Boolean |
isRequired()
Get whether or not the semantics of this extension
are required.
|
void |
setElement(XMLElement element)
Set the Element for this extensibility element.
|
void |
setExtensionType(QName elementQN)
Set the type of this extensibility element.
|
void |
setRequired(Boolean required)
Set whether or not the semantics of this extension
are required.
|
String |
toString() |
protected QName elementQN
protected Boolean required
protected XMLElement element
public void setExtensionType(QName elementQN)
setExtensionType
in interface ExtensionElement
elementQN
- the typepublic QName getExtensionType()
getExtensionType
in interface ExtensionElement
public void setRequired(Boolean required)
setRequired
in interface ExtensionElement
public Boolean isRequired()
isRequired
in interface ExtensionElement
public void setElement(XMLElement element)
element
- the unknown element that was encounteredpublic XMLElement getElement()
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.