public class XsdBooleanType extends Object
Java class for xsdBooleanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="xsdBooleanType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>boolean">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected boolean |
value |
| Constructor and Description |
|---|
XsdBooleanType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
boolean |
isValue()
Gets the value of the value property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setValue(boolean value)
Sets the value of the value property.
|
XsdBooleanType |
withId(String value) |
XsdBooleanType |
withValue(boolean value) |
protected boolean value
protected String id
public boolean isValue()
public void setValue(boolean value)
public void setId(String value)
value - allowed object is
Stringpublic XsdBooleanType withValue(boolean value)
public XsdBooleanType withId(String value)
Copyright © 2020. All rights reserved.