|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface XmlDataType
An annotation declaring a complex data type with its relevant sub object types. Each object type which should map to a complex element and for which a type mapping should be constructed from annotations must be annotated with this annotation.
Optional Element Summary | |
---|---|
String |
defaultElementName
The default name for elements with this data type. |
Class<? extends Validator> |
defaultValidatorType
Specifies the validator type to be used for the default case. |
String |
name
The name of the data type. |
Class<?>[] |
subObjectTypes
The relevant sub object types of the one which is annotated with this annotation. |
public abstract String name
public abstract Class<?>[] subObjectTypes
public abstract String defaultElementName
public abstract Class<? extends Validator> defaultValidatorType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |