public interface EventType
Modifier and Type | Method and Description |
---|---|
EDAEventTypeID |
getEventTypeId()
Get the QName for the event type.
|
java.lang.String |
getEventTypeName()
Get name of the event type
|
com.softwareag.ext.castor.xml.schema.ElementDecl |
getRootElementDecl()
Get root element of event schema
|
com.softwareag.ext.castor.xml.schema.Schema |
getSchema() |
java.lang.String |
getTargetNamespace() |
java.lang.String |
toString(int indent)
Get event type schema formatted using given number of spaces for indentation
|
java.lang.String toString(int indent) throws EDAEventTypeStoreException
indent
- if < 0: no indentationEDAEventTypeStoreException
com.softwareag.ext.castor.xml.schema.Schema getSchema()
java.lang.String getTargetNamespace()
EDAEventTypeID getEventTypeId()
com.softwareag.ext.castor.xml.schema.ElementDecl getRootElementDecl() throws EDAEventTypeStoreException
EDAEventTypeStoreException
- thrown if root element is not uniquejava.lang.String getEventTypeName() throws EDAEventTypeStoreException
EDAEventTypeStoreException
- thrown if root element is not unique