Class LogType
- java.lang.Object
-
- science.aist.xes.model.LogType
-
public class LogType extends Object
Java class for LogType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="extension" type="{}ExtensionType" maxOccurs="unbounded" minOccurs="0"/> <element name="global" type="{}GlobalsType" maxOccurs="unbounded" minOccurs="0"/> <element name="classifier" type="{}ClassifierType" maxOccurs="unbounded" minOccurs="0"/> <group ref="{}AttributableGroup"/> <element name="trace" type="{}TraceType" maxOccurs="unbounded" minOccurs="0"/> <element name="event" type="{}EventType" 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" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ClassifierType>
classifier
protected List<EventType>
event
protected List<ExtensionType>
extension
protected List<GlobalsType>
global
protected List<AttributeType>
stringOrDateOrInt
protected List<TraceType>
trace
protected String
xesFeatures
protected BigDecimal
xesVersion
-
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<EventType>
getEvent()
Gets the value of the event property.List<ExtensionType>
getExtension()
Gets the value of the extension property.List<GlobalsType>
getGlobal()
Gets the value of the global property.List<AttributeType>
getStringOrDateOrInt()
Gets the value of the stringOrDateOrInt property.List<TraceType>
getTrace()
Gets the value of the trace property.String
getXesFeatures()
Gets the value of the xesFeatures property.BigDecimal
getXesVersion()
Gets the value of the xesVersion property.void
setXesFeatures(String value)
Sets the value of the xesFeatures property.void
setXesVersion(BigDecimal value)
Sets the value of the xesVersion property.
-
-
-
Field Detail
-
extension
protected List<ExtensionType> extension
-
global
protected List<GlobalsType> global
-
classifier
protected List<ClassifierType> classifier
-
stringOrDateOrInt
protected List<AttributeType> stringOrDateOrInt
-
xesVersion
protected BigDecimal xesVersion
-
xesFeatures
protected String xesFeatures
-
-
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
set
method 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
set
method 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
set
method 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
-
getStringOrDateOrInt
public List<AttributeType> getStringOrDateOrInt()
Gets the value of the stringOrDateOrInt 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
set
method for the stringOrDateOrInt property.For example, to add a new item, do as follows:
getStringOrDateOrInt().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeStringType
AttributeDateType
AttributeIntType
AttributeFloatType
AttributeBooleanType
AttributeIDType
AttributeListType
-
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
set
method 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
-
getEvent
public List<EventType> getEvent()
Gets the value of the event 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
set
method for the event property.For example, to add a new item, do as follows:
getEvent().add(newItem);
Objects of the following type(s) are allowed in the list
EventType
-
getXesVersion
public BigDecimal getXesVersion()
Gets the value of the xesVersion property.- Returns:
- possible object is
BigDecimal
-
setXesVersion
public void setXesVersion(BigDecimal value)
Sets the value of the xesVersion property.- Parameters:
value
- allowed object isBigDecimal
-
getXesFeatures
public String getXesFeatures()
Gets the value of the xesFeatures property.- Returns:
- possible object is
String
-
-