public class AnnotationXMLSchemaField extends Object implements XMLSchemaField
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
AnnotationXMLSchemaField() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
String |
castToType() |
String |
eventTypeName() |
String |
getCastToType() |
String |
getEventTypeName() |
String |
getName() |
String |
getType() |
String |
getXpath() |
String |
name() |
void |
setCastToType(String castToType) |
void |
setEventTypeName(String eventTypeName) |
void |
setName(String name) |
void |
setType(String type) |
void |
setXpath(String xpath) |
static CodegenExpression |
toExpression(XMLSchemaField field,
CodegenMethod parent,
CodegenClassScope scope) |
String |
type() |
String |
xpath() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public static final EPTypeClass EPTYPE
public static CodegenExpression toExpression(XMLSchemaField field, CodegenMethod parent, CodegenClassScope scope)
public String name()
public String xpath()
public String type()
public String eventTypeName()
public String castToType()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public String getName()
public void setName(String name)
public String getXpath()
public void setXpath(String xpath)
public String getType()
public void setType(String type)
public String getEventTypeName()
public void setEventTypeName(String eventTypeName)
public String getCastToType()
public void setCastToType(String castToType)
Copyright © 2005–2020. All rights reserved.