public class TrueFalseType extends XsdBooleanType
Java class for true-falseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="true-falseType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>xsdBooleanType">
</restriction>
</simpleContent>
</complexType>
id, value| Constructor and Description |
|---|
TrueFalseType() |
| Modifier and Type | Method and Description |
|---|---|
TrueFalseType |
withId(String value) |
TrueFalseType |
withValue(boolean value) |
getId, isValue, setId, setValuepublic TrueFalseType withValue(boolean value)
withValue in class XsdBooleanTypepublic TrueFalseType withId(String value)
withId in class XsdBooleanTypeCopyright © 2020. All rights reserved.