Interface NestedParticle

    • Method Detail

      • addSequence

        void addSequence​(Sequence sequence)
      • addChoice

        void addChoice​(Choice choice)
      • addElement

        void addElement​(Element elem)
      • addAny

        void addAny​(Any any)
      • hasAny

        boolean hasAny()
      • setSequences

        void setSequences​(java.util.List sequences)
      • setChoices

        void setChoices​(java.util.List choices)
      • setAnys

        void setAnys​(java.util.List anys)
      • setElements

        void setElements​(java.util.List elements)
      • setMinOccurs

        void setMinOccurs​(java.lang.String minOccurs)
      • getMinOccurs

        java.lang.String getMinOccurs()
      • getMaxOccurs

        java.lang.String getMaxOccurs()
      • setMaxOccurs

        void setMaxOccurs​(java.lang.String maxOccurs)
      • isEmpty

        boolean isEmpty()