org.apache.cxf.wsdl
Class TExtensibilityElementImpl
java.lang.Object
   org.apache.cxf.wsdl.TExtensibilityElement
org.apache.cxf.wsdl.TExtensibilityElement
       org.apache.cxf.wsdl.TExtensibilityElementImpl
org.apache.cxf.wsdl.TExtensibilityElementImpl
- All Implemented Interfaces: 
- javax.wsdl.extensions.ExtensibilityElement
- Direct Known Subclasses: 
- AddressType, BindingType, OperationType, UsingAddressing
- public class TExtensibilityElementImpl 
- extends TExtensibilityElement- implements javax.wsdl.extensions.ExtensibilityElement
Implements the ExtensibilityElement interface.
 
 
 
| 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 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:
- getElementTypein 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:
- setElementTypein 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:
- getRequiredin interface- javax.wsdl.extensions.ExtensibilityElement
 
- 
- Returns:
- Boolean
 
setRequired
public void setRequired(java.lang.Boolean value)
- 
- Specified by:
- setRequiredin interface- javax.wsdl.extensions.ExtensibilityElement
 
- 
 
Apache CXF