public static interface SchemaAnnotation.Attribute
Modifier and Type | Method and Description |
---|---|
QName |
getName()
Returns the name of the attribute
|
java.lang.String |
getValue()
Returns the value of the attribute
|
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
|
QName getName()
java.lang.String getValue()
java.lang.String getValueUri()