Package com.pensio.api.generated
Class PaymentInfo
java.lang.Object
com.pensio.api.generated.PaymentInfo
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2026-02-17T13:39:18Z")
public class PaymentInfo
extends Object
Java class for PaymentInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentInfo">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
PaymentInfo
public PaymentInfo()
-
-
Method Details
-
getValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public String getValue()Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") public void setValue(String value) Sets the value of the value property.- Parameters:
value- allowed object isString
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-17T13:39:18Z") 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-02-17T13:39:18Z") public void setName(String value) Sets the value of the name property.- Parameters:
value- allowed object isString
-