java.lang.Object
org.apache.xmlbeans.impl.inst2xsd.util.Element

public class Element extends Object
  • Field Details

  • Constructor Details

    • Element

      public Element()
  • Method Details

    • getName

      public QName getName()
    • setName

      public void setName(QName name)
    • isRef

      public boolean isRef()
    • getRef

      public Element getRef()
    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object