| Package | Description |
|---|---|
| org.eclipse.persistence.jaxb.xmlmodel |
| Modifier and Type | Field and Description |
|---|---|
protected XmlNsForm |
XmlSchema.attributeFormDefault |
protected XmlNsForm |
XmlSchema.elementFormDefault |
| Modifier and Type | Method and Description |
|---|---|
static XmlNsForm |
XmlNsForm.fromValue(String v) |
XmlNsForm |
XmlSchema.getAttributeFormDefault()
Gets the value of the attributeFormDefault property.
|
XmlNsForm |
XmlSchema.getElementFormDefault()
Gets the value of the elementFormDefault property.
|
static XmlNsForm |
XmlNsForm.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchema.setAttributeFormDefault(XmlNsForm value)
Sets the value of the attributeFormDefault property.
|
void |
XmlSchema.setElementFormDefault(XmlNsForm value)
Sets the value of the elementFormDefault property.
|
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.