Package science.aist.ocel.model
Class AttributeIDType
- java.lang.Object
-
- science.aist.ocel.model.AttributableType
-
- science.aist.ocel.model.AttributeType
-
- science.aist.ocel.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 Stringvalue-
Fields inherited from class science.aist.ocel.model.AttributeType
key
-
Fields inherited from class science.aist.ocel.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description AttributeIDType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()Gets the value of the value property.voidsetValue(String value)Sets the value of the value property.-
Methods inherited from class science.aist.ocel.model.AttributeType
getKey, setKey
-
Methods inherited from class science.aist.ocel.model.AttributableType
getStringOrDateOrInt
-
-
-
-
Field Detail
-
value
protected String value
-
-