@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class LifecycleCallbackType extends Object
Java class for lifecycle-callbackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lifecycle-callbackType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lifecycle-callback-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
<element name="lifecycle-callback-method" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FullyQualifiedClassType |
lifecycleCallbackClass |
protected JavaIdentifierType |
lifecycleCallbackMethod |
| Constructor and Description |
|---|
LifecycleCallbackType() |
| Modifier and Type | Method and Description |
|---|---|
FullyQualifiedClassType |
getLifecycleCallbackClass()
Gets the value of the lifecycleCallbackClass property.
|
JavaIdentifierType |
getLifecycleCallbackMethod()
Gets the value of the lifecycleCallbackMethod property.
|
void |
setLifecycleCallbackClass(FullyQualifiedClassType value)
Sets the value of the lifecycleCallbackClass property.
|
void |
setLifecycleCallbackMethod(JavaIdentifierType value)
Sets the value of the lifecycleCallbackMethod property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected FullyQualifiedClassType lifecycleCallbackClass
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected JavaIdentifierType lifecycleCallbackMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public FullyQualifiedClassType getLifecycleCallbackClass()
FullyQualifiedClassType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setLifecycleCallbackClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public JavaIdentifierType getLifecycleCallbackMethod()
JavaIdentifierType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setLifecycleCallbackMethod(JavaIdentifierType value)
value - allowed object is
JavaIdentifierTypeCopyright © 2016 buschmais GbR. All rights reserved.