public class CmsMetadataValuePage extends Object implements Serializable, Iterable<CmsMetadataValue>
| Constructor and Description |
|---|
CmsMetadataValuePage() |
CmsMetadataValuePage(Integer totalResultSetSize,
Integer startIndex,
CmsMetadataValue[] 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
|
CmsMetadataValue[] |
getResults()
Gets the results value for this CmsMetadataValuePage.
|
CmsMetadataValue |
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 CmsMetadataValuePage.
|
Integer |
getTotalResultSetSize()
Gets the totalResultSetSize value for this CmsMetadataValuePage.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
Iterator<CmsMetadataValue> |
iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
void |
setResults(CmsMetadataValue[] results)
Sets the results value for this CmsMetadataValuePage.
|
void |
setResults(int i,
CmsMetadataValue _value) |
void |
setStartIndex(Integer startIndex)
Sets the startIndex value for this CmsMetadataValuePage.
|
void |
setTotalResultSetSize(Integer totalResultSetSize)
Sets the totalResultSetSize value for this CmsMetadataValuePage.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic CmsMetadataValuePage()
public CmsMetadataValuePage(Integer totalResultSetSize, Integer startIndex, CmsMetadataValue[] results)
public Integer getTotalResultSetSize()
public void setTotalResultSetSize(Integer totalResultSetSize)
totalResultSetSize - public Integer getStartIndex()
public void setStartIndex(Integer startIndex)
startIndex - public CmsMetadataValue[] getResults()
public void setResults(CmsMetadataValue[] results)
results - public CmsMetadataValue getResults(int i)
public void setResults(int i,
CmsMetadataValue _value)
public Iterator<CmsMetadataValue> iterator()
results that:
null.Iterator.remove().iterator in interface Iterable<CmsMetadataValue>public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.