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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QName
getRef()
Get reference qualified name.
-
-
-
Method Detail
-
getRef
QName getRef()
Get reference qualified name. This method is only usable after validation.- Returns:
- qualified name,
null
if none
-
-