Package org.jbpm.xes.model
Class AttributeIntType
- java.lang.Object
-
- org.jbpm.xes.model.AttributableType
-
- org.jbpm.xes.model.AttributeType
-
- org.jbpm.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 Summary
Fields Modifier and Type Field Description protected longvalue-
Fields inherited from class org.jbpm.xes.model.AttributeType
key
-
Fields inherited from class org.jbpm.xes.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description AttributeIntType()AttributeIntType(String key, long value)
-
Method Summary
All 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.StringtoString()-
Methods inherited from class org.jbpm.xes.model.AttributeType
getKey, setKey
-
Methods inherited from class org.jbpm.xes.model.AttributableType
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
-
-
-
-
Constructor Detail
-
AttributeIntType
public AttributeIntType()
-
AttributeIntType
public AttributeIntType(String key, long value)
-
-