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, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
annotationType, equals, hashCode, toString
Copyright © 2009–2018 Oracle Corporation. All rights reserved.