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