public class JaxbCfgEventListenerType extends Object
<p>Java class for EventListenerType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="EventListenerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.hibernate.org/xsd/orm/cfg}EventTypeEnum" /> </restriction> </complexContent> </complexType> </pre>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected JaxbCfgEventTypeEnum |
type |
| Constructor and Description |
|---|
JaxbCfgEventListenerType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
JaxbCfgEventTypeEnum |
getType()
Gets the value of the type property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setType(JaxbCfgEventTypeEnum value)
Sets the value of the type property.
|
protected String clazz
protected JaxbCfgEventTypeEnum type
public String getClazz()
Gets the value of the clazz property.
Stringpublic void setClazz(String value)
Sets the value of the clazz property.
value - allowed object is
Stringpublic JaxbCfgEventTypeEnum getType()
Gets the value of the type property.
JaxbCfgEventTypeEnumpublic void setType(JaxbCfgEventTypeEnum value)
Sets the value of the type property.
value - allowed object is
JaxbCfgEventTypeEnumCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.