Class TypeAttribute

  • All Implemented Interfaces:
    IComponent

    public class TypeAttribute
    extends AttributeBase
    Global type reference as an attribute.
    Author:
    Dennis M. Sosnoski
    • Field Detail

      • s_allowedAttributes

        public static final org.jibx.util.StringArray s_allowedAttributes
        List of allowed attribute names.
    • Constructor Detail

      • TypeAttribute

        public TypeAttribute​(SchemaBase owner)
        Constructor.
        Parameters:
        owner - owning element
    • Method Detail

      • getType

        public org.jibx.runtime.QName getType()
        Get type qualified name.
        Returns:
        type qualified name
      • setType

        public void setType​(org.jibx.runtime.QName qname)
        Set type qualified name.
        Parameters:
        qname - type qualified name