public class XmlElementImpl extends AnnotationLiteral<XmlElement> implements XmlElement
XmlElement.DEFAULT| Constructor and Description |
|---|
XmlElementImpl(String name,
boolean nillable,
boolean required,
String namespace,
String defaultValue,
Class<?> type) |
XmlElementImpl(String name,
boolean nillable,
boolean required,
String namespace,
String defaultValue,
String typeByName) |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultValue() |
String |
getTypeByName() |
String |
name() |
String |
namespace() |
boolean |
nillable() |
boolean |
required() |
Class |
type() |
annotationType, equals, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitannotationType, equals, hashCode, toStringCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.