|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.wps.provider.jrxml.jaxb.map.AbstractDatasourceType org.deegree.services.wps.provider.jrxml.jaxb.map.WFSDatasource
public class WFSDatasource
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 |
---|
protected FeatureType featureType
protected String geometryProperty
protected Element filter
protected Style style
protected BigInteger position
Constructor Detail |
---|
public WFSDatasource()
Method Detail |
---|
public FeatureType getFeatureType()
FeatureType
public void setFeatureType(FeatureType value)
value
- allowed object is
FeatureType
public String getGeometryProperty()
String
public void setGeometryProperty(String value)
value
- allowed object is
String
public Element getFilter()
Element
public void setFilter(Element value)
value
- allowed object is
Element
public Style getStyle()
Style
public void setStyle(Style value)
value
- allowed object is
Style
public BigInteger getPosition()
BigInteger
public void setPosition(BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |