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 java.lang.String |
clientId |
protected TransactionDetailsType |
transaction |
protected java.lang.String |
transrefId |
messages, refId, sessionToken| Constructor and Description |
|---|
GetTransactionDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClientId()
Gets the value of the clientId property.
|
TransactionDetailsType |
getTransaction()
Gets the value of the transaction property.
|
java.lang.String |
getTransrefId()
Gets the value of the transrefId property.
|
void |
setClientId(java.lang.String value)
Sets the value of the clientId property.
|
void |
setTransaction(TransactionDetailsType value)
Sets the value of the transaction property.
|
void |
setTransrefId(java.lang.String value)
Sets the value of the transrefId property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected TransactionDetailsType transaction
protected java.lang.String clientId
protected java.lang.String transrefId
public TransactionDetailsType getTransaction()
TransactionDetailsTypepublic void setTransaction(TransactionDetailsType value)
value - allowed object is
TransactionDetailsTypepublic java.lang.String getClientId()
Stringpublic void setClientId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTransrefId()
Stringpublic void setTransrefId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.