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

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

public class WFSDatasource
extends AbstractDatasourceType

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/processprovider/map}AbstractDatasourceType">
       <sequence>
         <element ref="{http://www.deegree.org/processprovider/map}FeatureType"/>
         <element name="geometryProperty" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Filter" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element ref="{http://www.deegree.org/processprovider/map}Style"/>
         <element name="position" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  FeatureType featureType
           
protected  Element filter
           
protected  String geometryProperty
           
protected  BigInteger position
           
protected  Style style
           
 
Fields inherited from class org.deegree.services.wps.provider.jrxml.jaxb.map.AbstractDatasourceType
authentification, name, url, version
 
Constructor Summary
WFSDatasource()
           
 
Method Summary
 FeatureType getFeatureType()
          Gets the value of the featureType property.
 Element getFilter()
          Gets the value of the filter property.
 String getGeometryProperty()
          Gets the value of the geometryProperty property.
 BigInteger getPosition()
          Gets the value of the position property.
 Style getStyle()
          Gets the value of the style property.
 void setFeatureType(FeatureType value)
          Sets the value of the featureType property.
 void setFilter(Element value)
          Sets the value of the filter property.
 void setGeometryProperty(String value)
          Sets the value of the geometryProperty property.
 void setPosition(BigInteger value)
          Sets the value of the position property.
 void setStyle(Style value)
          Sets the value of the style property.
 
Methods inherited from class org.deegree.services.wps.provider.jrxml.jaxb.map.AbstractDatasourceType
getAuthentification, getName, getUrl, getVersion, setAuthentification, setName, setUrl, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featureType

protected FeatureType featureType

geometryProperty

protected String geometryProperty

filter

protected Element filter

style

protected Style style

position

protected BigInteger position
Constructor Detail

WFSDatasource

public WFSDatasource()
Method Detail

getFeatureType

public FeatureType getFeatureType()
Gets the value of the featureType property.

Returns:
possible object is FeatureType

setFeatureType

public void setFeatureType(FeatureType value)
Sets the value of the featureType property.

Parameters:
value - allowed object is FeatureType

getGeometryProperty

public String getGeometryProperty()
Gets the value of the geometryProperty property.

Returns:
possible object is String

setGeometryProperty

public void setGeometryProperty(String value)
Sets the value of the geometryProperty property.

Parameters:
value - allowed object is String

getFilter

public Element getFilter()
Gets the value of the filter property.

Returns:
possible object is Element

setFilter

public void setFilter(Element value)
Sets the value of the filter property.

Parameters:
value - allowed object is Element

getStyle

public Style getStyle()
Gets the value of the style property.

Returns:
possible object is Style

setStyle

public void setStyle(Style value)
Sets the value of the style property.

Parameters:
value - allowed object is Style

getPosition

public BigInteger getPosition()
Gets the value of the position property.

Returns:
possible object is BigInteger

setPosition

public void setPosition(BigInteger value)
Sets the value of the position property.

Parameters:
value - allowed object is BigInteger


Copyright © 2011. All Rights Reserved.