@Retention(value=RUNTIME) public @interface XMLSchemaField
Modifier and Type | Required Element and Description |
---|---|
String |
name
Property name
|
String |
type
javax.xml.xpath.XPathConstants type as a string, i.e.
|
String |
xpath
XPath expression
|
Modifier and Type | Optional Element and Description |
---|---|
String |
castToType
For casting the xpath evaluation result to a given type
|
String |
eventTypeName
For use when event properties themselves has an xml event type
|
public abstract String name
public abstract String xpath
public abstract String type
public abstract String eventTypeName
public abstract String castToType
Copyright © 2005–2021. All rights reserved.