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