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>
Modifier and Type | Field and Description |
---|---|
protected List<ClassifierType> |
classifier |
protected List<ExtensionType> |
extension |
protected List<GlobalsType> |
global |
protected String |
openxesVersion |
protected List<TraceType> |
trace |
protected String |
xesFeatures |
protected String |
xesVersion |
stringOrDateOrInt
Constructor and Description |
---|
LogType() |
Modifier and Type | Method and 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.
|
String |
getOpenxesVersion()
Gets the value of the openxesVersion property.
|
List<TraceType> |
getTrace()
Gets the value of the trace property.
|
String |
getXesFeatures()
Gets the value of the xesFeatures property.
|
String |
getXesVersion()
Gets the value of the xesVersion property.
|
void |
setOpenxesVersion(String value)
Sets the value of the openxesVersion property.
|
void |
setXesFeatures(String value)
Sets the value of the xesFeatures property.
|
void |
setXesVersion(String value)
Sets the value of the xesVersion property.
|
addDateType, addIntegerType, addIntegerType, addStringType, getStringOrDateOrInt
protected List<ExtensionType> extension
protected List<GlobalsType> global
protected List<ClassifierType> classifier
protected String xesVersion
protected String xesFeatures
protected String openxesVersion
public List<ExtensionType> getExtension()
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
public List<GlobalsType> getGlobal()
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
public List<ClassifierType> getClassifier()
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
public List<TraceType> getTrace()
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
public String getXesVersion()
String
public void setXesVersion(String value)
value
- allowed object is
String
public String getXesFeatures()
String
public void setXesFeatures(String value)
value
- allowed object is
String
public String getOpenxesVersion()
String
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.