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