|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingResult
public class AesListingResult
Java class for AesListingResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesListingResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="totalRowCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="completeRowCount" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="schedulerInitialized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
completeRowCount
|
protected boolean |
schedulerInitialized
|
protected int |
totalRowCount
|
| Constructor Summary | |
|---|---|
AesListingResult()
|
|
| Method Summary | |
|---|---|
int |
getTotalRowCount()
Gets the value of the totalRowCount property. |
boolean |
isCompleteRowCount()
Gets the value of the completeRowCount property. |
boolean |
isSchedulerInitialized()
Gets the value of the schedulerInitialized property. |
void |
setCompleteRowCount(boolean value)
Sets the value of the completeRowCount property. |
void |
setSchedulerInitialized(boolean value)
Sets the value of the schedulerInitialized property. |
void |
setTotalRowCount(int value)
Sets the value of the totalRowCount property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int totalRowCount
protected boolean completeRowCount
protected boolean schedulerInitialized
| Constructor Detail |
|---|
public AesListingResult()
| Method Detail |
|---|
public int getTotalRowCount()
public void setTotalRowCount(int value)
public boolean isCompleteRowCount()
public void setCompleteRowCount(boolean value)
public boolean isSchedulerInitialized()
public void setSchedulerInitialized(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||