Uses of Class
jakarta.xml.bind.annotation.XmlNsForm
-
Packages that use XmlNsForm Package Description com.sun.tools.xjc.generator.annotation.spec com.sun.tools.xjc.generator.bean com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.com.sun.tools.xjc.outline 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.jakarta.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping.org.glassfish.jaxb.core.v2.model.core 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 XmlNsForm Modifier and Type Method Description XmlSchemaWriterXmlSchemaWriter. attributeFormDefault(XmlNsForm value)XmlSchemaWriterXmlSchemaWriter. elementFormDefault(XmlNsForm value) -
Uses of XmlNsForm in com.sun.tools.xjc.generator.bean
Methods in com.sun.tools.xjc.generator.bean that return XmlNsForm Modifier and Type Method Description XmlNsFormPackageOutlineImpl. getAttributeFormDefault()The attribute form default for this package.XmlNsFormPackageOutlineImpl. 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 XmlNsForm Modifier and Type Method Description XmlNsFormModel. getAttributeFormDefault(String nsUri)XmlNsFormModel. getElementFormDefault(String nsUri) -
Uses of XmlNsForm in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return XmlNsForm Modifier and Type Method Description XmlNsFormPackageOutline. getAttributeFormDefault()The attribute form default for this package.XmlNsFormPackageOutline. 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 Modifier and Type Method Description XmlNsFormattributeFormDefault()Namespace qualification for attributes.XmlNsFormelementFormDefault()Namespace qualification for elements.static XmlNsFormXmlNsForm. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlNsForm[]XmlNsForm. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of XmlNsForm in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return XmlNsForm Modifier and Type Method Description XmlNsFormTypeInfoSet. getAttributeFormDefault(String nsUri)Gets the reasonableXmlNsFormfor the given namespace URI.XmlNsFormTypeInfoSet. getElementFormDefault(String nsUri)Gets the reasonableXmlNsFormfor the given namespace URI.
-