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, setSessionToken
protected TransactionDetailsType transaction
protected String clientId
protected String transrefId
public TransactionDetailsType getTransaction()
TransactionDetailsType
public void setTransaction(TransactionDetailsType value)
value
- allowed object is
TransactionDetailsType
public String getClientId()
String
public void setClientId(String value)
value
- allowed object is
String
public String getTransrefId()
String
Copyright © 2021. All rights reserved.