Class XmlElementImpl
java.lang.Object
org.glassfish.hk2.api.AnnotationLiteral<jakarta.xml.bind.annotation.XmlElement>
org.glassfish.hk2.xml.jaxb.internal.XmlElementImpl
- All Implemented Interfaces:
Annotation
public class XmlElementImpl
extends AnnotationLiteral<jakarta.xml.bind.annotation.XmlElement>
implements jakarta.xml.bind.annotation.XmlElement
- Author:
- jwells
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.xml.bind.annotation.XmlElement
jakarta.xml.bind.annotation.XmlElement.DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionXmlElementImpl(String name, boolean nillable, boolean required, String namespace, String defaultValue, String typeByName) -
Method Summary
Methods inherited from class org.glassfish.hk2.api.AnnotationLiteral
annotationType, equals, hashCode
-
Constructor Details
-
XmlElementImpl
-
-
Method Details
-
name
-
nillable
public boolean nillable() -
required
public boolean required() -
namespace
-
defaultValue
-
type
-
getTypeByName
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-