|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.SearchFilterItem
public class SearchFilterItem
Java class for SearchFilterItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchFilterItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
count
|
protected java.lang.String |
displayName
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
SearchFilterItem()
|
|
| Method Summary | |
|---|---|
int |
getCount()
Gets the value of the count property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setCount(int value)
Sets the value of the count property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected int count
protected java.lang.String displayName
| Constructor Detail |
|---|
public SearchFilterItem()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic int getCount()
public void setCount(int value)
public java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||