org.jibx.schema
Interface INamed

All Known Implementing Classes:
AttributeElement, AttributeGroupElement, CommonTypeDefinition, ComplexTypeElement, ElementElement, GroupElement, NotationElement, SchemaTypes.SchemaSimpleType, SimpleTypeElement

public interface INamed

Interface for schema components with names.


Method Summary
 String getName()
          Get "name" attribute value.
 QName getQName()
          Get qualified name of item.
 

Method Detail

getName

String getName()
Get "name" attribute value.

Returns:
name attribute value

getQName

QName getQName()
Get qualified name of item. This method is only usable after validation.

Returns:
qualified name


Copyright © 2005-2012 jibx.org. All Rights Reserved.