public class XmlElementImpl extends AnnotationLiteral<XmlElement> implements XmlElement
XmlElement.DEFAULT| Constructor and Description |
|---|
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() |
String |
toString() |
Class |
type() |
annotationType, equals, hashCodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCodepublic String name()
public boolean nillable()
public boolean required()
public String namespace()
public String defaultValue()
public Class type()
public String getTypeByName()
public String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2009–2019 Oracle Corporation. All rights reserved.