Package org.jbpm.xes.model
Class GlobalsType
- java.lang.Object
-
- org.jbpm.xes.model.AttributableType
-
- org.jbpm.xes.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 Stringscope-
Fields inherited from class org.jbpm.xes.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description GlobalsType()GlobalsType(String scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetScope()Gets the value of the scope property.voidsetScope(String value)Sets the value of the scope property.-
Methods inherited from class org.jbpm.xes.model.AttributableType
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
-
-