Package 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 apublic static ClassName _check_substituted(XmlReader, ClassName)
method, which returns an unmarshalled instance of the appropriate type, after taking type substitution into account.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-