public class Logs extends Object implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for Logs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Logs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="file" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="level" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="overwrite" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="console" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="level" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Logs.Console
Java class for anonymous complex type.
|
static class |
Logs.File
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Logs.Console |
console |
protected Logs.File |
file |
Constructor and Description |
---|
Logs() |
Modifier and Type | Method and Description |
---|---|
Object |
copyTo(Object target) |
Object |
copyTo(Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder) |
Object |
createCopy() |
boolean |
equals(Object object) |
void |
equals(Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder) |
Logs.Console |
getConsole()
Gets the value of the console property.
|
Logs.File |
getFile()
Gets the value of the file property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setConsole(Logs.Console value)
Sets the value of the console property.
|
void |
setFile(Logs.File value)
Sets the value of the file property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
protected Logs.File file
protected Logs.Console console
public Logs.File getFile()
Logs.File
public void setFile(Logs.File value)
value
- allowed object is
Logs.File
public Logs.Console getConsole()
Logs.Console
public void setConsole(Logs.Console value)
value
- allowed object is
Logs.Console
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString
in interface org.jvnet.jaxb2_commons.lang.ToString
public void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public Object copyTo(Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.Copyable
public Object createCopy()
createCopy
in interface org.jvnet.jaxb2_commons.lang.Copyable
createCopy
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015 University of Glasgow. All rights reserved.