public class TExtensibilityElementImpl extends Object implements javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement
interface.Constructor and Description |
---|
TExtensibilityElementImpl() |
Modifier and Type | Method and Description |
---|---|
QName |
getElementType()
Returns the type of this extensibility element.
|
Boolean |
getRequired()
Get whether or not the semantics of this extension are required.
|
void |
setElementType(QName type)
Sets the type of this extensibility element.
|
void |
setRequired(Boolean value) |
public QName getElementType()
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
public void setElementType(QName type)
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
type
- QName the type of this element.public Boolean getRequired()
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
public void setRequired(Boolean value)
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
Apache CXF