Interface INamed

All Known Implementing Classes:
AttributeElement, AttributeGroupElement, CommonTypeDefinition, ComplexTypeElement, ElementElement, GroupElement, NotationElement, SchemaTypes.SchemaSimpleType, SimpleTypeElement

public interface INamed
Interface for schema components with names.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get "name" attribute value.
    Get qualified name of item.
  • Method Details

    • getName

      String getName()
      Get "name" attribute value.
      Returns:
      name attribute value
    • getQName

      QName getQName()
      Get qualified name of item. This method is only usable after validation.
      Returns:
      qualified name