Package science.aist.xes.model
Class AttributeType
- java.lang.Object
-
- science.aist.xes.model.AttributableType
-
- science.aist.xes.model.AttributeType
-
- Direct Known Subclasses:
AttributeBooleanType
,AttributeDateType
,AttributeFloatType
,AttributeIDType
,AttributeIntType
,AttributeListType
,AttributeStringType
public class AttributeType extends AttributableType
Java class for AttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributeType"> <complexContent> <extension base="{}AttributableType"> <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}Name" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
key
-
Fields inherited from class science.aist.xes.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description AttributeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Gets the value of the key property.void
setKey(String value)
Sets the value of the key property.-
Methods inherited from class science.aist.xes.model.AttributableType
getStringOrDateOrInt
-
-
-
-
Field Detail
-
key
protected String key
-
-