public abstract class ClassProvisioning extends Configuration
Java class for ClassProvisioning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassProvisioning">
<complexContent>
<extension base="{http://www.plasma.org/config}Configuration">
<attribute name="classNamePrefix" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="classNameSuffix" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
classNamePrefix |
protected String |
classNameSuffix |
properties| Constructor and Description |
|---|
ClassProvisioning() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassNamePrefix()
Gets the value of the classNamePrefix property.
|
String |
getClassNameSuffix()
Gets the value of the classNameSuffix property.
|
void |
setClassNamePrefix(String value)
Sets the value of the classNamePrefix property.
|
void |
setClassNameSuffix(String value)
Sets the value of the classNameSuffix property.
|
getPropertiesprotected String classNamePrefix
protected String classNameSuffix
public String getClassNamePrefix()
Stringpublic void setClassNamePrefix(String value)
value - allowed object is
Stringpublic String getClassNameSuffix()
StringCopyright © 2015. All rights reserved.