Class Attribute
- java.lang.Object
-
- org.apache.xmlbeans.impl.inst2xsd.util.Attribute
-
public class Attribute extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Attribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.namespace.QName
getName()
Attribute
getRef()
Type
getType()
boolean
isGlobal()
boolean
isOptional()
boolean
isRef()
void
setGlobal(boolean isGlobal)
void
setName(javax.xml.namespace.QName name)
void
setOptional(boolean isOptional)
void
setRef(Attribute ref)
void
setType(Type type)
java.lang.String
toString()
-
-
-
Method Detail
-
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 classjava.lang.Object
-
-