Package | Description |
---|---|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Method and Description |
---|---|
List<SchemaElementSimple> |
SchemaElementComplex.getSimpleElements()
Returns simple child elements.
|
Constructor and Description |
---|
SchemaElementComplex(String name,
String namespace,
List<SchemaItemAttribute> attributes,
List<SchemaElementComplex> children,
List<SchemaElementSimple> simpleElements,
boolean isArray,
Short optionalSimpleType,
String optionalSimpleTypeName)
Ctor.
|