Class SerializationRegistrationType.Instantiator
java.lang.Object
org.apache.geode.cache.configuration.SerializationRegistrationType.Instantiator
- Enclosing class:
- SerializationRegistrationType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the className property.getId()Gets the value of the id property.voidsetClassName(String value) Sets the value of the className property.voidSets the value of the id property.
-
Field Details
-
className
-
id
-
-
Constructor Details
-
Instantiator
public Instantiator()
-
-
Method Details
-
getClassName
Gets the value of the className property. possible object isString- Returns:
- the value of the className property
-
setClassName
Sets the value of the className property. allowed object isString- Parameters:
value- the value of the className property
-
getId
Gets the value of the id property. possible object isString- Returns:
- the value of the id property
-
setId
Sets the value of the id property. allowed object isString- Parameters:
value- the value of the id property
-