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:
  • Constructor Details

    • XmlElementImpl

      public XmlElementImpl(String name, boolean nillable, boolean required, String namespace, String defaultValue, String typeByName)
  • Method Details

    • name

      public String name()
    • nillable

      public boolean nillable()
    • required

      public boolean required()
    • namespace

      public String namespace()
    • defaultValue

      public String defaultValue()
    • type

      public Class type()
    • getTypeByName

      public String getTypeByName()
    • toString

      public String toString()
      Specified by:
      toString in interface Annotation
      Overrides:
      toString in class Object