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:
- AddressType, AddressType, AddressType, BindingType, BindingType, ClientBehaviorPolicyType, ClientConfig, HTTPClientPolicy, HTTPServerPolicy, OperationType, OperationType, PolicyType, ServerBehaviorPolicyType, ServerConfig, SessionPoolType, TypeMappingType, UsingAddressing, XMLBindingMessageFormat, XMLFormatBinding
public class TExtensibilityElementImpl
- extends TExtensibilityElement
- implements javax.wsdl.extensions.ExtensibilityElement
Implements the ExtensibilityElement
interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TExtensibilityElementImpl
public TExtensibilityElementImpl()
getElementType
public 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(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 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(Boolean value)
- Specified by:
setRequired
in interface javax.wsdl.extensions.ExtensibilityElement
Apache CXF