org.deegree.services.jaxb.controller
Class ServiceType

java.lang.Object
  extended by org.deegree.services.jaxb.controller.ServiceType

public class ServiceType
extends Object

Defines the service for which a sub-controller will be installed by the frontcontroller. The Configuration location may point to an absolute file or a relative file, starting from the service_configuration.xml

Java class for ServiceType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ServiceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ServiceName" type="{http://www.deegree.org/services/controller}AllowedServices"/>
         <element name="ConfigurationLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="ControllerClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String configurationLocation
           
protected  String controllerClass
           
protected  AllowedServices serviceName
           
 
Constructor Summary
ServiceType()
           
 
Method Summary
 String getConfigurationLocation()
          Gets the value of the configurationLocation property.
 String getControllerClass()
          Gets the value of the controllerClass property.
 AllowedServices getServiceName()
          Gets the value of the serviceName property.
 void setConfigurationLocation(String value)
          Sets the value of the configurationLocation property.
 void setControllerClass(String value)
          Sets the value of the controllerClass property.
 void setServiceName(AllowedServices value)
          Sets the value of the serviceName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceName

protected AllowedServices serviceName

configurationLocation

protected String configurationLocation

controllerClass

protected String controllerClass
Constructor Detail

ServiceType

public ServiceType()
Method Detail

getServiceName

public AllowedServices getServiceName()
Gets the value of the serviceName property.

Returns:
possible object is AllowedServices

setServiceName

public void setServiceName(AllowedServices value)
Sets the value of the serviceName property.

Parameters:
value - allowed object is AllowedServices

getConfigurationLocation

public String getConfigurationLocation()
Gets the value of the configurationLocation property.

Returns:
possible object is String

setConfigurationLocation

public void setConfigurationLocation(String value)
Sets the value of the configurationLocation property.

Parameters:
value - allowed object is String

getControllerClass

public String getControllerClass()
Gets the value of the controllerClass property.

Returns:
possible object is String

setControllerClass

public void setControllerClass(String value)
Sets the value of the controllerClass property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.