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 StringgetClazz()Gets the value of the clazz property.StringgetFile()Gets the value of the file property.StringgetJar()Gets the value of the jar property.StringgetPackage()Gets the value of the package property.StringgetResource()Gets the value of the resource property.voidsetClazz(String value)Sets the value of the clazz property.voidsetFile(String value)Sets the value of the file property.voidsetJar(String value)Sets the value of the jar property.voidsetPackage(String value)Sets the value of the package property.voidsetResource(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
-
-