Class 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>
     
    • Constructor Detail

      • LogType

        public LogType()
    • 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

      • 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 is BigDecimal
      • 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 is String