public interface CookieConfigType
The following features are supported:
Webapp30Package.getCookieConfigType()| Modifier and Type | Method and Description |
|---|---|
CookieCommentType |
getComment()
Returns the value of the 'Comment' containment reference.
|
CookieDomainType |
getDomain()
Returns the value of the 'Domain' containment reference.
|
TrueFalseType |
getHttpOnly()
Returns the value of the 'Http Only' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
XsdIntegerType |
getMaxAge()
Returns the value of the 'Max Age' containment reference.
|
CookieNameType |
getName()
Returns the value of the 'Name' containment reference.
|
CookiePathType |
getPath()
Returns the value of the 'Path' containment reference.
|
TrueFalseType |
getSecure()
Returns the value of the 'Secure' containment reference.
|
void |
setComment(CookieCommentType value)
Sets the value of the '
Comment' containment reference. |
void |
setDomain(CookieDomainType value)
Sets the value of the '
Domain' containment reference. |
void |
setHttpOnly(TrueFalseType value)
Sets the value of the '
Http Only' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setMaxAge(XsdIntegerType value)
Sets the value of the '
Max Age' containment reference. |
void |
setName(CookieNameType value)
Sets the value of the '
Name' containment reference. |
void |
setPath(CookiePathType value)
Sets the value of the '
Path' containment reference. |
void |
setSecure(TrueFalseType value)
Sets the value of the '
Secure' containment reference. |
CookieNameType getName()
setName(CookieNameType),
Webapp30Package.getCookieConfigType_Name()void setName(CookieNameType value)
Name' containment reference.
value - the new value of the 'Name' containment reference.getName()CookieDomainType getDomain()
setDomain(CookieDomainType),
Webapp30Package.getCookieConfigType_Domain()void setDomain(CookieDomainType value)
Domain' containment reference.
value - the new value of the 'Domain' containment reference.getDomain()CookiePathType getPath()
setPath(CookiePathType),
Webapp30Package.getCookieConfigType_Path()void setPath(CookiePathType value)
Path' containment reference.
value - the new value of the 'Path' containment reference.getPath()CookieCommentType getComment()
setComment(CookieCommentType),
Webapp30Package.getCookieConfigType_Comment()void setComment(CookieCommentType value)
Comment' containment reference.
value - the new value of the 'Comment' containment reference.getComment()TrueFalseType getHttpOnly()
setHttpOnly(TrueFalseType),
Webapp30Package.getCookieConfigType_HttpOnly()void setHttpOnly(TrueFalseType value)
Http Only' containment reference.
value - the new value of the 'Http Only' containment reference.getHttpOnly()TrueFalseType getSecure()
setSecure(TrueFalseType),
Webapp30Package.getCookieConfigType_Secure()void setSecure(TrueFalseType value)
Secure' containment reference.
value - the new value of the 'Secure' containment reference.getSecure()XsdIntegerType getMaxAge()
setMaxAge(XsdIntegerType),
Webapp30Package.getCookieConfigType_MaxAge()void setMaxAge(XsdIntegerType value)
Max Age' containment reference.
value - the new value of the 'Max Age' containment reference.getMaxAge()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp30Package.getCookieConfigType_Id()