Uses of Class
org.eclipse.persistence.jaxb.xmlmodel.XmlNsForm
-
Packages that use XmlNsForm Package Description org.eclipse.persistence.jaxb.xmlmodel -
-
Uses of XmlNsForm in org.eclipse.persistence.jaxb.xmlmodel
Fields in org.eclipse.persistence.jaxb.xmlmodel declared as XmlNsForm Modifier and Type Field Description protected XmlNsFormXmlSchema. attributeFormDefaultprotected XmlNsFormXmlSchema. elementFormDefaultMethods in org.eclipse.persistence.jaxb.xmlmodel that return XmlNsForm Modifier and Type Method Description static XmlNsFormXmlNsForm. fromValue(String v)XmlNsFormXmlSchema. getAttributeFormDefault()Gets the value of the attributeFormDefault property.XmlNsFormXmlSchema. getElementFormDefault()Gets the value of the elementFormDefault property.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.Methods in org.eclipse.persistence.jaxb.xmlmodel with parameters of type XmlNsForm Modifier and Type Method Description voidXmlSchema. setAttributeFormDefault(XmlNsForm value)Sets the value of the attributeFormDefault property.voidXmlSchema. setElementFormDefault(XmlNsForm value)Sets the value of the elementFormDefault property.
-