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
 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


Project Web Site