Class CookieConfig


  • public class CookieConfig
    extends Object
    web-common_3_0.xsd

    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>
     
    • Constructor Detail

      • CookieConfig

        public CookieConfig()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String value)
      • getDomain

        public String getDomain()
      • setDomain

        public void setDomain​(String value)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String value)
      • getComment

        public String getComment()
      • setComment

        public void setComment​(String value)
      • getHttpOnly

        public Boolean getHttpOnly()
      • setHttpOnly

        public void setHttpOnly​(Boolean value)
      • getSecure

        public Boolean getSecure()
      • setSecure

        public void setSecure​(Boolean value)
      • getMaxAge

        public Integer getMaxAge()
      • setMaxAge

        public void setMaxAge​(Integer value)
      • getId

        public String getId()
      • setId

        public void setId​(String value)