Package science.aist.xes.model
Class AttributeBooleanType
- java.lang.Object
- 
- science.aist.xes.model.AttributableType
- 
- science.aist.xes.model.AttributeType
- 
- science.aist.xes.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 SummaryFields Modifier and Type Field Description protected booleanvalue- 
Fields inherited from class science.aist.xes.model.AttributeTypekey
 - 
Fields inherited from class science.aist.xes.model.AttributableTypestringOrDateOrInt
 
- 
 - 
Constructor SummaryConstructors Constructor Description AttributeBooleanType()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValue()Gets the value of the value property.voidsetValue(boolean value)Sets the value of the value property.- 
Methods inherited from class science.aist.xes.model.AttributeTypegetKey, setKey
 - 
Methods inherited from class science.aist.xes.model.AttributableTypegetStringOrDateOrInt
 
- 
 
-