Package org.jibx.schema.attributes
Class TypeAttribute
- java.lang.Object
-
- org.jibx.schema.attributes.AttributeBase
-
- org.jibx.schema.attributes.TypeAttribute
-
- All Implemented Interfaces:
IComponent
public class TypeAttribute extends AttributeBase
Global type reference as an attribute.- Author:
- Dennis M. Sosnoski
-
-
Field Summary
Fields Modifier and Type Field Description static org.jibx.util.StringArrays_allowedAttributesList of allowed attribute names.-
Fields inherited from interface org.jibx.schema.IComponent
SCHEMA_NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description TypeAttribute(SchemaBase owner)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jibx.runtime.QNamegetType()Get type qualified name.voidsetType(org.jibx.runtime.QName qname)Set type qualified name.-
Methods inherited from class org.jibx.schema.attributes.AttributeBase
getOwner, prevalidate, validate
-
-
-
-
Constructor Detail
-
TypeAttribute
public TypeAttribute(SchemaBase owner)
Constructor.- Parameters:
owner- owning element
-
-