@Experimental public class SerializationRegistrationType extends java.lang.Object
Java class for serialization-registration-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="serialization-registration-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serializer" maxOccurs="unbounded" minOccurs="0">
<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>
</restriction>
</complexContent>
</complexType>
</element>
<element name="instantiator" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SerializationRegistrationType.Instantiator
Java class for anonymous complex type.
|
static class |
SerializationRegistrationType.Serializer
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<SerializationRegistrationType.Instantiator> |
instantiator |
protected java.util.List<SerializationRegistrationType.Serializer> |
serializer |
| Constructor and Description |
|---|
SerializationRegistrationType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SerializationRegistrationType.Instantiator> |
getInstantiator()
Gets the value of the instantiator property.
|
java.util.List<SerializationRegistrationType.Serializer> |
getSerializer()
Gets the value of the serializer property.
|
protected java.util.List<SerializationRegistrationType.Serializer> serializer
protected java.util.List<SerializationRegistrationType.Instantiator> instantiator
public java.util.List<SerializationRegistrationType.Serializer> getSerializer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serializer property.
For example, to add a new item, do as follows:
getSerializer().add(newItem);
Objects of the following type(s) are allowed in the list
SerializationRegistrationType.Serializer
public java.util.List<SerializationRegistrationType.Instantiator> getInstantiator()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the instantiator property.
For example, to add a new item, do as follows:
getInstantiator().add(newItem);
Objects of the following type(s) are allowed in the list
SerializationRegistrationType.Instantiator