org.deegree.services.wps.provider.jrxml.jaxb.map
Class Datasources

java.lang.Object
  extended by org.deegree.services.wps.provider.jrxml.jaxb.map.Datasources

public class Datasources
extends Object

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">
       <choice maxOccurs="unbounded">
         <element ref="{http://www.deegree.org/processprovider/map}WMSDatasource"/>
         <element ref="{http://www.deegree.org/processprovider/map}WFSDatasource"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

wmsDatasourceOrWFSDatasource

protected List<AbstractDatasourceType> wmsDatasourceOrWFSDatasource
Constructor Detail

Datasources

public Datasources()
Method Detail

getWMSDatasourceOrWFSDatasource

public List<AbstractDatasourceType> getWMSDatasourceOrWFSDatasource()
Gets the value of the wmsDatasourceOrWFSDatasource 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 wmsDatasourceOrWFSDatasource property.

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

    getWMSDatasourceOrWFSDatasource().add(newItem);
 

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



Copyright © 2011. All Rights Reserved.