Package com.pensio.api.generated
Class AcquirerTransactionDataGroup
java.lang.Object
com.pensio.api.generated.AcquirerTransactionDataGroup
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2026-06-04T12:18:59Z")
public class AcquirerTransactionDataGroup
extends Object
Java class for AcquirerTransactionDataGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcquirerTransactionDataGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Entry" type="{}AcquirerTransactionDataEntry" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
entry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected List<AcquirerTransactionDataEntry> entry -
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") protected String name
-
-
Constructor Details
-
AcquirerTransactionDataGroup
public AcquirerTransactionDataGroup()
-
-
Method Details
-
getEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public List<AcquirerTransactionDataEntry> getEntry()Gets the value of the entry property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the entry property.For example, to add a new item, do as follows:
getEntry().add(newItem);Objects of the following type(s) are allowed in the list
AcquirerTransactionDataEntry -
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-06-04T12:18:59Z") public void setName(String value) Sets the value of the name property.- Parameters:
value- allowed object isString
-