com.ibm.ram.internal.jaxb
Class SearchResultEntry

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

public class SearchResultEntry
extends java.lang.Object

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

relevance

protected java.math.BigInteger relevance

asset

protected Asset asset

matchingArtifacts

protected java.util.List<Link> matchingArtifacts

matchingAssets

protected java.util.List<Link> matchingAssets
Constructor Detail

SearchResultEntry

public SearchResultEntry()
Method Detail

getRelevance

public java.math.BigInteger getRelevance()
Gets the value of the relevance property.

Returns:
possible object is BigInteger

setRelevance

public void setRelevance(java.math.BigInteger value)
Sets the value of the relevance property.

Parameters:
value - allowed object is BigInteger

getAsset

public Asset getAsset()
Gets the value of the asset property.

Returns:
possible object is Asset

setAsset

public void setAsset(Asset value)
Sets the value of the asset property.

Parameters:
value - allowed object is Asset

getMatchingArtifacts

public java.util.List<Link> getMatchingArtifacts()
Gets the value of the matchingArtifacts 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 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


getMatchingAssets

public java.util.List<Link> getMatchingAssets()
Gets the value of the matchingAssets 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 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