Interface ChoiceDocument

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

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

      • setChoice

        void setChoice​(ExplicitGroup choice)
        Sets the "choice" element
      • addNewChoice

        ExplicitGroup addNewChoice()
        Appends and returns a new empty "choice" element