Class XmlElementWrapperImpl

java.lang.Object
org.glassfish.hk2.api.AnnotationLiteral<jakarta.xml.bind.annotation.XmlElementWrapper>
org.glassfish.hk2.xml.internal.XmlElementWrapperImpl
All Implemented Interfaces:
Annotation

public class XmlElementWrapperImpl extends AnnotationLiteral<jakarta.xml.bind.annotation.XmlElementWrapper> implements jakarta.xml.bind.annotation.XmlElementWrapper
Author:
jwells
See Also:
  • Constructor Details

    • XmlElementWrapperImpl

      public XmlElementWrapperImpl(String name, String namespace, boolean nillable, boolean required)
  • Method Details

    • name

      public String name()
    • namespace

      public String namespace()
    • nillable

      public boolean nillable()
    • required

      public boolean required()
    • toString

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