Package org.hibernate.boot.jaxb.cfg.spi
Class JaxbCfgMappingReferenceType
java.lang.Object
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClazz()Gets the value of the clazz property.getFile()Gets the value of the file property.getJar()Gets the value of the jar property.Gets the value of the package property.Gets the value of the resource property.voidSets the value of the clazz property.voidSets the value of the file property.voidSets 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.
-
Field Details
-
clazz
-
file
-
jar
-
_package
-
resource
-
-
Constructor Details
-
JaxbCfgMappingReferenceType
public JaxbCfgMappingReferenceType()
-
-
Method Details
-
getClazz
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getFile
Gets the value of the file property.- Returns:
- possible object is
String
-
setFile
Sets the value of the file property.- Parameters:
value- allowed object isString
-
getJar
Gets the value of the jar property.- Returns:
- possible object is
String
-
setJar
Sets the value of the jar property.- Parameters:
value- allowed object isString
-
getPackage
Gets the value of the package property.- Returns:
- possible object is
String
-
setPackage
Sets the value of the package property.- Parameters:
value- allowed object isString
-
getResource
Gets the value of the resource property.- Returns:
- possible object is
String
-
setResource
Sets the value of the resource property.- Parameters:
value- allowed object isString
-