Package com.pensio.api.generated
Class Authentication
java.lang.Object
com.pensio.api.generated.Authentication
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-10-20T16:48:32+05:00")
public class Authentication
extends Object
Java class for Authentication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Authentication">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Flow" type="{}AuthenticationFlow"/>
<element name="Liability" type="{}AuthenticationLiability"/>
<element name="Result" type="{}AuthenticationResult"/>
<element name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type" type="{}AuthenticationType"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AuthenticationFlowprotected AuthenticationLiabilityprotected AuthenticationResultprotected AuthenticationTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFlow()Gets the value of the flow property.Gets the value of the liability property.Gets the value of the result property.getType()Gets the value of the type property.Gets the value of the version property.voidsetFlow(AuthenticationFlow value) Sets the value of the flow property.voidSets the value of the liability property.voidsetResult(AuthenticationResult value) Sets the value of the result property.voidsetType(AuthenticationType value) Sets the value of the type property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
flow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected AuthenticationFlow flow -
liability
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected AuthenticationLiability liability -
result
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected AuthenticationResult result -
version
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected String version -
type
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") protected AuthenticationType type
-
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
getFlow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public AuthenticationFlow getFlow()Gets the value of the flow property.- Returns:
- possible object is
AuthenticationFlow
-
setFlow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setFlow(AuthenticationFlow value) Sets the value of the flow property.- Parameters:
value- allowed object isAuthenticationFlow
-
getLiability
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public AuthenticationLiability getLiability()Gets the value of the liability property.- Returns:
- possible object is
AuthenticationLiability
-
setLiability
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setLiability(AuthenticationLiability value) Sets the value of the liability property.- Parameters:
value- allowed object isAuthenticationLiability
-
getResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public AuthenticationResult getResult()Gets the value of the result property.- Returns:
- possible object is
AuthenticationResult
-
setResult
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setResult(AuthenticationResult value) Sets the value of the result property.- Parameters:
value- allowed object isAuthenticationResult
-
getVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public String getVersion()Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setVersion(String value) Sets the value of the version property.- Parameters:
value- allowed object isString
-
getType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public AuthenticationType getType()Gets the value of the type property.- Returns:
- possible object is
AuthenticationType
-
setType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-10-20T16:48:32+05:00") public void setType(AuthenticationType value) Sets the value of the type property.- Parameters:
value- allowed object isAuthenticationType
-