public class SearchConstraints extends java.lang.Object implements Concept
FIPAManagementOntology, 
Serialized Form| Constructor and Description | 
|---|
SearchConstraints()
Default constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Long | 
getMaxDepth()
Retrieve the  
max-depth slot of this object. | 
java.lang.Long | 
getMaxResults()
Retrieve the  
max-results slot of this object. | 
java.lang.String | 
getSearchId()
Retrieve the  
search-id slot of this object. | 
void | 
renewSearchId()
Regenerate the value of search_id as a globally unique identifier. 
 | 
void | 
setMaxDepth(java.lang.Long l)
Set the  
max-depth slot of this object. | 
void | 
setMaxResults(java.lang.Long l)
Set the  
max-results slot of this object. | 
void | 
setSearchId(java.lang.String searchId)
Set the  
search-id slot of this object. | 
public SearchConstraints()
renewSearchId in order to create a new
 globally unique identifier. Otherwise, the DF might reply with
 a FAILURE having received already the same search.public void renewSearchId()
public void setSearchId(java.lang.String searchId)
search-id slot of this object.searchId - The unique identifier associated with this
       search operation.public java.lang.String getSearchId()
search-id slot of this object. This
       slot uniquely identifies a search operation.search-id slot of this
       object, or null if no value was set.public void setMaxDepth(java.lang.Long l)
max-depth slot of this object.l - The value of the maximum recursion depth of this
       search over the DF federation graph.public java.lang.Long getMaxDepth()
max-depth slot of this object. This
       slot describes the maximum recursion depth of this search over
       the DF federation graph.max-depth slot of this
       envelope, or null if no value was set.public void setMaxResults(java.lang.Long l)
max-results slot of this object.l - The maximum number of results to retrieve
       in response to this search operation.public java.lang.Long getMaxResults()
max-results slot of this object. This
       slot contains the maximum number of results to retrieve in
       response to this search operation.max-results slot of this
       SearchConstraints object, or null if no value was set.