Package net.authorize.api.contract.v1
Class GetTransactionDetailsResponse
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiResponse
-
- net.authorize.api.contract.v1.GetTransactionDetailsResponse
-
- All Implemented Interfaces:
Serializable
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclientIdprotected TransactionDetailsTypetransactionprotected StringtransrefId-
Fields inherited from class net.authorize.api.contract.v1.ANetApiResponse
messages, refId, sessionToken
-
-
Constructor Summary
Constructors Constructor Description GetTransactionDetailsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()Gets the value of the clientId property.TransactionDetailsTypegetTransaction()Gets the value of the transaction property.StringgetTransrefId()Gets the value of the transrefId property.voidsetClientId(String value)Sets the value of the clientId property.voidsetTransaction(TransactionDetailsType value)Sets the value of the transaction property.voidsetTransrefId(String value)Sets the value of the transrefId property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiResponse
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
-
-
-
-
Field Detail
-
transaction
protected TransactionDetailsType transaction
-
clientId
protected String clientId
-
transrefId
protected String transrefId
-
-
Method Detail
-
getTransaction
public TransactionDetailsType getTransaction()
Gets the value of the transaction property.- Returns:
- possible object is
TransactionDetailsType
-
setTransaction
public void setTransaction(TransactionDetailsType value)
Sets the value of the transaction property.- Parameters:
value- allowed object isTransactionDetailsType
-
getClientId
public String getClientId()
Gets the value of the clientId property.- Returns:
- possible object is
String
-
setClientId
public void setClientId(String value)
Sets the value of the clientId property.- Parameters:
value- allowed object isString
-
getTransrefId
public String getTransrefId()
Gets the value of the transrefId property.- Returns:
- possible object is
String
-
-