public class ActivityGroupPage extends Object implements Serializable, Iterable<ActivityGroup>
ActivityGroup objects.| Constructor and Description |
|---|
ActivityGroupPage() |
ActivityGroupPage(Integer totalResultSetSize,
Integer startIndex,
ActivityGroup[] results) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ActivityGroup[] |
getResults()
Gets the results value for this ActivityGroupPage.
|
ActivityGroup |
getResults(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Integer |
getStartIndex()
Gets the startIndex value for this ActivityGroupPage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this ActivityGroupPage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
Iterator<ActivityGroup> |
iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
void |
setResults(ActivityGroup[] results)
Sets the results value for this ActivityGroupPage.
|
void |
setResults(int i,
ActivityGroup _value) |
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this ActivityGroupPage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this ActivityGroupPage.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ActivityGroupPage()
public ActivityGroupPage(Integer totalResultSetSize, Integer startIndex, ActivityGroup[] results)
public Integer getTotalResultSetSize()
public void setTotalResultSetSize(Integer totalResultSetSize)
totalResultSetSize - * The size of the total result set to which this page belongs.public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
startIndex - * The absolute index in the total result set on which this page
begins.public ActivityGroup[] getResults()
public void setResults(ActivityGroup[] results)
results - * The collection of activity groups contained within this page.public ActivityGroup getResults(int i)
public void setResults(int i,
ActivityGroup _value)
public Iterator<ActivityGroup> iterator()
results that:
null.Iterator.remove().iterator in interface Iterable<ActivityGroup>public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.