Class Attribute
java.lang.Object
org.apache.xmlbeans.impl.inst2xsd.util.Attribute
public class Attribute extends Object
- Author:
- Cezar Andrei (cezar.andrei at bea.com) Date: Jul 18, 2004
-
Constructor Summary
Constructors Constructor Description Attribute()
-
Method Summary
Modifier and Type Method Description QName
getName()
Attribute
getRef()
Type
getType()
boolean
isGlobal()
boolean
isOptional()
boolean
isRef()
void
setGlobal(boolean isGlobal)
void
setName(QName name)
void
setOptional(boolean isOptional)
void
setRef(Attribute ref)
void
setType(Type type)
String
toString()
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details