Package org.apache.xmlbeans
Interface SchemaAnnotation.Attribute
-
- Enclosing interface:
- SchemaAnnotation
public static interface SchemaAnnotation.Attribute
Represents an attribute instance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.xml.namespace.QName
getName()
Returns the name of the attributejava.lang.String
getValue()
Returns the value of the attributejava.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
-
-
-
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
-
-