Package org.hibernate.boot.jaxb.cfg.spi
Class JaxbCfgMappingReferenceType
- java.lang.Object
-
- org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
-
public class JaxbCfgMappingReferenceType extends Object
Java class for MappingReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappingReferenceType"> <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>
-
-
Constructor Summary
Constructors Constructor Description JaxbCfgMappingReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- Parameters:
value
- allowed object isString
-
getFile
public String getFile()
Gets the value of the file property.- Returns:
- possible object is
String
-
setFile
public void setFile(String value)
Sets the value of the file property.- Parameters:
value
- allowed object isString
-
getJar
public String getJar()
Gets the value of the jar property.- Returns:
- possible object is
String
-
setJar
public void setJar(String value)
Sets the value of the jar property.- Parameters:
value
- allowed object isString
-
getPackage
public String getPackage()
Gets the value of the package property.- Returns:
- possible object is
String
-
setPackage
public void setPackage(String value)
Sets the value of the package property.- Parameters:
value
- allowed object isString
-
getResource
public String getResource()
Gets the value of the resource property.- Returns:
- possible object is
String
-
-