public class LayerDescriptor extends Object
Java class for layerDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="layerDescriptor"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}ID"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="layers" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="styles" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="attributes" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="aliases" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="zoom" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="link" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="metadata" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="moreinfo" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
aliases |
protected String |
attributes |
protected String |
id |
protected String |
layers |
protected String |
link |
protected String |
metadata |
protected String |
moreinfo |
protected String |
name |
protected String |
styles |
protected String |
url |
protected Integer |
zoom |
Constructor and Description |
---|
LayerDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getAliases()
Gets the value of the aliases property.
|
String |
getAttributes()
Gets the value of the attributes property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLayers()
Gets the value of the layers property.
|
String |
getLink()
Gets the value of the link property.
|
String |
getMetadata()
Gets the value of the metadata property.
|
String |
getMoreinfo()
Gets the value of the moreinfo property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStyles()
Gets the value of the styles property.
|
String |
getUrl()
Gets the value of the url property.
|
Integer |
getZoom()
Gets the value of the zoom property.
|
void |
setAliases(String value)
Sets the value of the aliases property.
|
void |
setAttributes(String value)
Sets the value of the attributes property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLayers(String value)
Sets the value of the layers property.
|
void |
setLink(String value)
Sets the value of the link property.
|
void |
setMetadata(String value)
Sets the value of the metadata property.
|
void |
setMoreinfo(String value)
Sets the value of the moreinfo property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStyles(String value)
Sets the value of the styles property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setZoom(Integer value)
Sets the value of the zoom property.
|
protected String id
protected String name
protected String layers
protected String url
protected String styles
protected String attributes
protected String aliases
protected Integer zoom
protected String link
protected String metadata
protected String moreinfo
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getLayers()
String
public void setLayers(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getStyles()
String
public void setStyles(String value)
value
- allowed object is
String
public String getAttributes()
String
public void setAttributes(String value)
value
- allowed object is
String
public String getAliases()
String
public void setAliases(String value)
value
- allowed object is
String
public Integer getZoom()
Integer
public void setZoom(Integer value)
value
- allowed object is
Integer
public String getLink()
String
public void setLink(String value)
value
- allowed object is
String
public String getMetadata()
String
public void setMetadata(String value)
value
- allowed object is
String
public String getMoreinfo()
String
Copyright © 2012–2014 Ministerie EZ. All rights reserved.