org.apache.xmlbeans
Interface SchemaAnnotation.Attribute

Enclosing interface:
SchemaAnnotation

public static interface SchemaAnnotation.Attribute

Represents an attribute instance


Method Summary
 QName getName()
          Returns the name of the attribute
 String getValue()
          Returns the value of the attribute
 

Method Detail

getName

public QName getName()
Returns the name of the attribute


getValue

public String getValue()
Returns the value of the attribute