public class PersistenceUnitMetadata
extends java.lang.Object
Java class for persistence-unit-metadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="persistence-unit-metadata"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="xml-mapping-metadata-complete" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/> <element name="persistence-unit-defaults" type="{http://java.sun.com/xml/ns/persistence/orm}persistence-unit-defaults" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected PersistenceUnitDefaults |
persistenceUnitDefaults |
protected EmptyType |
xmlMappingMetadataComplete |
Constructor and Description |
---|
PersistenceUnitMetadata() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
PersistenceUnitDefaults |
getPersistenceUnitDefaults()
Gets the value of the persistenceUnitDefaults property.
|
boolean |
isXmlMappingMetadataComplete()
Gets the value of the xmlMappingMetadataComplete property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setPersistenceUnitDefaults(PersistenceUnitDefaults value)
Sets the value of the persistenceUnitDefaults property.
|
void |
setXmlMappingMetadataComplete(boolean value)
Sets the value of the xmlMappingMetadataComplete property.
|
protected java.lang.String description
protected EmptyType xmlMappingMetadataComplete
protected PersistenceUnitDefaults persistenceUnitDefaults
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public boolean isXmlMappingMetadataComplete()
boolean
public void setXmlMappingMetadataComplete(boolean value)
value
- allowed object is
boolean
public PersistenceUnitDefaults getPersistenceUnitDefaults()
PersistenceUnitDefaults
public void setPersistenceUnitDefaults(PersistenceUnitDefaults value)
value
- allowed object is
PersistenceUnitDefaults