Package com.pensio.api.generated
Class Action
java.lang.Object
com.pensio.api.generated.Action
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-12-10T09:47:46Z")
public class Action
extends Object
Java class for Action complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Action">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Result" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MerchantErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CardHolderErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Transactions" type="{}Transactions" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Transactions -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cardHolderErrorMessage property.Gets the value of the merchantErrorMessage property.Gets the value of the result property.Gets the value of the transactions property.voidsetCardHolderErrorMessage(String value) Sets the value of the cardHolderErrorMessage property.voidsetMerchantErrorMessage(String value) Sets the value of the merchantErrorMessage property.voidSets the value of the result property.voidsetTransactions(Transactions value) Sets the value of the transactions property.
-
Field Details
-
result
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String result -
merchantErrorMessage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String merchantErrorMessage -
cardHolderErrorMessage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String cardHolderErrorMessage -
transactions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected Transactions transactions
-
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
getResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getResult()Gets the value of the result property.- Returns:
- possible object is
String
-
setResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setResult(String value) Sets the value of the result property.- Parameters:
value- allowed object isString
-
getMerchantErrorMessage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getMerchantErrorMessage()Gets the value of the merchantErrorMessage property.- Returns:
- possible object is
String
-
setMerchantErrorMessage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setMerchantErrorMessage(String value) Sets the value of the merchantErrorMessage property.- Parameters:
value- allowed object isString
-
getCardHolderErrorMessage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getCardHolderErrorMessage()Gets the value of the cardHolderErrorMessage property.- Returns:
- possible object is
String
-
setCardHolderErrorMessage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setCardHolderErrorMessage(String value) Sets the value of the cardHolderErrorMessage property.- Parameters:
value- allowed object isString
-
getTransactions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public Transactions getTransactions()Gets the value of the transactions property.- Returns:
- possible object is
Transactions
-
setTransactions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setTransactions(Transactions value) Sets the value of the transactions property.- Parameters:
value- allowed object isTransactions
-