public class GetTransactionDetailsResponse 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="transaction" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}transactionDetailsType"/>
<element name="clientId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="30"/>
</restriction>
</simpleType>
</element>
<element name="transrefId" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId |
protected TransactionDetailsType |
transaction |
protected String |
transrefId |
messages, refId, sessionToken| Constructor and Description |
|---|
GetTransactionDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Gets the value of the clientId property.
|
TransactionDetailsType |
getTransaction()
Gets the value of the transaction property.
|
String |
getTransrefId()
Gets the value of the transrefId property.
|
void |
setClientId(String value)
Sets the value of the clientId property.
|
void |
setTransaction(TransactionDetailsType value)
Sets the value of the transaction property.
|
void |
setTransrefId(String value)
Sets the value of the transrefId property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected TransactionDetailsType transaction
protected String clientId
protected String transrefId
public TransactionDetailsType getTransaction()
TransactionDetailsTypepublic void setTransaction(TransactionDetailsType value)
value - allowed object is
TransactionDetailsTypepublic String getClientId()
Stringpublic void setClientId(String value)
value - allowed object is
Stringpublic String getTransrefId()
StringCopyright © 2021. All rights reserved.