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.
|
protected CookieNameType name
protected CookieDomainType domain
protected CookiePathType path
protected CookieCommentType comment
protected TrueFalseType httpOnly
protected TrueFalseType secure
protected XsdIntegerType maxAge
protected String id
public CookieNameType getName()
CookieNameType
public void setName(CookieNameType value)
value
- allowed object is
CookieNameType
public CookieDomainType getDomain()
CookieDomainType
public void setDomain(CookieDomainType value)
value
- allowed object is
CookieDomainType
public CookiePathType getPath()
CookiePathType
public void setPath(CookiePathType value)
value
- allowed object is
CookiePathType
public CookieCommentType getComment()
CookieCommentType
public void setComment(CookieCommentType value)
value
- allowed object is
CookieCommentType
public TrueFalseType getHttpOnly()
TrueFalseType
public void setHttpOnly(TrueFalseType value)
value
- allowed object is
TrueFalseType
public TrueFalseType getSecure()
TrueFalseType
public void setSecure(TrueFalseType value)
value
- allowed object is
TrueFalseType
public XsdIntegerType getMaxAge()
XsdIntegerType
public void setMaxAge(XsdIntegerType value)
value
- allowed object is
XsdIntegerType
Copyright © 2016 buschmais GbR. All rights reserved.