public static class JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jar" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="resource" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_package |
protected String |
clazz |
protected String |
file |
protected String |
jar |
protected String |
resource |
| Constructor and Description |
|---|
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getFile()
Gets the value of the file property.
|
String |
getJar()
Gets the value of the jar property.
|
String |
getPackage()
Gets the value of the package property.
|
String |
getResource()
Gets the value of the resource property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setFile(String value)
Sets the value of the file property.
|
void |
setJar(String value)
Sets the value of the jar property.
|
void |
setPackage(String value)
Sets the value of the package property.
|
void |
setResource(String value)
Sets the value of the resource property.
|
protected String clazz
protected String file
protected String jar
protected String _package
protected String resource
public JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping()
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getFile()
Stringpublic void setFile(String value)
value - allowed object is
Stringpublic void setJar(String value)
value - allowed object is
Stringpublic String getPackage()
Stringpublic void setPackage(String value)
value - allowed object is
Stringpublic String getResource()
StringCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.