com.espertech.esper.event.xml
Class SchemaItemAttribute

java.lang.Object
  extended by com.espertech.esper.event.xml.SchemaItemAttribute
All Implemented Interfaces:
SchemaItem, java.io.Serializable

public class SchemaItemAttribute
extends java.lang.Object
implements SchemaItem, java.io.Serializable

Represents an attribute in a schema.

See Also:
Serialized Form

Constructor Summary
SchemaItemAttribute(java.lang.String namespace, java.lang.String name, short type, java.lang.String typeName)
          Ctor.
 
Method Summary
 java.lang.String getName()
          Returns the name.
 java.lang.String getNamespace()
          Returns the namespace.
 java.lang.String getTypeName()
          Returns the type name.
 short getXsSimpleType()
          Returns the type.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaItemAttribute

public SchemaItemAttribute(java.lang.String namespace,
                           java.lang.String name,
                           short type,
                           java.lang.String typeName)
Ctor.

Parameters:
namespace - namespace
name - name
type - attribute type
typeName - attribute type name
Method Detail

getNamespace

public java.lang.String getNamespace()
Returns the namespace.

Returns:
namespace

getName

public java.lang.String getName()
Returns the name.

Returns:
name

getXsSimpleType

public short getXsSimpleType()
Returns the type.

Returns:
type

getTypeName

public java.lang.String getTypeName()
Returns the type name.

Returns:
type name

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com