Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Get "name" attribute value.QName
getQName()
Get qualified name of item.
-
-
-
Method Detail
-
getName
java.lang.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
-
-