Package org.jbpm.xes.model
Class AttributeListType
- java.lang.Object
-
- org.jbpm.xes.model.AttributableType
-
- org.jbpm.xes.model.AttributeType
-
- org.jbpm.xes.model.AttributeListType
-
public class AttributeListType extends AttributeType
Java class for AttributeListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeListType"> <complexContent> <extension base="{}AttributeType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
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 AttributeListType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-