Package com.pensio.api.generated
Class RedirectResponse
java.lang.Object
com.pensio.api.generated.RedirectResponse
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-12-10T09:47:46Z")
public class RedirectResponse
extends Object
Java class for RedirectResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RedirectResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Method" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Data" type="{}RedirectResponseData"/>
<element name="FlowType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Gets the value of the data property.Gets the value of the flowType property.Gets the value of the method property.getUrl()Gets the value of the url property.voidsetData(RedirectResponseData value) Sets the value of the data property.voidsetFlowType(String value) Sets the value of the flowType property.voidSets the value of the method property.voidSets the value of the url property.
-
Field Details
-
url
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String url -
method
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String method -
data
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected RedirectResponseData data -
flowType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String flowType
-
-
Constructor Details
-
RedirectResponse
public RedirectResponse()
-
-
Method Details
-
getUrl
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getUrl()Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setUrl(String value) Sets the value of the url property.- Parameters:
value- allowed object isString
-
getMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getMethod()Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setMethod(String value) Sets the value of the method property.- Parameters:
value- allowed object isString
-
getData
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public RedirectResponseData getData()Gets the value of the data property.- Returns:
- possible object is
RedirectResponseData
-
setData
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setData(RedirectResponseData value) Sets the value of the data property.- Parameters:
value- allowed object isRedirectResponseData
-
getFlowType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getFlowType()Gets the value of the flowType property.- Returns:
- possible object is
String
-
setFlowType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setFlowType(String value) Sets the value of the flowType property.- Parameters:
value- allowed object isString
-