Interface AbsItfComplexType<A extends AbsItfAttribute,​S extends AbsItfSequence,​All extends AbsItfAll,​Ch extends AbsItfChoice,​CC extends AbsItfComplexContent,​SC extends AbsItfSimpleContent>

    • Method Detail

      • getAttributes

        List<A> getAttributes()
      • addAttribute

        void addAttribute​(A attr)
      • getAttribute

        A getAttribute​(String attr)
      • getSequence

        S getSequence()
      • hasSequence

        boolean hasSequence()
      • setSequence

        void setSequence​(S sequence)
      • createSequence

        S createSequence()
      • getAll

        All getAll()
      • hasAll

        boolean hasAll()
      • setAll

        void setAll​(All all)
      • createAll

        All createAll()
      • getChoice

        Ch getChoice()
      • hasChoice

        boolean hasChoice()
      • setChoice

        void setChoice​(Ch choice)
      • createChoice

        Ch createChoice()
      • getComplexContent

        CC getComplexContent()
      • hasComplexContent

        boolean hasComplexContent()
      • setComplexContent

        void setComplexContent​(CC complexContent)
      • createComplexContent

        CC createComplexContent()
      • getSimpleContent

        SC getSimpleContent()
      • hasSimpleContent

        boolean hasSimpleContent()
      • setSimpleContent

        void setSimpleContent​(SC simpleContent)
      • createSimpleContent

        SC createSimpleContent()