org.jibx.v2
Interface MappedElement

All Superinterfaces:
MappedStructure

public interface MappedElement
extends MappedStructure

Interface implemented by all classes corresponding to schema global <element> definitions.


Method Summary
 QName _get_element_qname()
          Get the qualified name of the element used for this instance.
 
Methods inherited from interface org.jibx.v2.MappedStructure
_marshal, _unmarshal
 

Method Detail

_get_element_qname

QName _get_element_qname()
Get the qualified name of the element used for this instance.

Returns:
qualified name


Project Web Site