Package science.aist.xes.model
Class AttributeIntType
- java.lang.Object
- 
- science.aist.xes.model.AttributableType
- 
- science.aist.xes.model.AttributeType
- 
- science.aist.xes.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 SummaryFields Modifier and Type Field Description protected longvalue- 
Fields inherited from class science.aist.xes.model.AttributeTypekey
 - 
Fields inherited from class science.aist.xes.model.AttributableTypestringOrDateOrInt
 
- 
 - 
Constructor SummaryConstructors Constructor Description AttributeIntType()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetValue()Gets the value of the value property.voidsetValue(long 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
 
- 
 
-