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

QName getName()
Returns the name of the attribute


getValue

String getValue()
Returns the value of the attribute