Class JaxbConvertImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbConvertImpl
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeName property.Gets the value of the converter property.Gets the value of the description property.Gets the value of the disableConversion property.void
setAttributeName
(String value) Sets the value of the attributeName property.void
setConverter
(String value) Sets the value of the converter property.void
setDescription
(String value) Sets the value of the description property.void
setDisableConversion
(Boolean value) Sets the value of the disableConversion property.
-
Field Details
-
description
-
converter
-
attributeName
-
disableConversion
-
-
Constructor Details
-
JaxbConvertImpl
public JaxbConvertImpl()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
getConverter
Gets the value of the converter property.- Returns:
- possible object is
String
-
setConverter
Sets the value of the converter property.- Parameters:
value
- allowed object isString
-
getAttributeName
Gets the value of the attributeName property.- Returns:
- possible object is
String
-
setAttributeName
Sets the value of the attributeName property.- Parameters:
value
- allowed object isString
-
isDisableConversion
Gets the value of the disableConversion property.- Returns:
- possible object is
Boolean
-
setDisableConversion
Sets the value of the disableConversion property.- Parameters:
value
- allowed object isBoolean
-