org.apache.cxf.wsdl
Class TExtensibilityElementImpl
java.lang.Object
org.apache.cxf.wsdl.TExtensibilityElement
org.apache.cxf.wsdl.TExtensibilityElementImpl
- All Implemented Interfaces:
- javax.wsdl.extensions.ExtensibilityElement
- Direct Known Subclasses:
- UsingAddressing
public class TExtensibilityElementImpl
- extends org.apache.cxf.wsdl.TExtensibilityElement
- implements javax.wsdl.extensions.ExtensibilityElement
Implements the ExtensibilityElement
interface.
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
required |
Method Summary |
javax.xml.namespace.QName |
getElementType()
Returns the type of this extensibility element. |
java.lang.Boolean |
getRequired()
Get whether or not the semantics of this extension are required. |
void |
setElementType(javax.xml.namespace.QName type)
Sets the type of this extensibility element. |
void |
setRequired(java.lang.Boolean value)
|
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement |
isRequired, isSetRequired, setRequired, unsetRequired |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TExtensibilityElementImpl
public TExtensibilityElementImpl()
getElementType
public javax.xml.namespace.QName getElementType()
- Returns the type of this extensibility element.
- Specified by:
getElementType
in interface javax.wsdl.extensions.ExtensibilityElement
- Returns:
- QName the type of this element.
setElementType
public void setElementType(javax.xml.namespace.QName type)
- Sets the type of this extensibility element.
- Specified by:
setElementType
in interface javax.wsdl.extensions.ExtensibilityElement
- Parameters:
type
- QName the type of this element.
getRequired
public java.lang.Boolean getRequired()
- Get whether or not the semantics of this extension are required.
Relates to the wsdl:required attribute.
- Specified by:
getRequired
in interface javax.wsdl.extensions.ExtensibilityElement
- Returns:
- Boolean
setRequired
public void setRequired(java.lang.Boolean value)
- Specified by:
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
Apache CXF