Class AllDocumentImpl

All Implemented Interfaces:
Serializable, TypeStoreUser, AllDocument, SimpleValue, XmlObject, XmlTokenSource

public class AllDocumentImpl extends XmlComplexContentImpl implements AllDocument
A document containing one all(@http://www.w3.org/2001/XMLSchema) element. This is a complex type.
See Also:
  • Constructor Details

    • AllDocumentImpl

      public AllDocumentImpl(SchemaType sType)
  • Method Details

    • getAll

      public All getAll()
      Gets the "all" element
      Specified by:
      getAll in interface AllDocument
    • setAll

      public void setAll(All all)
      Sets the "all" element
      Specified by:
      setAll in interface AllDocument
    • addNewAll

      public All addNewAll()
      Appends and returns a new empty "all" element
      Specified by:
      addNewAll in interface AllDocument