|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.layer.persistence.feature.jaxb.FeatureLayer
public class FeatureLayer
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"> <sequence> <element name="FeatureStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="FeatureType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="Filter" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/> <group ref="{http://www.deegree.org/metadata/description}Description"/> <group ref="{http://www.deegree.org/metadata/spatial}SpatialMetadata"/> <element name="ScaleDenominators" type="{http://www.deegree.org/layers/feature}ScaleDenominatorsType" minOccurs="0"/> <element name="Dimension" type="{http://www.deegree.org/layers/feature}DimensionType" maxOccurs="unbounded" minOccurs="0"/> <element name="StyleRef" type="{http://www.deegree.org/layers/feature}StyleRefType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<LanguageStringType> |
_abstract
|
protected String |
crs
|
protected List<DimensionType> |
dimension
|
protected EnvelopeType |
envelope
|
protected String |
featureStoreId
|
protected QName |
featureType
|
protected Element |
filter
|
protected List<KeywordsType> |
keywords
|
protected String |
name
|
protected ScaleDenominatorsType |
scaleDenominators
|
protected List<StyleRefType> |
styleRef
|
protected List<LanguageStringType> |
title
|
Constructor Summary | |
---|---|
FeatureLayer()
|
Method Summary | |
---|---|
List<LanguageStringType> |
getAbstract()
Gets the value of the abstract property. |
String |
getCRS()
Gets the value of the crs property. |
List<DimensionType> |
getDimension()
Gets the value of the dimension property. |
EnvelopeType |
getEnvelope()
Gets the value of the envelope property. |
String |
getFeatureStoreId()
Gets the value of the featureStoreId property. |
QName |
getFeatureType()
Gets the value of the featureType property. |
Element |
getFilter()
Gets the value of the filter property. |
List<KeywordsType> |
getKeywords()
Gets the value of the keywords property. |
String |
getName()
Gets the value of the name property. |
ScaleDenominatorsType |
getScaleDenominators()
Gets the value of the scaleDenominators property. |
List<StyleRefType> |
getStyleRef()
Gets the value of the styleRef property. |
List<LanguageStringType> |
getTitle()
Gets the value of the title property. |
void |
setCRS(String value)
Sets the value of the crs property. |
void |
setEnvelope(EnvelopeType value)
Sets the value of the envelope property. |
void |
setFeatureStoreId(String value)
Sets the value of the featureStoreId property. |
void |
setFeatureType(QName value)
Sets the value of the featureType property. |
void |
setFilter(Element value)
Sets the value of the filter property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setScaleDenominators(ScaleDenominatorsType value)
Sets the value of the scaleDenominators property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String featureStoreId
protected QName featureType
protected Element filter
protected String name
protected List<LanguageStringType> title
protected List<LanguageStringType> _abstract
protected List<KeywordsType> keywords
protected EnvelopeType envelope
protected String crs
protected ScaleDenominatorsType scaleDenominators
protected List<DimensionType> dimension
protected List<StyleRefType> styleRef
Constructor Detail |
---|
public FeatureLayer()
Method Detail |
---|
public String getFeatureStoreId()
String
public void setFeatureStoreId(String value)
value
- allowed object is
String
public QName getFeatureType()
QName
public void setFeatureType(QName value)
value
- allowed object is
QName
public Element getFilter()
Element
public void setFilter(Element value)
value
- allowed object is
Element
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public List<LanguageStringType> getTitle()
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 title property.
For example, to add a new item, do as follows:
getTitle().add(newItem);
Objects of the following type(s) are allowed in the list
LanguageStringType
public List<LanguageStringType> getAbstract()
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 abstract property.
For example, to add a new item, do as follows:
getAbstract().add(newItem);
Objects of the following type(s) are allowed in the list
LanguageStringType
public List<KeywordsType> getKeywords()
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 keywords property.
For example, to add a new item, do as follows:
getKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
KeywordsType
public EnvelopeType getEnvelope()
EnvelopeType
public void setEnvelope(EnvelopeType value)
value
- allowed object is
EnvelopeType
public String getCRS()
String
public void setCRS(String value)
value
- allowed object is
String
public ScaleDenominatorsType getScaleDenominators()
ScaleDenominatorsType
public void setScaleDenominators(ScaleDenominatorsType value)
value
- allowed object is
ScaleDenominatorsType
public List<DimensionType> getDimension()
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 dimension property.
For example, to add a new item, do as follows:
getDimension().add(newItem);
Objects of the following type(s) are allowed in the list
DimensionType
public List<StyleRefType> getStyleRef()
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 styleRef property.
For example, to add a new item, do as follows:
getStyleRef().add(newItem);
Objects of the following type(s) are allowed in the list
StyleRefType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |