org.apache.xmlbeans.impl.inst2xsd.util
Class Attribute
java.lang.Object
org.apache.xmlbeans.impl.inst2xsd.util.Attribute
public class Attribute
- extends java.lang.Object
- Author:
- Cezar Andrei (cezar.andrei at bea.com) Date: Jul 18, 2004
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Attribute
public Attribute()
getName
public javax.xml.namespace.QName getName()
setName
public void setName(javax.xml.namespace.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 java.lang.String toString()
- Overrides:
toString
in class java.lang.Object