Class 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 Detail

      • TExtensibilityElementImpl

        public TExtensibilityElementImpl()
    • Method Detail

      • 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