|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ivoa.registry.search.SOAPSearchClient.SearchQuery
public class SOAPSearchClient.SearchQuery
an updatable search query
Method Summary | |
---|---|
int |
getFrom()
return the position of the first record to return |
int |
getMax()
return the maximum number of records to return |
SOAPMessage |
getSearchSOAPMessage()
return a SOAP Message that is ready for submission |
org.w3c.dom.Element |
getWhereParent()
return a parent element that the Where clause can be appended to. |
boolean |
isIdentifiersOnly()
return whether idenitifiers only should be returned |
void |
setFrom(int pos)
set the position of the first record to return |
void |
setIdentifiersOnly(boolean yes)
set whether idenitifiers only should be returned. |
void |
setMax(int count)
set the maximum number of records to return |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public SOAPMessage getSearchSOAPMessage() throws SOAPException
SOAPException
public org.w3c.dom.Element getWhereParent()
public int getFrom()
public void setFrom(int pos)
public int getMax()
public void setMax(int count)
public boolean isIdentifiersOnly()
public void setIdentifiersOnly(boolean yes)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |