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