public class GetUnsettledTransactionListResponse 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 java.lang.Integer |
totalNumInResultSet |
protected ArrayOfTransactionSummaryType |
transactions |
messages, refId, sessionToken| Constructor and Description |
|---|
GetUnsettledTransactionListResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getTotalNumInResultSet()
Gets the value of the totalNumInResultSet property.
|
ArrayOfTransactionSummaryType |
getTransactions()
Gets the value of the transactions property.
|
void |
setTotalNumInResultSet(java.lang.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 java.lang.Integer totalNumInResultSet
public ArrayOfTransactionSummaryType getTransactions()
ArrayOfTransactionSummaryTypepublic void setTransactions(ArrayOfTransactionSummaryType value)
value - allowed object is
ArrayOfTransactionSummaryTypepublic java.lang.Integer getTotalNumInResultSet()
Integerpublic void setTotalNumInResultSet(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2018. All Rights Reserved.