Interface ListDocument.List

All Superinterfaces:
Annotated, OpenAttrs, XmlObject, XmlTokenSource
All Known Implementing Classes:
ListDocumentImpl.ListImpl
Enclosing interface:
ListDocument

public static interface ListDocument.List extends Annotated
An XML list(@http://www.w3.org/2001/XMLSchema). This is a complex type.
  • Field Details

  • Method Details

    • getSimpleType

      LocalSimpleType getSimpleType()
      Gets the "simpleType" element
    • isSetSimpleType

      boolean isSetSimpleType()
      True if has "simpleType" element
    • setSimpleType

      void setSimpleType(LocalSimpleType simpleType)
      Sets the "simpleType" element
    • addNewSimpleType

      LocalSimpleType addNewSimpleType()
      Appends and returns a new empty "simpleType" element
    • unsetSimpleType

      void unsetSimpleType()
      Unsets the "simpleType" element
    • getItemType

      QName getItemType()
      Gets the "itemType" attribute
    • xgetItemType

      XmlQName xgetItemType()
      Gets (as xml) the "itemType" attribute
    • isSetItemType

      boolean isSetItemType()
      True if has "itemType" attribute
    • setItemType

      void setItemType(QName itemType)
      Sets the "itemType" attribute
    • xsetItemType

      void xsetItemType(XmlQName itemType)
      Sets (as xml) the "itemType" attribute
    • unsetItemType

      void unsetItemType()
      Unsets the "itemType" attribute