com.ibm.ram.internal.jaxb
Class SearchFilter

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

public class SearchFilter
extends java.lang.Object

Java class for SearchFilter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SearchFilter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="item" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}SearchFilterItem" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String displayName
           
protected  java.util.List<SearchFilterItem> item
           
protected  java.lang.String name
           
 
Constructor Summary
SearchFilter()
           
 
Method Summary
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.util.List<SearchFilterItem> getItem()
          Gets the value of the item property.
 java.lang.String getName()
          Gets the value of the name 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

displayName

protected java.lang.String displayName

item

protected java.util.List<SearchFilterItem> item
Constructor Detail

SearchFilter

public SearchFilter()
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

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

getItem

public java.util.List<SearchFilterItem> getItem()
Gets the value of the item property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the item property.

For example, to add a new item, do as follows:

    getItem().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchFilterItem


toString

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