public class TExtensibilityElementImpl extends TExtensibilityElement implements javax.wsdl.extensions.ExtensibilityElement
ExtensibilityElement interface.required| 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) |
isRequired, isSetRequired, setRequired, unsetRequiredpublic QName getElementType()
getElementType in interface javax.wsdl.extensions.ExtensibilityElementpublic void setElementType(QName type)
setElementType in interface javax.wsdl.extensions.ExtensibilityElementtype - QName the type of this element.public Boolean getRequired()
getRequired in interface javax.wsdl.extensions.ExtensibilityElementpublic void setRequired(Boolean value)
setRequired in interface javax.wsdl.extensions.ExtensibilityElementApache CXF