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