Class SchemaItemAttribute

java.lang.Object
com.espertech.esper.common.internal.event.xml.SchemaItemAttribute
All Implemented Interfaces:
SchemaItem, Serializable

public class SchemaItemAttribute extends Object implements SchemaItem, Serializable
Represents an attribute in a schema.
See Also:
  • Constructor Details

    • SchemaItemAttribute

      public SchemaItemAttribute(String namespace, String name, short type, String typeName)
      Ctor.
      Parameters:
      namespace - namespace
      name - name
      type - attribute type
      typeName - attribute type name
  • Method Details

    • getNamespace

      public String getNamespace()
      Returns the namespace.
      Returns:
      namespace
    • getName

      public String getName()
      Returns the name.
      Returns:
      name
    • getXsSimpleType

      public short getXsSimpleType()
      Returns the type.
      Returns:
      type
    • getTypeName

      public String getTypeName()
      Returns the type name.
      Returns:
      type name
    • toString

      public String toString()
      Overrides:
      toString in class Object