|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.SearchResult
public class SearchResult
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 |
|---|
protected java.util.List<SearchFilterItem> tag
protected java.util.List<SearchFilter> facet
protected java.util.List<SearchResultEntry> assetEntry
protected java.math.BigInteger count
protected java.math.BigInteger offset
protected java.lang.String etag
protected java.lang.String href
protected java.lang.String base
protected java.lang.String lang
protected java.lang.String space
| Constructor Detail |
|---|
public SearchResult()
| Method Detail |
|---|
public java.util.List<SearchFilterItem> getTag()
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
public java.util.List<SearchFilter> getFacet()
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
public java.util.List<SearchResultEntry> getAssetEntry()
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
public java.math.BigInteger getCount()
BigIntegerpublic void setCount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getOffset()
BigIntegerpublic void setOffset(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getEtag()
Stringpublic void setEtag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpace()
Stringpublic void setSpace(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||