public class AttributeBooleanType extends AttributeType
Java class for AttributeBooleanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeBooleanType"> <complexContent> <extension base="{}AttributeType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
value |
key
stringOrDateOrInt
Constructor and Description |
---|
AttributeBooleanType() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValue()
Gets the value of the value property.
|
void |
setValue(boolean value)
Sets the value of the value property.
|
String |
toString() |
getKey, setKey
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.