Interface ListType

All Superinterfaces:
SchemaComponent, SchemaType, Serializable, SimpleType
All Known Implementing Classes:
BuiltInListType

public interface ListType extends SimpleType
Interface representing a simple type of variety List
  • Method Details

    • getItemType

      SimpleType getItemType()
      Returns the simpleType of the items in this ListType. This method assumes that the item type has been fully resolved
      Returns:
      the simpleType of the items in this ListType.
      Throws:
      IllegalStateException - if the item type has not been fully resolved