public class ObjectType
extends java.lang.Object
implements java.io.Serializable
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">
<choice>
<element name="string" type="{http://geode.apache.org/schema/cache}string-type"/>
<element name="declarable" type="{http://geode.apache.org/schema/cache}declarable-type"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeclarableType |
declarable |
protected java.lang.String |
string |
| Constructor and Description |
|---|
ObjectType() |
ObjectType(DeclarableType declarable) |
ObjectType(java.lang.String string) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
DeclarableType |
getDeclarable()
Gets the value of the declarable property.
|
java.lang.String |
getString()
Gets the value of the string property.
|
int |
hashCode() |
void |
setDeclarable(DeclarableType value)
Sets the value of the declarable property.
|
void |
setString(java.lang.String string)
Sets the value of the string property.
|
java.lang.String |
toString() |
protected java.lang.String string
protected DeclarableType declarable
public ObjectType()
public ObjectType(java.lang.String string)
public ObjectType(DeclarableType declarable)
public java.lang.String getString()
public void setString(java.lang.String string)
public DeclarableType getDeclarable()
DeclarableTypepublic void setDeclarable(DeclarableType value)
DeclarableTypepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object