public class GetTransactionListResponse extends ANetApiResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
<sequence>
<element name="transactions" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfTransactionSummaryType" minOccurs="0"/>
<element name="totalNumInResultSet" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
totalNumInResultSet |
protected ArrayOfTransactionSummaryType |
transactions |
messages, refId, sessionToken| Constructor and Description |
|---|
GetTransactionListResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getTotalNumInResultSet()
Gets the value of the totalNumInResultSet property.
|
ArrayOfTransactionSummaryType |
getTransactions()
Gets the value of the transactions property.
|
void |
setTotalNumInResultSet(Integer value)
Sets the value of the totalNumInResultSet property.
|
void |
setTransactions(ArrayOfTransactionSummaryType value)
Sets the value of the transactions property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected ArrayOfTransactionSummaryType transactions
protected Integer totalNumInResultSet
public ArrayOfTransactionSummaryType getTransactions()
ArrayOfTransactionSummaryTypepublic void setTransactions(ArrayOfTransactionSummaryType value)
value - allowed object is
ArrayOfTransactionSummaryTypepublic Integer getTotalNumInResultSet()
IntegerCopyright © 2021. All rights reserved.