public class CreateTransactionResponse 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="transactionResponse" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}transactionResponse"/> <element name="profileResponse" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}createProfileResponse" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CreateProfileResponse |
profileResponse |
protected TransactionResponse |
transactionResponse |
messages, refId, sessionToken
Constructor and Description |
---|
CreateTransactionResponse() |
Modifier and Type | Method and Description |
---|---|
CreateProfileResponse |
getProfileResponse()
Gets the value of the profileResponse property.
|
TransactionResponse |
getTransactionResponse()
Gets the value of the transactionResponse property.
|
void |
setProfileResponse(CreateProfileResponse value)
Sets the value of the profileResponse property.
|
void |
setTransactionResponse(TransactionResponse value)
Sets the value of the transactionResponse property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
protected TransactionResponse transactionResponse
protected CreateProfileResponse profileResponse
public TransactionResponse getTransactionResponse()
TransactionResponse
public void setTransactionResponse(TransactionResponse value)
value
- allowed object is
TransactionResponse
public CreateProfileResponse getProfileResponse()
CreateProfileResponse
public void setProfileResponse(CreateProfileResponse value)
value
- allowed object is
CreateProfileResponse
Copyright © 2021. All rights reserved.