类 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>
-
-
构造器概要
构造器 构造器 说明 JaxbCfgMappingReferenceType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 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.
-
-
-
方法详细资料
-
getClazz
public String getClazz()
Gets the value of the clazz property.- 返回:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- 参数:
value- allowed object isString
-
setFile
public void setFile(String value)
Sets the value of the file property.- 参数:
value- allowed object isString
-
setJar
public void setJar(String value)
Sets the value of the jar property.- 参数:
value- allowed object isString
-
getPackage
public String getPackage()
Gets the value of the package property.- 返回:
- possible object is
String
-
setPackage
public void setPackage(String value)
Sets the value of the package property.- 参数:
value- allowed object isString
-
getResource
public String getResource()
Gets the value of the resource property.- 返回:
- possible object is
String
-
-