Package com.pensio.api.generated
Class Session
java.lang.Object
com.pensio.api.generated.Session
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2025-11-27T11:19:06Z")
public class Session
extends Object
Java class for Session complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Session">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-11-27T11:19:06Z") protected String data
-
-
Constructor Details
-
Session
public Session()
-
-
Method Details
-
getData
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-11-27T11:19:06Z") public String getData()Gets the value of the data property.- Returns:
- possible object is
String
-
setData
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-11-27T11:19:06Z") public void setData(String value) Sets the value of the data property.- Parameters:
value- allowed object isString
-