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