Class Element


  • public class Element
    extends Object
    • Constructor Detail

      • Element

        public Element()
    • Method Detail

      • getName

        public QName getName()
      • setName

        public void setName​(QName name)
      • isRef

        public boolean isRef()
      • setRef

        public void setRef​(Element ref)
      • isGlobal

        public boolean isGlobal()
      • setGlobal

        public void setGlobal​(boolean isGlobal)
      • getMinOccurs

        public int getMinOccurs()
      • setMinOccurs

        public void setMinOccurs​(int minOccurs)
      • getMaxOccurs

        public int getMaxOccurs()
      • setMaxOccurs

        public void setMaxOccurs​(int maxOccurs)
      • isNillable

        public boolean isNillable()
      • setNillable

        public void setNillable​(boolean isNillable)
      • getType

        public Type getType()
      • setType

        public void setType​(Type type)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String comment)