Uses of Enum Class
jakarta.xml.bind.annotation.XmlNsForm
Packages that use XmlNsForm
Package
Description
Implementation of the
org.glassfish.jaxb.core.v2.model.core package for XJC.Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
Defines annotations for customizing Java program elements to XML Schema mapping.
The in-memory model of the JAXB-bound beans.
-
Uses of XmlNsForm in com.sun.tools.xjc.generator.annotation.spec
Methods in com.sun.tools.xjc.generator.annotation.spec with parameters of type XmlNsFormModifier and TypeMethodDescriptionXmlSchemaWriter.attributeFormDefault(XmlNsForm value) XmlSchemaWriter.elementFormDefault(XmlNsForm value) -
Uses of XmlNsForm in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return XmlNsFormModifier and TypeMethodDescriptionPackageOutlineImpl.getAttributeFormDefault()The attribute form default for this package.PackageOutlineImpl.getElementFormDefault()The element form default for this package. -
Uses of XmlNsForm in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return XmlNsFormModifier and TypeMethodDescriptionModel.getAttributeFormDefault(String nsUri) Model.getElementFormDefault(String nsUri) -
Uses of XmlNsForm in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return XmlNsFormModifier and TypeMethodDescriptionPackageOutline.getAttributeFormDefault()The attribute form default for this package.PackageOutline.getElementFormDefault()The element form default for this package. -
Uses of XmlNsForm in jakarta.xml.bind.annotation
Methods in jakarta.xml.bind.annotation that return XmlNsForm -
Uses of XmlNsForm in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return XmlNsFormModifier and TypeMethodDescriptionTypeInfoSet.getAttributeFormDefault(String nsUri) Gets the reasonableXmlNsFormfor the given namespace URI.TypeInfoSet.getElementFormDefault(String nsUri) Gets the reasonableXmlNsFormfor the given namespace URI.