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()
String
public void setClazz(String value)
value
- allowed object is
String
public String getFile()
String
public void setFile(String value)
value
- allowed object is
String
public void setJar(String value)
value
- allowed object is
String
public String getPackage()
String
public void setPackage(String value)
value
- allowed object is
String
public String getResource()
String
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.