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