Interface SchemaElement

All Superinterfaces:
SchemaItem
All Known Implementing Classes:
SchemaElementComplex, SchemaElementSimple

public interface SchemaElement extends SchemaItem
Schema element is a simple or complex element.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name.
    Returns the namespace.
    boolean
    Returns true for unbounded or max>1
  • Method Details

    • getNamespace

      String getNamespace()
      Returns the namespace.
      Returns:
      namespace
    • getName

      String getName()
      Returns the name.
      Returns:
      name
    • isArray

      boolean isArray()
      Returns true for unbounded or max>1
      Returns:
      array indicator