Package org.jibx.schema
Interface IReference
- All Known Implementing Classes:
AttributeElement
,AttributeGroupRefElement
,ElementElement
,GroupRefElement
public interface IReference
Interface for schema components referencing other components.
-
Method Summary
-
Method Details
-
getRef
QName getRef()Get reference qualified name. This method is only usable after validation.- Returns:
- qualified name,
null
if none
-