Class Attribute

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

public class Attribute extends Object
  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • getName

      public QName getName()
    • setName

      public void setName(QName name)
    • getType

      public Type getType()
    • setType

      public void setType(Type type)
    • isRef

      public boolean isRef()
    • getRef

      public Attribute getRef()
    • setRef

      public void setRef(Attribute ref)
    • isGlobal

      public boolean isGlobal()
    • setGlobal

      public void setGlobal(boolean isGlobal)
    • isOptional

      public boolean isOptional()
    • setOptional

      public void setOptional(boolean isOptional)
    • toString

      public String toString()
      Overrides:
      toString in class Object