|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wms.BaseAbstractLayerType
org.deegree.services.jaxb.wms.AbstractLayerType
public class AbstractLayerType
Java class for AbstractLayerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractLayerType">
<complexContent>
<extension base="{http://www.deegree.org/services/wms}BaseAbstractLayerType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Abstract" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.deegree.org/services/wms}Keywords" minOccurs="0"/>
<element ref="{http://www.deegree.org/services/wms}BoundingBox" minOccurs="0"/>
<element name="CRS" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Dimension" type="{http://www.deegree.org/services/wms}DimensionType" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element ref="{http://www.deegree.org/services/wms}ScaleDenominators" minOccurs="0"/>
<element name="ScaleUntil" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ScaleAbove" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</choice>
<element ref="{http://www.deegree.org/services/wms}AbstractLayer" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element name="FeatureStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CoverageStoreId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<element name="DirectStyle" type="{http://www.deegree.org/services/wms}DirectStyleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="SLDStyle" type="{http://www.deegree.org/services/wms}SLDStyleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="LayerOptions" type="{http://www.deegree.org/services/wms}LayerOptionsType" minOccurs="0"/>
</sequence>
<attribute name="queryable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
_abstract
|
protected java.util.List<javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType>> |
abstractLayer
|
protected BoundingBoxType |
boundingBox
|
protected java.lang.String |
coverageStoreId
|
protected java.lang.String |
crs
|
protected java.util.List<DimensionType> |
dimension
|
protected java.util.List<DirectStyleType> |
directStyle
|
protected java.lang.String |
featureStoreId
|
protected KeywordsType |
keywords
|
protected LayerOptionsType |
layerOptions
|
protected java.lang.String |
name
|
protected java.lang.Boolean |
queryable
|
protected java.lang.Double |
scaleAbove
|
protected ScaleDenominatorsType |
scaleDenominators
|
protected java.lang.Double |
scaleUntil
|
protected java.util.List<SLDStyleType> |
sldStyle
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
AbstractLayerType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAbstract()
Gets the value of the abstract property. |
java.util.List<javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType>> |
getAbstractLayer()
Gets the value of the abstractLayer property. |
BoundingBoxType |
getBoundingBox()
Gets the value of the boundingBox property. |
java.lang.String |
getCoverageStoreId()
Gets the value of the coverageStoreId property. |
java.lang.String |
getCRS()
Gets the value of the crs property. |
java.util.List<DimensionType> |
getDimension()
Gets the value of the dimension property. |
java.util.List<DirectStyleType> |
getDirectStyle()
Gets the value of the directStyle property. |
java.lang.String |
getFeatureStoreId()
Gets the value of the featureStoreId property. |
KeywordsType |
getKeywords()
Gets the value of the keywords property. |
LayerOptionsType |
getLayerOptions()
Gets the value of the layerOptions property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Double |
getScaleAbove()
Gets the value of the scaleAbove property. |
ScaleDenominatorsType |
getScaleDenominators()
Gets the value of the scaleDenominators property. |
java.lang.Double |
getScaleUntil()
Gets the value of the scaleUntil property. |
java.util.List<SLDStyleType> |
getSLDStyle()
Gets the value of the sldStyle property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.Boolean |
isQueryable()
Gets the value of the queryable property. |
void |
setAbstract(java.lang.String value)
Sets the value of the abstract property. |
void |
setBoundingBox(BoundingBoxType value)
Sets the value of the boundingBox property. |
void |
setCoverageStoreId(java.lang.String value)
Sets the value of the coverageStoreId property. |
void |
setCRS(java.lang.String value)
Sets the value of the crs property. |
void |
setFeatureStoreId(java.lang.String value)
Sets the value of the featureStoreId property. |
void |
setKeywords(KeywordsType value)
Sets the value of the keywords property. |
void |
setLayerOptions(LayerOptionsType value)
Sets the value of the layerOptions property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setQueryable(java.lang.Boolean value)
Sets the value of the queryable property. |
void |
setScaleAbove(java.lang.Double value)
Sets the value of the scaleAbove property. |
void |
setScaleDenominators(ScaleDenominatorsType value)
Sets the value of the scaleDenominators property. |
void |
setScaleUntil(java.lang.Double value)
Sets the value of the scaleUntil property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String title
protected java.lang.String _abstract
protected KeywordsType keywords
protected BoundingBoxType boundingBox
protected java.lang.String crs
protected java.util.List<DimensionType> dimension
protected ScaleDenominatorsType scaleDenominators
protected java.lang.Double scaleUntil
protected java.lang.Double scaleAbove
protected java.util.List<javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType>> abstractLayer
protected java.lang.String featureStoreId
protected java.lang.String coverageStoreId
protected java.util.List<DirectStyleType> directStyle
protected java.util.List<SLDStyleType> sldStyle
protected LayerOptionsType layerOptions
protected java.lang.Boolean queryable
| Constructor Detail |
|---|
public AbstractLayerType()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAbstract()
Stringpublic void setAbstract(java.lang.String value)
value - allowed object is
Stringpublic KeywordsType getKeywords()
KeywordsTypepublic void setKeywords(KeywordsType value)
value - allowed object is
KeywordsTypepublic BoundingBoxType getBoundingBox()
BoundingBoxTypepublic void setBoundingBox(BoundingBoxType value)
value - allowed object is
BoundingBoxTypepublic java.lang.String getCRS()
Stringpublic void setCRS(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 ScaleDenominatorsType getScaleDenominators()
ScaleDenominatorsTypepublic void setScaleDenominators(ScaleDenominatorsType value)
value - allowed object is
ScaleDenominatorsTypepublic java.lang.Double getScaleUntil()
Doublepublic void setScaleUntil(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getScaleAbove()
Doublepublic void setScaleAbove(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<javax.xml.bind.JAXBElement<? extends BaseAbstractLayerType>> getAbstractLayer()
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 abstractLayer property.
For example, to add a new item, do as follows:
getAbstractLayer().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<StatisticsLayer>
JAXBElement<DynamicLayer>
JAXBElement<LogicalLayer>
JAXBElement<RequestableLayer>
JAXBElement<UnrequestableLayer>
JAXBElement<BaseAbstractLayerType>
public java.lang.String getFeatureStoreId()
Stringpublic void setFeatureStoreId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCoverageStoreId()
Stringpublic void setCoverageStoreId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<DirectStyleType> getDirectStyle()
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 directStyle property.
For example, to add a new item, do as follows:
getDirectStyle().add(newItem);
Objects of the following type(s) are allowed in the list
DirectStyleType
public java.util.List<SLDStyleType> getSLDStyle()
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 sldStyle property.
For example, to add a new item, do as follows:
getSLDStyle().add(newItem);
Objects of the following type(s) are allowed in the list
SLDStyleType
public LayerOptionsType getLayerOptions()
LayerOptionsTypepublic void setLayerOptions(LayerOptionsType value)
value - allowed object is
LayerOptionsTypepublic java.lang.Boolean isQueryable()
Booleanpublic void setQueryable(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||