Uses of Class
org.eclipse.persistence.oxm.annotations.XmlVirtualAccessMethodsSchema
-
Packages that use XmlVirtualAccessMethodsSchema Package Description org.eclipse.persistence.oxm.annotations -
-
Uses of XmlVirtualAccessMethodsSchema in org.eclipse.persistence.oxm.annotations
Methods in org.eclipse.persistence.oxm.annotations that return XmlVirtualAccessMethodsSchema Modifier and Type Method Description static XmlVirtualAccessMethodsSchemaXmlVirtualAccessMethodsSchema. fromValue(String v)XmlVirtualAccessMethodsSchemaschema()(Optional) Configure the way that virtual properties will appear in generated schemas.
XmlExtensibleSchema.NODES (default) - Virtual properties will appear as individual nodes
XmlExtensibleSchema.ANY - An XSD <any> element will be written to the schema to represent all of the defined virtual propertiesstatic XmlVirtualAccessMethodsSchemaXmlVirtualAccessMethodsSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlVirtualAccessMethodsSchema[]XmlVirtualAccessMethodsSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.
-