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 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
    • 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