public class CookiePathType extends NonEmptyStringType
Java class for cookie-pathType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="cookie-pathType">
<simpleContent>
<extension base="<http://java.sun.com/xml/ns/javaee>nonEmptyStringType">
</extension>
</simpleContent>
</complexType>
| Constructor and Description |
|---|
CookiePathType() |
| Modifier and Type | Method and Description |
|---|---|
CookiePathType |
withId(String value) |
CookiePathType |
withValue(String value) |
public CookiePathType withValue(String value)
withValue in class NonEmptyStringTypepublic CookiePathType withId(String value)
withId in class NonEmptyStringTypeCopyright © 2019. All rights reserved.