@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class CookieConfigType extends Object
Java class for cookie-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cookie-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://java.sun.com/xml/ns/javaee}cookie-nameType" minOccurs="0"/>
<element name="domain" type="{http://java.sun.com/xml/ns/javaee}cookie-domainType" minOccurs="0"/>
<element name="path" type="{http://java.sun.com/xml/ns/javaee}cookie-pathType" minOccurs="0"/>
<element name="comment" type="{http://java.sun.com/xml/ns/javaee}cookie-commentType" minOccurs="0"/>
<element name="http-only" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="secure" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
<element name="max-age" type="{http://java.sun.com/xml/ns/javaee}xsdIntegerType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CookieCommentType |
comment |
protected CookieDomainType |
domain |
protected TrueFalseType |
httpOnly |
protected String |
id |
protected XsdIntegerType |
maxAge |
protected CookieNameType |
name |
protected CookiePathType |
path |
protected TrueFalseType |
secure |
| Constructor and Description |
|---|
CookieConfigType() |
| Modifier and Type | Method and Description |
|---|---|
CookieCommentType |
getComment()
Gets the value of the comment property.
|
CookieDomainType |
getDomain()
Gets the value of the domain property.
|
TrueFalseType |
getHttpOnly()
Gets the value of the httpOnly property.
|
String |
getId()
Gets the value of the id property.
|
XsdIntegerType |
getMaxAge()
Gets the value of the maxAge property.
|
CookieNameType |
getName()
Gets the value of the name property.
|
CookiePathType |
getPath()
Gets the value of the path property.
|
TrueFalseType |
getSecure()
Gets the value of the secure property.
|
void |
setComment(CookieCommentType value)
Sets the value of the comment property.
|
void |
setDomain(CookieDomainType value)
Sets the value of the domain property.
|
void |
setHttpOnly(TrueFalseType value)
Sets the value of the httpOnly property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMaxAge(XsdIntegerType value)
Sets the value of the maxAge property.
|
void |
setName(CookieNameType value)
Sets the value of the name property.
|
void |
setPath(CookiePathType value)
Sets the value of the path property.
|
void |
setSecure(TrueFalseType value)
Sets the value of the secure property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected CookieNameType name
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected CookieDomainType domain
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected CookiePathType path
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected CookieCommentType comment
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType httpOnly
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType secure
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected XsdIntegerType maxAge
@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 CookieNameType getName()
CookieNameType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setName(CookieNameType value)
value - allowed object is
CookieNameType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public CookieDomainType getDomain()
CookieDomainType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setDomain(CookieDomainType value)
value - allowed object is
CookieDomainType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public CookiePathType getPath()
CookiePathType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setPath(CookiePathType value)
value - allowed object is
CookiePathType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public CookieCommentType getComment()
CookieCommentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setComment(CookieCommentType value)
value - allowed object is
CookieCommentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getHttpOnly()
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setHttpOnly(TrueFalseType value)
value - allowed object is
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getSecure()
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setSecure(TrueFalseType value)
value - allowed object is
TrueFalseType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public XsdIntegerType getMaxAge()
XsdIntegerType@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMaxAge(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 String getId()
StringCopyright © 2016 buschmais GbR. All rights reserved.