|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.SearchResultEntry
public class SearchResultEntry
Java class for SearchResultEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchResultEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="relevance" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="asset" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Asset"/>
<element name="matchingArtifacts" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link" maxOccurs="unbounded" minOccurs="0"/>
<element name="matchingAssets" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Asset |
asset
|
protected java.util.List<Link> |
matchingArtifacts
|
protected java.util.List<Link> |
matchingAssets
|
protected java.math.BigInteger |
relevance
|
| Constructor Summary | |
|---|---|
SearchResultEntry()
|
|
| Method Summary | |
|---|---|
Asset |
getAsset()
Gets the value of the asset property. |
java.util.List<Link> |
getMatchingArtifacts()
Gets the value of the matchingArtifacts property. |
java.util.List<Link> |
getMatchingAssets()
Gets the value of the matchingAssets property. |
java.math.BigInteger |
getRelevance()
Gets the value of the relevance property. |
void |
setAsset(Asset value)
Sets the value of the asset property. |
void |
setRelevance(java.math.BigInteger value)
Sets the value of the relevance property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger relevance
protected Asset asset
protected java.util.List<Link> matchingArtifacts
protected java.util.List<Link> matchingAssets
| Constructor Detail |
|---|
public SearchResultEntry()
| Method Detail |
|---|
public java.math.BigInteger getRelevance()
BigIntegerpublic void setRelevance(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic Asset getAsset()
Assetpublic void setAsset(Asset value)
value - allowed object is
Assetpublic java.util.List<Link> getMatchingArtifacts()
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 matchingArtifacts property.
For example, to add a new item, do as follows:
getMatchingArtifacts().add(newItem);
Objects of the following type(s) are allowed in the list
Link
public java.util.List<Link> getMatchingAssets()
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 matchingAssets property.
For example, to add a new item, do as follows:
getMatchingAssets().add(newItem);
Objects of the following type(s) are allowed in the list
Link
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||