org.deegree.services.jaxb.controller
Class DeegreeServiceControllerType.RequestLogging

java.lang.Object
  extended by org.deegree.services.jaxb.controller.DeegreeServiceControllerType.RequestLogging
Enclosing class:
DeegreeServiceControllerType

public static class DeegreeServiceControllerType.RequestLogging
extends Object

If included in the configuration, requests will be logged.

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="OutputDirectory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OnlySuccessful" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="RequestLogger" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Class" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="Configuration" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DeegreeServiceControllerType.RequestLogging.RequestLogger
          Java class for anonymous complex type.
 
Field Summary
protected  Boolean onlySuccessful
           
protected  String outputDirectory
           
protected  DeegreeServiceControllerType.RequestLogging.RequestLogger requestLogger
           
 
Constructor Summary
DeegreeServiceControllerType.RequestLogging()
           
 
Method Summary
 String getOutputDirectory()
          Gets the value of the outputDirectory property.
 DeegreeServiceControllerType.RequestLogging.RequestLogger getRequestLogger()
          Gets the value of the requestLogger property.
 Boolean isOnlySuccessful()
          Gets the value of the onlySuccessful property.
 void setOnlySuccessful(Boolean value)
          Sets the value of the onlySuccessful property.
 void setOutputDirectory(String value)
          Sets the value of the outputDirectory property.
 void setRequestLogger(DeegreeServiceControllerType.RequestLogging.RequestLogger value)
          Sets the value of the requestLogger property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputDirectory

protected String outputDirectory

onlySuccessful

protected Boolean onlySuccessful

requestLogger

protected DeegreeServiceControllerType.RequestLogging.RequestLogger requestLogger
Constructor Detail

DeegreeServiceControllerType.RequestLogging

public DeegreeServiceControllerType.RequestLogging()
Method Detail

getOutputDirectory

public String getOutputDirectory()
Gets the value of the outputDirectory property.

Returns:
possible object is String

setOutputDirectory

public void setOutputDirectory(String value)
Sets the value of the outputDirectory property.

Parameters:
value - allowed object is String

isOnlySuccessful

public Boolean isOnlySuccessful()
Gets the value of the onlySuccessful property.

Returns:
possible object is Boolean

setOnlySuccessful

public void setOnlySuccessful(Boolean value)
Sets the value of the onlySuccessful property.

Parameters:
value - allowed object is Boolean

getRequestLogger

public DeegreeServiceControllerType.RequestLogging.RequestLogger getRequestLogger()
Gets the value of the requestLogger property.

Returns:
possible object is DeegreeServiceControllerType.RequestLogging.RequestLogger

setRequestLogger

public void setRequestLogger(DeegreeServiceControllerType.RequestLogging.RequestLogger value)
Sets the value of the requestLogger property.

Parameters:
value - allowed object is DeegreeServiceControllerType.RequestLogging.RequestLogger


Copyright © 2011. All Rights Reserved.