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