@Experimental public class PdxType extends java.lang.Object
Java class for pdx-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pdx-type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pdx-serializer" 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"/>
<element name="parameter" type="{http://geode.apache.org/schema/cache}parameter-type" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="read-serialized" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ignore-unread-fields" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="persistent" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="disk-store-name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
diskStoreName |
protected java.lang.Boolean |
ignoreUnreadFields |
protected DeclarableType |
pdxSerializer |
protected java.lang.Boolean |
persistent |
protected java.lang.Boolean |
readSerialized |
| Constructor and Description |
|---|
PdxType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDiskStoreName()
Gets the value of the diskStoreName property.
|
DeclarableType |
getPdxSerializer()
Gets the value of the pdxSerializer property.
|
java.lang.Boolean |
isIgnoreUnreadFields()
Gets the value of the ignoreUnreadFields property.
|
java.lang.Boolean |
isPersistent()
Gets the value of the persistent property.
|
java.lang.Boolean |
isReadSerialized()
Gets the value of the readSerialized property.
|
void |
setDiskStoreName(java.lang.String value)
Sets the value of the diskStoreName property.
|
void |
setIgnoreUnreadFields(java.lang.Boolean value)
Sets the value of the ignoreUnreadFields property.
|
void |
setPdxSerializer(DeclarableType value)
Sets the value of the pdxSerializer property.
|
void |
setPersistent(java.lang.Boolean value)
Sets the value of the persistent property.
|
void |
setReadSerialized(java.lang.Boolean value)
Sets the value of the readSerialized property.
|
protected DeclarableType pdxSerializer
protected java.lang.Boolean readSerialized
protected java.lang.Boolean ignoreUnreadFields
protected java.lang.Boolean persistent
protected java.lang.String diskStoreName
public DeclarableType getPdxSerializer()
DeclarableTypepublic void setPdxSerializer(DeclarableType value)
DeclarableTypepublic java.lang.Boolean isReadSerialized()
Booleanpublic void setReadSerialized(java.lang.Boolean value)
Booleanpublic java.lang.Boolean isIgnoreUnreadFields()
Booleanpublic void setIgnoreUnreadFields(java.lang.Boolean value)
Booleanpublic java.lang.Boolean isPersistent()
Booleanpublic void setPersistent(java.lang.Boolean value)
Booleanpublic java.lang.String getDiskStoreName()
Stringpublic void setDiskStoreName(java.lang.String value)
String