public class OutputConfiguration
extends java.lang.Object
implements java.lang.Cloneable
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 ref="{}LogLevel" maxOccurs="unbounded"/>
</sequence>
<attribute name="outputName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OutputConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LogLevel> |
getLogLevel()
Gets the value of the logLevel property.
|
java.lang.String |
getOutputName()
Gets the value of the outputName property.
|
void |
setOutputName(java.lang.String value)
Sets the value of the outputName property.
|
public java.util.List<LogLevel> getLogLevel()
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 logLevel property.
For example, to add a new item, do as follows:
getLogLevel().add(newItem);
Objects of the following type(s) are allowed in the list LogLevel
public java.lang.String getOutputName()
Stringpublic void setOutputName(java.lang.String value)
value - allowed object is String