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