public class LogEntry
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ParameterList"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Parameter" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="63"/> </restriction> </simpleType> </attribute> <attribute name="Value" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="255"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> <anyAttribute/> </restriction> </complexContent> </complexType> </element> <any maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="Level" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Debug"/> <enumeration value="Error"/> <enumeration value="Information"/> <enumeration value="Trace"/> <enumeration value="Verbose"/> <enumeration value="Warning"/> </restriction> </simpleType> </attribute> <attribute name="LogTime" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime"> <pattern value=".+T.+(Z)"/> </restriction> </simpleType> </attribute> <attribute name="Message" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="511"/> </restriction> </simpleType> </attribute> <attribute name="Type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <maxLength value="63"/> </restriction> </simpleType> </attribute> <anyAttribute/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
level |
protected javax.xml.datatype.XMLGregorianCalendar |
logTime |
protected java.lang.String |
message |
protected ParameterList |
parameterList |
protected java.lang.String |
type |
Constructor and Description |
---|
LogEntry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLevel()
Gets the value of the level property.
|
java.util.Date |
getLogTime()
Gets the value of the logTime property.
|
java.lang.String |
getMessage()
Gets the value of the message property.
|
ParameterList |
getParameterList()
Gets the value of the parameterList property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
protected ParameterList parameterList
protected java.lang.String level
protected javax.xml.datatype.XMLGregorianCalendar logTime
protected java.lang.String message
protected java.lang.String type
public ParameterList getParameterList()
ParameterList
public java.lang.String getLevel()
String
public java.util.Date getLogTime()
XMLGregorianCalendar
public java.lang.String getMessage()
String
public java.lang.String getType()
String