Interface ExtensibilityElement

    • Method Detail

      • setElementType

        void setElementType​(QName elementType)
        Set the type of this extensibility element.
        Parameters:
        elementType - the type
      • getElementType

        QName getElementType()
        Get the type of this extensibility element.
        Returns:
        the extensibility element's type
      • setRequired

        void setRequired​(Boolean required)
        Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.
      • getRequired

        Boolean getRequired()
        Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.