public class ClassProvisioning extends Object
Java class for ClassProvisioning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassProvisioning">
<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="originatingClassName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
originatingClassName |
| Constructor and Description |
|---|
ClassProvisioning() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
String |
getOriginatingClassName()
Gets the value of the originatingClassName property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setOriginatingClassName(String value)
Sets the value of the originatingClassName property.
|
protected String className
protected String originatingClassName
public String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getOriginatingClassName()
StringCopyright © 2017. All rights reserved.