public class ItemProcessor extends Object
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemProcessor"> <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 |
---|
ItemProcessor() |
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()
JSLProperties
public void setProperties(JSLProperties value)
value
- allowed object is
JSLProperties
public String getRef()
String
Copyright © 2017 The Apache Software Foundation. All rights reserved.