Class LogType
- java.lang.Object
-
- org.jbpm.xes.model.AttributableType
-
- org.jbpm.xes.model.ElementType
-
- org.jbpm.xes.model.LogType
-
public class LogType extends ElementType
Java class for LogType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogType"> <complexContent> <extension base="{}ElementType"> <sequence> <element name="extension" type="{}ExtensionType" maxOccurs="unbounded" minOccurs="0"/> <element name="global" type="{}GlobalsType" maxOccurs="2" minOccurs="0"/> <element name="classifier" type="{}ClassifierType" maxOccurs="unbounded" minOccurs="0"/> <element name="trace" type="{}TraceType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="xes.version" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="xes.features" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="openxes.version" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ClassifierType>classifierprotected List<ExtensionType>extensionprotected List<GlobalsType>globalprotected StringopenxesVersionprotected List<TraceType>traceprotected StringxesFeaturesprotected StringxesVersion-
Fields inherited from class org.jbpm.xes.model.AttributableType
stringOrDateOrInt
-
-
Constructor Summary
Constructors Constructor Description LogType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ClassifierType>getClassifier()Gets the value of the classifier property.List<ExtensionType>getExtension()Gets the value of the extension property.List<GlobalsType>getGlobal()Gets the value of the global property.StringgetOpenxesVersion()Gets the value of the openxesVersion property.List<TraceType>getTrace()Gets the value of the trace property.StringgetXesFeatures()Gets the value of the xesFeatures property.StringgetXesVersion()Gets the value of the xesVersion property.voidsetOpenxesVersion(String value)Sets the value of the openxesVersion property.voidsetXesFeatures(String value)Sets the value of the xesFeatures property.voidsetXesVersion(String value)Sets the value of the xesVersion property.-
Methods inherited from class org.jbpm.xes.model.AttributableType
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
-
-
-
-
Field Detail
-
extension
protected List<ExtensionType> extension
-
global
protected List<GlobalsType> global
-
classifier
protected List<ClassifierType> classifier
-
xesVersion
protected String xesVersion
-
xesFeatures
protected String xesFeatures
-
openxesVersion
protected String openxesVersion
-
-
Method Detail
-
getExtension
public List<ExtensionType> getExtension()
Gets the value of the extension property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);Objects of the following type(s) are allowed in the list
ExtensionType
-
getGlobal
public List<GlobalsType> getGlobal()
Gets the value of the global property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the global property.For example, to add a new item, do as follows:
getGlobal().add(newItem);Objects of the following type(s) are allowed in the list
GlobalsType
-
getClassifier
public List<ClassifierType> getClassifier()
Gets the value of the classifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the classifier property.For example, to add a new item, do as follows:
getClassifier().add(newItem);Objects of the following type(s) are allowed in the list
ClassifierType
-
getTrace
public List<TraceType> getTrace()
Gets the value of the trace property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the trace property.For example, to add a new item, do as follows:
getTrace().add(newItem);Objects of the following type(s) are allowed in the list
TraceType
-
getXesVersion
public String getXesVersion()
Gets the value of the xesVersion property.- Returns:
- possible object is
String
-
setXesVersion
public void setXesVersion(String value)
Sets the value of the xesVersion property.- Parameters:
value- allowed object isString
-
getXesFeatures
public String getXesFeatures()
Gets the value of the xesFeatures property.- Returns:
- possible object is
String
-
setXesFeatures
public void setXesFeatures(String value)
Sets the value of the xesFeatures property.- Parameters:
value- allowed object isString
-
getOpenxesVersion
public String getOpenxesVersion()
Gets the value of the openxesVersion property.- Returns:
- possible object is
String
-
-