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