public static class SerializationRegistrationType.Instantiator
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class-name" type="{http://geode.apache.org/schema/cache}class-name-type"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
className |
protected java.lang.String |
id |
| Constructor and Description |
|---|
Instantiator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Gets the value of the className property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
void |
setClassName(java.lang.String value)
Sets the value of the className property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
public java.lang.String getClassName()
Stringpublic void setClassName(java.lang.String value)
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
String