Class XmlSchemaSimpleTypeList

All Implemented Interfaces:
XmlSchemaObjectBase

public class XmlSchemaSimpleTypeList extends XmlSchemaSimpleTypeContent
Class for the list of simpleType elements. Defines a simpleType element as a list of values of a specified data type. Represents the World Wide Web Consortium (W3C) list element.
  • Field Details

  • Constructor Details

    • XmlSchemaSimpleTypeList

      public XmlSchemaSimpleTypeList()
      Creates new XmlSchemaSimpleTypeList
  • Method Details

    • getItemType

      public XmlSchemaSimpleType getItemType()
    • setItemType

      public void setItemType(XmlSchemaSimpleType itemType)
    • getItemTypeName

      public QName getItemTypeName()
    • setItemTypeName

      public void setItemTypeName(QName itemTypeName)