org.deegree.services.jaxb.controller
Class ConfiguredServicesType

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

public class ConfiguredServicesType
extends Object

The ConfiguredServices Type defines the services which will have a FrontController installed for them. If this type is present in the service-meta-data element, the loading of the default Services using the conf/directory structure will be skipped.

Java class for ConfiguredServicesType complex type.

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

 <complexType name="ConfiguredServicesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Service" type="{http://www.deegree.org/services/controller}ServiceType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ServiceType> service
           
 
Constructor Summary
ConfiguredServicesType()
           
 
Method Summary
 List<ServiceType> getService()
          Gets the value of the service property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

protected List<ServiceType> service
Constructor Detail

ConfiguredServicesType

public ConfiguredServicesType()
Method Detail

getService

public List<ServiceType> getService()
Gets the value of the service property.

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 service property.

For example, to add a new item, do as follows:

    getService().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceType



Copyright © 2011. All Rights Reserved.