Package org.jibx.v2
Interface MappedType
- All Superinterfaces:
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
Methods inherited from interface org.jibx.v2.MappedStructure
_marshal, _unmarshal
-
Method Details
-
_get_type_qname
QName _get_type_qname()Get the qualified name of this type.- Returns:
- qualified name
-