public class MatchCount extends Object
Java class for MatchCount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatchCount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
count |
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
MatchCount() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
Gets the value of the count property.
|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCount(Integer value)
Sets the value of the count property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getCount()
IntegerCopyright © 2014 OpenEstate. All rights reserved.