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 theExtensibilityElementinterface.
-
-
Constructor Summary
Constructors Constructor Description TExtensibilityElementImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetElementType()Returns the type of this extensibility element.BooleangetRequired()Get whether or not the semantics of this extension are required.voidsetElementType(QName type)Sets the type of this extensibility element.voidsetRequired(Boolean value)
-
-
-
Method Detail
-
getElementType
public QName getElementType()
Returns the type of this extensibility element.- Specified by:
getElementTypein interfacejavax.wsdl.extensions.ExtensibilityElement- Returns:
- QName the type of this element.
-
setElementType
public void setElementType(QName type)
Sets the type of this extensibility element.- Specified by:
setElementTypein interfacejavax.wsdl.extensions.ExtensibilityElement- Parameters:
type- QName the type of this element.
-
getRequired
public Boolean 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
public void setRequired(Boolean value)
- Specified by:
setRequiredin interfacejavax.wsdl.extensions.ExtensibilityElement
-
-