public class ActionSlotConfiguration extends Object
Java class for actionSlotConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="actionSlotConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="spring-bean" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
springBean |
| Constructor and Description |
|---|
ActionSlotConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getSpringBean()
Gets the value of the springBean property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setSpringBean(String value)
Sets the value of the springBean property.
|
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic String getSpringBean()
StringCopyright © 2017 SAP SE. All Rights Reserved.