Package org.jibx.schema
Interface INamed
-
- All Known Implementing Classes:
AttributeElement,AttributeGroupElement,CommonTypeDefinition,ComplexTypeElement,ElementElement,GroupElement,NotationElement,SchemaTypes.SchemaSimpleType,SimpleTypeElement
public interface INamedInterface for schema components with names.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get "name" attribute value.org.jibx.runtime.QNamegetQName()Get qualified name of item.
-
-
-
Method Detail
-
getName
String getName()
Get "name" attribute value.- Returns:
- name attribute value
-
getQName
org.jibx.runtime.QName getQName()
Get qualified name of item. This method is only usable after validation.- Returns:
- qualified name
-
-