@Experimental public class PdxType extends 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 String |
diskStoreName |
protected Boolean |
ignoreUnreadFields |
protected DeclarableType |
pdxSerializer |
protected Boolean |
persistent |
protected Boolean |
readSerialized |
Constructor and Description |
---|
PdxType() |
Modifier and Type | Method and Description |
---|---|
String |
getDiskStoreName()
Gets the value of the diskStoreName property.
|
DeclarableType |
getPdxSerializer()
Gets the value of the pdxSerializer property.
|
Boolean |
isIgnoreUnreadFields()
Gets the value of the ignoreUnreadFields property.
|
Boolean |
isPersistent()
Gets the value of the persistent property.
|
Boolean |
isReadSerialized()
Gets the value of the readSerialized property.
|
void |
setDiskStoreName(String value)
Sets the value of the diskStoreName property.
|
void |
setIgnoreUnreadFields(Boolean value)
Sets the value of the ignoreUnreadFields property.
|
void |
setPdxSerializer(DeclarableType value)
Sets the value of the pdxSerializer property.
|
void |
setPersistent(Boolean value)
Sets the value of the persistent property.
|
void |
setReadSerialized(Boolean value)
Sets the value of the readSerialized property.
|
protected DeclarableType pdxSerializer
protected Boolean readSerialized
protected Boolean ignoreUnreadFields
protected Boolean persistent
protected String diskStoreName
public DeclarableType getPdxSerializer()
DeclarableType
public void setPdxSerializer(DeclarableType value)
DeclarableType
public Boolean isReadSerialized()
Boolean
public void setReadSerialized(Boolean value)
Boolean
public Boolean isIgnoreUnreadFields()
Boolean
public void setIgnoreUnreadFields(Boolean value)
Boolean
public Boolean isPersistent()
Boolean
public void setPersistent(Boolean value)
Boolean
public String getDiskStoreName()
String