@Experimental public class ParameterType extends java.lang.Object
Java class for parameter-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parameter-type">
<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>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeclarableType |
declarable |
protected java.lang.String |
name |
protected StringType |
string |
| Constructor and Description |
|---|
ParameterType() |
| Modifier and Type | Method and Description |
|---|---|
DeclarableType |
getDeclarable()
Gets the value of the declarable property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
StringType |
getString()
Gets the value of the string property.
|
void |
setDeclarable(DeclarableType value)
Sets the value of the declarable property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setString(StringType value)
Sets the value of the string property.
|
protected StringType string
protected DeclarableType declarable
protected java.lang.String name
public StringType getString()
StringTypepublic void setString(StringType value)
value - allowed object is
StringTypepublic DeclarableType getDeclarable()
DeclarableTypepublic void setDeclarable(DeclarableType value)
value - allowed object is
DeclarableTypepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String