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">
           <attribute name="context" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="level" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="parent_context" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="parent_category" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • context

        protected String context
      • category

        protected Integer category
      • parentContext

        protected String parentContext
      • parentCategory

        protected Integer parentCategory
      • message

        protected String message
    • Constructor Detail

      • LogType

        public LogType()
    • Method Detail

      • getContext

        public String getContext()
        Gets the value of the context property.
        Returns:
        possible object is String
      • setContext

        public void setContext​(String value)
        Sets the value of the context property.
        Parameters:
        value - allowed object is String
      • getLevel

        public Integer getLevel()
        Gets the value of the level property.
        Returns:
        possible object is Integer
      • setLevel

        public void setLevel​(Integer value)
        Sets the value of the level property.
        Parameters:
        value - allowed object is Integer
      • getCategory

        public Integer getCategory()
        Gets the value of the category property.
        Returns:
        possible object is Integer
      • setCategory

        public void setCategory​(Integer value)
        Sets the value of the category property.
        Parameters:
        value - allowed object is Integer
      • getParentContext

        public String getParentContext()
        Gets the value of the parentContext property.
        Returns:
        possible object is String
      • setParentContext

        public void setParentContext​(String value)
        Sets the value of the parentContext property.
        Parameters:
        value - allowed object is String
      • getParentCategory

        public Integer getParentCategory()
        Gets the value of the parentCategory property.
        Returns:
        possible object is Integer
      • setParentCategory

        public void setParentCategory​(Integer value)
        Sets the value of the parentCategory property.
        Parameters:
        value - allowed object is Integer
      • getMessage

        public String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String