public class JaxbHbmTypeSpecificationType extends JaxbHbmConfigParameterContainer implements Serializable
Java class for TypeSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TypeSpecificationType"> <complexContent> <extension base="{http://www.hibernate.org/xsd/orm/hbm}ConfigParameterContainer"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
name |
configParameters
Constructor and Description |
---|
JaxbHbmTypeSpecificationType() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
getConfigParameters
protected String name
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.