public class BehaviorExecutionMapping extends Object
Java class for BehaviorExecutionMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BehaviorExecutionMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="executionClassName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
executionClassName |
| Constructor and Description |
|---|
BehaviorExecutionMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
String |
getExecutionClassName()
Gets the value of the executionClassName property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setExecutionClassName(String value)
Sets the value of the executionClassName property.
|
protected String className
protected String executionClassName
public String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getExecutionClassName()
StringCopyright © 2016. All rights reserved.