com.espertech.esper.event.xml
Class SchemaModel

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

public class SchemaModel
extends java.lang.Object
implements java.io.Serializable

Represents a XSD schema or other metadata for a class of XML documents.

See Also:
Serialized Form

Constructor Summary
SchemaModel(java.util.List<SchemaElementComplex> components, java.util.List<java.lang.String> namespaces)
          Ctor.
SchemaModel(SchemaElementComplex component, java.util.List<java.lang.String> namespaces)
          Ctor.
 
Method Summary
 java.util.List<SchemaElementComplex> getComponents()
          Returns top-level components.
 java.util.List<java.lang.String> getNamespaces()
          Returns namespaces.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaModel

public SchemaModel(java.util.List<SchemaElementComplex> components,
                   java.util.List<java.lang.String> namespaces)
Ctor.

Parameters:
components - the top level components.
namespaces - list of namespaces

SchemaModel

public SchemaModel(SchemaElementComplex component,
                   java.util.List<java.lang.String> namespaces)
Ctor.

Parameters:
component - top level component
namespaces - list of namespaces
Method Detail

getComponents

public java.util.List<SchemaElementComplex> getComponents()
Returns top-level components.

Returns:
components

getNamespaces

public java.util.List<java.lang.String> getNamespaces()
Returns namespaces.

Returns:
namespaces

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