Interface AllDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource
    All Known Implementing Classes:
    AllDocumentImpl

    public interface AllDocument
    extends XmlObject
    A document containing one all(@http://www.w3.org/2001/XMLSchema) element. This is a complex type.
    • Method Detail

      • getAll

        All getAll()
        Gets the "all" element
      • setAll

        void setAll​(All all)
        Sets the "all" element
      • addNewAll

        All addNewAll()
        Appends and returns a new empty "all" element