org.jibx.v2
Interface MappedType

All Superinterfaces:
MappedStructure

public interface MappedType
extends MappedStructure

Interface implemented by all classes corresponding to global <complexType> definitions when type substitution is enabled. Besides the actual interface methods, classes also define a public static ClassName _check_substituted(XmlReader, ClassName) method, which returns an unmarshalled instance of the appropriate type, after taking type substitution into account.


Method Summary
 QName _get_type_qname()
          Get the qualified name of this type.
 
Methods inherited from interface org.jibx.v2.MappedStructure
_marshal, _unmarshal
 

Method Detail

_get_type_qname

QName _get_type_qname()
Get the qualified name of this type.

Returns:
qualified name


Project Web Site