public class Layer
extends java.lang.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">
<sequence>
<element ref="{}Name" minOccurs="0"/>
<element ref="{}Title"/>
<element ref="{}Abstract" minOccurs="0"/>
<element ref="{}KeywordList" minOccurs="0"/>
<element ref="{}SRS" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}LatLonBoundingBox" minOccurs="0"/>
<element ref="{}BoundingBox" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Dimension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Extent" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Attribution" minOccurs="0"/>
<element ref="{}AuthorityURL" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}MetadataURL" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}DataURL" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}FeatureListURL" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}Style" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}ScaleHint" minOccurs="0"/>
<element ref="{}Layer" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="queryable" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="cascaded" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="opaque" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="noSubsets" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="fixedWidth" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="fixedHeight" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_abstract |
protected Attribution |
attribution |
protected java.util.List<AuthorityURL> |
authorityURLs |
protected java.util.List<BoundingBox> |
boundingBoxes |
protected java.lang.String |
cascaded |
protected java.util.List<DataURL> |
dataURLs |
protected java.util.List<Dimension> |
dimensions |
protected java.util.List<Extent> |
extents |
protected java.util.List<FeatureListURL> |
featureListURLs |
protected java.lang.String |
fixedHeight |
protected java.lang.String |
fixedWidth |
protected java.util.List<Identifier> |
identifiers |
protected KeywordList |
keywordList |
protected LatLonBoundingBox |
latLonBoundingBox |
protected java.util.List<Layer> |
layers |
protected java.util.List<MetadataURL> |
metadataURLs |
protected java.lang.String |
name |
protected java.lang.String |
noSubsets |
protected java.lang.String |
opaque |
protected java.lang.String |
queryable |
protected ScaleHint |
scaleHint |
protected java.util.List<java.lang.String> |
srs |
protected java.util.List<Style> |
styles |
protected java.lang.String |
title |
| Constructor and Description |
|---|
Layer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbstract()
Gets the value of the abstract property.
|
Attribution |
getAttribution()
Gets the value of the attribution property.
|
java.util.List<AuthorityURL> |
getAuthorityURLs()
Gets the value of the authorityURLs property.
|
java.util.List<BoundingBox> |
getBoundingBoxes()
Gets the value of the boundingBoxes property.
|
java.lang.String |
getCascaded()
Gets the value of the cascaded property.
|
java.util.List<DataURL> |
getDataURLs()
Gets the value of the dataURLs property.
|
java.util.List<Dimension> |
getDimensions()
Gets the value of the dimensions property.
|
java.util.List<Extent> |
getExtents()
Gets the value of the extents property.
|
java.util.List<FeatureListURL> |
getFeatureListURLs()
Gets the value of the featureListURLs property.
|
java.lang.String |
getFixedHeight()
Gets the value of the fixedHeight property.
|
java.lang.String |
getFixedWidth()
Gets the value of the fixedWidth property.
|
java.util.List<Identifier> |
getIdentifiers()
Gets the value of the identifiers property.
|
KeywordList |
getKeywordList()
Gets the value of the keywordList property.
|
LatLonBoundingBox |
getLatLonBoundingBox()
Gets the value of the latLonBoundingBox property.
|
java.util.List<Layer> |
getLayers()
Gets the value of the layers property.
|
java.util.List<MetadataURL> |
getMetadataURLs()
Gets the value of the metadataURLs property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNoSubsets()
Gets the value of the noSubsets property.
|
java.lang.String |
getOpaque()
Gets the value of the opaque property.
|
java.lang.String |
getQueryable()
Gets the value of the queryable property.
|
ScaleHint |
getScaleHint()
Gets the value of the scaleHint property.
|
java.util.List<java.lang.String> |
getSRS()
Gets the value of the srs property.
|
java.util.List<Style> |
getStyles()
Gets the value of the styles property.
|
java.lang.String |
getTitle()
Gets the value of the title property.
|
void |
setAbstract(java.lang.String value)
Sets the value of the abstract property.
|
void |
setAttribution(Attribution value)
Sets the value of the attribution property.
|
void |
setCascaded(java.lang.String value)
Sets the value of the cascaded property.
|
void |
setFixedHeight(java.lang.String value)
Sets the value of the fixedHeight property.
|
void |
setFixedWidth(java.lang.String value)
Sets the value of the fixedWidth property.
|
void |
setKeywordList(KeywordList value)
Sets the value of the keywordList property.
|
void |
setLatLonBoundingBox(LatLonBoundingBox value)
Sets the value of the latLonBoundingBox property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNoSubsets(java.lang.String value)
Sets the value of the noSubsets property.
|
void |
setOpaque(java.lang.String value)
Sets the value of the opaque property.
|
void |
setQueryable(java.lang.String value)
Sets the value of the queryable property.
|
void |
setScaleHint(ScaleHint value)
Sets the value of the scaleHint property.
|
void |
setTitle(java.lang.String value)
Sets the value of the title property.
|
protected java.lang.String name
protected java.lang.String title
protected java.lang.String _abstract
protected KeywordList keywordList
protected java.util.List<java.lang.String> srs
protected LatLonBoundingBox latLonBoundingBox
protected java.util.List<BoundingBox> boundingBoxes
protected java.util.List<Dimension> dimensions
protected java.util.List<Extent> extents
protected Attribution attribution
protected java.util.List<AuthorityURL> authorityURLs
protected java.util.List<Identifier> identifiers
protected java.util.List<MetadataURL> metadataURLs
protected java.util.List<DataURL> dataURLs
protected java.util.List<FeatureListURL> featureListURLs
protected java.util.List<Style> styles
protected ScaleHint scaleHint
protected java.util.List<Layer> layers
protected java.lang.String queryable
protected java.lang.String cascaded
protected java.lang.String opaque
protected java.lang.String noSubsets
protected java.lang.String fixedWidth
protected java.lang.String fixedHeight
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 KeywordList getKeywordList()
KeywordListpublic void setKeywordList(KeywordList value)
value - allowed object is
KeywordListpublic java.util.List<java.lang.String> getSRS()
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 srs property.
For example, to add a new item, do as follows:
getSRS().add(newItem);
Objects of the following type(s) are allowed in the list
String
public LatLonBoundingBox getLatLonBoundingBox()
LatLonBoundingBoxpublic void setLatLonBoundingBox(LatLonBoundingBox value)
value - allowed object is
LatLonBoundingBoxpublic java.util.List<BoundingBox> getBoundingBoxes()
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 boundingBoxes property.
For example, to add a new item, do as follows:
getBoundingBoxes().add(newItem);
Objects of the following type(s) are allowed in the list
BoundingBox
public java.util.List<Dimension> getDimensions()
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 dimensions property.
For example, to add a new item, do as follows:
getDimensions().add(newItem);
Objects of the following type(s) are allowed in the list
Dimension
public java.util.List<Extent> getExtents()
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 extents property.
For example, to add a new item, do as follows:
getExtents().add(newItem);
Objects of the following type(s) are allowed in the list
Extent
public Attribution getAttribution()
Attributionpublic void setAttribution(Attribution value)
value - allowed object is
Attributionpublic java.util.List<AuthorityURL> getAuthorityURLs()
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 authorityURLs property.
For example, to add a new item, do as follows:
getAuthorityURLs().add(newItem);
Objects of the following type(s) are allowed in the list
AuthorityURL
public java.util.List<Identifier> getIdentifiers()
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 identifiers property.
For example, to add a new item, do as follows:
getIdentifiers().add(newItem);
Objects of the following type(s) are allowed in the list
Identifier
public java.util.List<MetadataURL> getMetadataURLs()
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 metadataURLs property.
For example, to add a new item, do as follows:
getMetadataURLs().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataURL
public java.util.List<DataURL> getDataURLs()
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 dataURLs property.
For example, to add a new item, do as follows:
getDataURLs().add(newItem);
Objects of the following type(s) are allowed in the list
DataURL
public java.util.List<FeatureListURL> getFeatureListURLs()
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 featureListURLs property.
For example, to add a new item, do as follows:
getFeatureListURLs().add(newItem);
Objects of the following type(s) are allowed in the list
FeatureListURL
public java.util.List<Style> getStyles()
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 styles property.
For example, to add a new item, do as follows:
getStyles().add(newItem);
Objects of the following type(s) are allowed in the list
Style
public ScaleHint getScaleHint()
ScaleHintpublic void setScaleHint(ScaleHint value)
value - allowed object is
ScaleHintpublic java.util.List<Layer> getLayers()
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 layers property.
For example, to add a new item, do as follows:
getLayers().add(newItem);
Objects of the following type(s) are allowed in the list
Layer
public java.lang.String getQueryable()
Stringpublic void setQueryable(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCascaded()
Stringpublic void setCascaded(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOpaque()
Stringpublic void setOpaque(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNoSubsets()
Stringpublic void setNoSubsets(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFixedWidth()
Stringpublic void setFixedWidth(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFixedHeight()
Stringpublic void setFixedHeight(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.