com.espertech.esper.event.xml
Interface SchemaElement

All Superinterfaces:
SchemaItem
All Known Implementing Classes:
SchemaElementComplex, SchemaElementSimple

public interface SchemaElement
extends SchemaItem

Schema element is a simple or complex element.


Method Summary
 java.lang.String getName()
          Returns the name.
 java.lang.String getNamespace()
          Returns the namespace.
 boolean isArray()
          Returns true for unbounded or max>1
 

Method Detail

getNamespace

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

Returns:
namespace

getName

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

Returns:
name

isArray

boolean isArray()
Returns true for unbounded or max>1

Returns:
array indicator

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