Package science.aist.ocel.model
Class AttributeBooleanType
- java.lang.Object
-
- science.aist.ocel.model.AttributableType
-
- science.aist.ocel.model.AttributeType
-
- science.aist.ocel.model.AttributeBooleanType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
value
-
Fields inherited from class science.aist.ocel.model.AttributeType
key
-
Fields inherited from class science.aist.ocel.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description AttributeBooleanType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isValue()
Gets the value of the value property.void
setValue(boolean value)
Sets the value of the value property.-
Methods inherited from class science.aist.ocel.model.AttributeType
getKey, setKey
-
Methods inherited from class science.aist.ocel.model.AttributableType
getStringOrDateOrInt
-
-