com.ibm.ram.internal.jaxb
Class SearchResult

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

public class SearchResult
extends java.lang.Object

Java class for SearchResult complex type.

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

 <complexType name="SearchResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tag" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}SearchFilterItem" maxOccurs="unbounded" minOccurs="0"/>
         <element name="facet" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}SearchFilter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="assetEntry" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}SearchResultEntry" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}resourceAttrs"/>
       <attribute name="count" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
       <attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<SearchResultEntry> assetEntry
           
protected  java.lang.String base
           
protected  java.math.BigInteger count
           
protected  java.lang.String etag
           
protected  java.util.List<SearchFilter> facet
           
protected  java.lang.String href
           
protected  java.lang.String lang
           
protected  java.math.BigInteger offset
           
protected  java.lang.String space
           
protected  java.util.List<SearchFilterItem> tag
           
 
Constructor Summary
SearchResult()
           
 
Method Summary
 java.util.List<SearchResultEntry> getAssetEntry()
          Gets the value of the assetEntry property.
 java.lang.String getBase()
          Gets the value of the base property.
 java.math.BigInteger getCount()
          Gets the value of the count property.
 java.lang.String getEtag()
          Gets the value of the etag property.
 java.util.List<SearchFilter> getFacet()
          Gets the value of the facet property.
 java.lang.String getHref()
          Gets the value of the href property.
 java.lang.String getLang()
          Gets the value of the lang property.
 java.math.BigInteger getOffset()
          Gets the value of the offset property.
 java.lang.String getSpace()
          Gets the value of the space property.
 java.util.List<SearchFilterItem> getTag()
          Gets the value of the tag property.
 void setBase(java.lang.String value)
          Sets the value of the base property.
 void setCount(java.math.BigInteger value)
          Sets the value of the count property.
 void setEtag(java.lang.String value)
          Sets the value of the etag property.
 void setHref(java.lang.String value)
          Sets the value of the href property.
 void setLang(java.lang.String value)
          Sets the value of the lang property.
 void setOffset(java.math.BigInteger value)
          Sets the value of the offset property.
 void setSpace(java.lang.String value)
          Sets the value of the space property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

protected java.util.List<SearchFilterItem> tag

facet

protected java.util.List<SearchFilter> facet

assetEntry

protected java.util.List<SearchResultEntry> assetEntry

count

protected java.math.BigInteger count

offset

protected java.math.BigInteger offset

etag

protected java.lang.String etag

href

protected java.lang.String href

base

protected java.lang.String base

lang

protected java.lang.String lang

space

protected java.lang.String space
Constructor Detail

SearchResult

public SearchResult()
Method Detail

getTag

public java.util.List<SearchFilterItem> getTag()
Gets the value of the tag 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 tag property.

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

    getTag().add(newItem);
 

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


getFacet

public java.util.List<SearchFilter> getFacet()
Gets the value of the facet 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 facet property.

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

    getFacet().add(newItem);
 

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


getAssetEntry

public java.util.List<SearchResultEntry> getAssetEntry()
Gets the value of the assetEntry 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 assetEntry property.

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

    getAssetEntry().add(newItem);
 

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


getCount

public java.math.BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

public void setCount(java.math.BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger

getOffset

public java.math.BigInteger getOffset()
Gets the value of the offset property.

Returns:
possible object is BigInteger

setOffset

public void setOffset(java.math.BigInteger value)
Sets the value of the offset property.

Parameters:
value - allowed object is BigInteger

getEtag

public java.lang.String getEtag()
Gets the value of the etag property.

Returns:
possible object is String

setEtag

public void setEtag(java.lang.String value)
Sets the value of the etag property.

Parameters:
value - allowed object is String

getHref

public java.lang.String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(java.lang.String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getBase

public java.lang.String getBase()
Gets the value of the base property.

Returns:
possible object is String

setBase

public void setBase(java.lang.String value)
Sets the value of the base property.

Parameters:
value - allowed object is String

getLang

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

Returns:
possible object is String

setLang

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

Parameters:
value - allowed object is String

getSpace

public java.lang.String getSpace()
Gets the value of the space property.

Returns:
possible object is String

setSpace

public void setSpace(java.lang.String value)
Sets the value of the space property.

Parameters:
value - allowed object is String