Package science.aist.ocel.model
Class AttributeIntType
- java.lang.Object
-
- science.aist.ocel.model.AttributableType
-
- science.aist.ocel.model.AttributeType
-
- science.aist.ocel.model.AttributeIntType
-
public class AttributeIntType extends AttributeType
Java class for AttributeIntType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeIntType"> <complexContent> <extension base="{}AttributeType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected long
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 AttributeIntType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getValue()
Gets the value of the value property.void
setValue(long 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
-
-