Package org.apache.cxf.wsdl
Class TExtensibilityElementImpl
java.lang.Object
org.apache.cxf.wsdl.TExtensibilityElementImpl
- All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement
- Direct Known Subclasses:
JAXBExtensibilityElement
public class TExtensibilityElementImpl
extends Object
implements javax.wsdl.extensions.ExtensibilityElement
Implements the
ExtensibilityElement interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the type of this extensibility element.Get whether or not the semantics of this extension are required.voidsetElementType(QName type) Sets the type of this extensibility element.voidsetRequired(Boolean value)
-
Constructor Details
-
TExtensibilityElementImpl
public TExtensibilityElementImpl()
-
-
Method Details
-
getElementType
Returns the type of this extensibility element.- Specified by:
getElementTypein interfacejavax.wsdl.extensions.ExtensibilityElement- Returns:
- QName the type of this element.
-
setElementType
Sets the type of this extensibility element.- Specified by:
setElementTypein interfacejavax.wsdl.extensions.ExtensibilityElement- Parameters:
type- QName the type of this element.
-
getRequired
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
getRequiredin interfacejavax.wsdl.extensions.ExtensibilityElement- Returns:
- Boolean
-
setRequired
- Specified by:
setRequiredin interfacejavax.wsdl.extensions.ExtensibilityElement
-