|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.controller.ServiceType
public class ServiceType
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 java.lang.String |
configurationLocation
|
protected java.lang.String |
controllerClass
|
protected AllowedServices |
serviceName
|
| Constructor Summary | |
|---|---|
ServiceType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getConfigurationLocation()
Gets the value of the configurationLocation property. |
java.lang.String |
getControllerClass()
Gets the value of the controllerClass property. |
AllowedServices |
getServiceName()
Gets the value of the serviceName property. |
void |
setConfigurationLocation(java.lang.String value)
Sets the value of the configurationLocation property. |
void |
setControllerClass(java.lang.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 |
|---|
protected AllowedServices serviceName
protected java.lang.String configurationLocation
protected java.lang.String controllerClass
| Constructor Detail |
|---|
public ServiceType()
| Method Detail |
|---|
public AllowedServices getServiceName()
AllowedServicespublic void setServiceName(AllowedServices value)
value - allowed object is
AllowedServicespublic java.lang.String getConfigurationLocation()
Stringpublic void setConfigurationLocation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getControllerClass()
Stringpublic void setControllerClass(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||