|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.response.base.ListDescription
Several of the inquiry APIs cause a list of results to be returned. In such cases, an ListDescription may also be returned.
| Field Summary | |
protected int |
actualCount
The actual overall number of matches. |
protected int |
includeCount
The number of list items returned. |
protected int |
listHead
The index (with origin of 1) of the first element of the returned result set within the overall set of matches. |
| Constructor Summary | |
ListDescription(int includeCount,
int actualCount,
int listHead)
ListDescription constructor. |
|
| Method Summary | |
int |
getActualCount()
Gets the actual overall number of matches. |
int |
getIncludeCount()
Gets the number of list items returned. |
int |
getListHead()
Gets the index (with origin of 1) of the first element of the returned result set within the overall set of matches. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected int includeCount
protected int actualCount
protected int listHead
| Constructor Detail |
public ListDescription(int includeCount,
int actualCount,
int listHead)
includeCount - The number of list items returned.actualCount - The actual overall number of matches.listHead - The index (with origin of 1) of the first element of the
returned result set within the overall set of matches.| Method Detail |
public int getIncludeCount()
public int getActualCount()
public int getListHead()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||