com.ibm.ram.internal.jaxb
Class SearchFilterItem

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.SearchFilterItem

public class SearchFilterItem
extends java.lang.Object

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

name

protected java.lang.String name

count

protected int count

displayName

protected java.lang.String displayName
Constructor Detail

SearchFilterItem

public SearchFilterItem()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getCount

public int getCount()
Gets the value of the count property.


setCount

public void setCount(int value)
Sets the value of the count property.


getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object