@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class SessionConfigType extends Object
Java class for session-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="session-configType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="session-timeout" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/> <element name="cookie-config" type="{http://java.sun.com/xml/ns/javaee}cookie-configType" minOccurs="0"/> <element name="tracking-mode" type="{http://java.sun.com/xml/ns/javaee}tracking-modeType" maxOccurs="3" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CookieConfigType |
cookieConfig |
protected String |
id |
protected XsdIntegerType |
sessionTimeout |
protected List<TrackingModeType> |
trackingMode |
Constructor and Description |
---|
SessionConfigType() |
Modifier and Type | Method and Description |
---|---|
CookieConfigType |
getCookieConfig()
Gets the value of the cookieConfig property.
|
String |
getId()
Gets the value of the id property.
|
XsdIntegerType |
getSessionTimeout()
Gets the value of the sessionTimeout property.
|
List<TrackingModeType> |
getTrackingMode()
Gets the value of the trackingMode property.
|
void |
setCookieConfig(CookieConfigType value)
Sets the value of the cookieConfig property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSessionTimeout(XsdIntegerType value)
Sets the value of the sessionTimeout property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdIntegerType sessionTimeout
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected CookieConfigType cookieConfig
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<TrackingModeType> trackingMode
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdIntegerType getSessionTimeout()
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setSessionTimeout(XsdIntegerType value)
value
- allowed object is
XsdIntegerType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public CookieConfigType getCookieConfig()
CookieConfigType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setCookieConfig(CookieConfigType value)
value
- allowed object is
CookieConfigType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public List<TrackingModeType> getTrackingMode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the trackingMode property.
For example, to add a new item, do as follows:
getTrackingMode().add(newItem);
Objects of the following type(s) are allowed in the list
TrackingModeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
String
Copyright © 2016 buschmais GbR. All rights reserved.