public class CookieConfigType extends Object
Java-Klasse für cookie-configType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der comment-Eigenschaft ab.
|
CookieDomainType |
getDomain()
Ruft den Wert der domain-Eigenschaft ab.
|
TrueFalseType |
getHttpOnly()
Ruft den Wert der httpOnly-Eigenschaft ab.
|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
XsdIntegerType |
getMaxAge()
Ruft den Wert der maxAge-Eigenschaft ab.
|
CookieNameType |
getName()
Ruft den Wert der name-Eigenschaft ab.
|
CookiePathType |
getPath()
Ruft den Wert der path-Eigenschaft ab.
|
TrueFalseType |
getSecure()
Ruft den Wert der secure-Eigenschaft ab.
|
void |
setComment(CookieCommentType value)
Legt den Wert der comment-Eigenschaft fest.
|
void |
setDomain(CookieDomainType value)
Legt den Wert der domain-Eigenschaft fest.
|
void |
setHttpOnly(TrueFalseType value)
Legt den Wert der httpOnly-Eigenschaft fest.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setMaxAge(XsdIntegerType value)
Legt den Wert der maxAge-Eigenschaft fest.
|
void |
setName(CookieNameType value)
Legt den Wert der name-Eigenschaft fest.
|
void |
setPath(CookiePathType value)
Legt den Wert der path-Eigenschaft fest.
|
void |
setSecure(TrueFalseType value)
Legt den Wert der secure-Eigenschaft fest.
|
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 © 2015 buschmais GbR. All rights reserved.