public class JaxbPersistenceUnitMetadata extends 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 String | 
description  | 
protected JaxbPersistenceUnitDefaults | 
persistenceUnitDefaults  | 
protected JaxbEmptyType | 
xmlMappingMetadataComplete  | 
| Constructor and Description | 
|---|
JaxbPersistenceUnitMetadata()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
Gets the value of the description property. 
 | 
JaxbPersistenceUnitDefaults | 
getPersistenceUnitDefaults()
Gets the value of the persistenceUnitDefaults property. 
 | 
JaxbEmptyType | 
getXmlMappingMetadataComplete()
Gets the value of the xmlMappingMetadataComplete property. 
 | 
void | 
setDescription(String value)
Sets the value of the description property. 
 | 
void | 
setPersistenceUnitDefaults(JaxbPersistenceUnitDefaults value)
Sets the value of the persistenceUnitDefaults property. 
 | 
void | 
setXmlMappingMetadataComplete(JaxbEmptyType value)
Sets the value of the xmlMappingMetadataComplete property. 
 | 
protected String description
protected JaxbEmptyType xmlMappingMetadataComplete
protected JaxbPersistenceUnitDefaults persistenceUnitDefaults
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic JaxbEmptyType getXmlMappingMetadataComplete()
JaxbEmptyTypepublic void setXmlMappingMetadataComplete(JaxbEmptyType value)
value - allowed object is
     JaxbEmptyTypepublic JaxbPersistenceUnitDefaults getPersistenceUnitDefaults()
JaxbPersistenceUnitDefaultspublic void setPersistenceUnitDefaults(JaxbPersistenceUnitDefaults value)
value - allowed object is
     JaxbPersistenceUnitDefaultsCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.