public class Listener extends Object
The following schema fragment specifies the expected content contained within this class.
<complexType name="Listener">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="properties" type="{http://xmlns.jcp.org/xml/ns/javaee}Properties" minOccurs="0"/>
</sequence>
<attribute name="ref" use="required" type="{http://xmlns.jcp.org/xml/ns/javaee}artifactRef" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JSLProperties |
properties |
protected String |
ref |
| Constructor and Description |
|---|
Listener() |
| Modifier and Type | Method and Description |
|---|---|
JSLProperties |
getProperties()
Gets the value of the properties property.
|
String |
getRef()
Gets the value of the ref property.
|
void |
setProperties(JSLProperties value)
Sets the value of the properties property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
protected JSLProperties properties
protected String ref
public JSLProperties getProperties()
JSLPropertiespublic void setProperties(JSLProperties value)
value - allowed object is
JSLPropertiespublic String getRef()
StringCopyright © 2023 The Apache Software Foundation. All rights reserved.