Package org.apache.xmlbeans
Interface SchemaAnnotation.Attribute
- 
- Enclosing interface:
 - SchemaAnnotation
 
public static interface SchemaAnnotation.AttributeRepresents an attribute instance 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.xml.namespace.QNamegetName()Returns the name of the attributejava.lang.StringgetValue()Returns the value of the attributejava.lang.StringgetValueUri()In case the value of this attribute is a QName, returns the URI to which the prefix in the value is bound 
 - 
 
- 
- 
Method Detail
- 
getName
javax.xml.namespace.QName getName()
Returns the name of the attribute 
- 
getValue
java.lang.String getValue()
Returns the value of the attribute 
- 
getValueUri
java.lang.String getValueUri()
In case the value of this attribute is a QName, returns the URI to which the prefix in the value is bound 
 - 
 
 -