Class RESTLayer
- java.lang.Object
-
- de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
- de.terrestris.shoguncore.importer.communication.RESTLayer
-
public class RESTLayer extends AbstractRESTEntity
- Author:
- Daniel Koch, terrestris GmbH & Co. KG
-
-
Constructor Summary
Constructors Constructor Description RESTLayer()Default constructor.RESTLayer(java.lang.String name, java.lang.String href, java.lang.String title, java.lang.String description, java.lang.String originalName, java.lang.String nativeName, java.lang.String srs, RESTBoundingBox bbox, java.util.List<RESTAttribute> attributes, RESTStyle style)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<RESTAttribute>getAttributes()RESTBoundingBoxgetBbox()java.lang.StringgetDescription()java.lang.StringgetHref()java.lang.StringgetName()java.lang.StringgetNativeName()java.lang.StringgetOriginalName()java.lang.StringgetSrs()RESTStylegetStyle()java.lang.StringgetTitle()voidsetAttributes(java.util.List<RESTAttribute> attributes)voidsetBbox(RESTBoundingBox bbox)voidsetDescription(java.lang.String description)voidsetHref(java.lang.String href)voidsetName(java.lang.String name)voidsetNativeName(java.lang.String nativeName)voidsetOriginalName(java.lang.String originalName)voidsetSrs(java.lang.String srs)voidsetStyle(RESTStyle style)voidsetTitle(java.lang.String title)
-
-
-
Constructor Detail
-
RESTLayer
public RESTLayer()
Default constructor.
-
RESTLayer
public RESTLayer(java.lang.String name, java.lang.String href, java.lang.String title, java.lang.String description, java.lang.String originalName, java.lang.String nativeName, java.lang.String srs, RESTBoundingBox bbox, java.util.List<RESTAttribute> attributes, RESTStyle style)- Parameters:
name-href-title-originalName-nativeName-srs-bbox-attributes-style-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Returns:
- the name
-
setName
public void setName(java.lang.String name)
- Parameters:
name- the name to set
-
getHref
public java.lang.String getHref()
- Returns:
- the href
-
setHref
public void setHref(java.lang.String href)
- Parameters:
href- the href to set
-
getTitle
public java.lang.String getTitle()
- Returns:
- the title
-
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title- the title to set
-
getDescription
public java.lang.String getDescription()
- Returns:
- the description
-
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description- the description to set
-
getOriginalName
public java.lang.String getOriginalName()
- Returns:
- the originalName
-
setOriginalName
public void setOriginalName(java.lang.String originalName)
- Parameters:
originalName- the originalName to set
-
getNativeName
public java.lang.String getNativeName()
- Returns:
- the nativeName
-
setNativeName
public void setNativeName(java.lang.String nativeName)
- Parameters:
nativeName- the nativeName to set
-
getSrs
public java.lang.String getSrs()
- Returns:
- the srs
-
setSrs
public void setSrs(java.lang.String srs)
- Parameters:
srs- the srs to set
-
getBbox
public RESTBoundingBox getBbox()
- Returns:
- the bbox
-
setBbox
public void setBbox(RESTBoundingBox bbox)
- Parameters:
bbox- the bbox to set
-
getAttributes
public java.util.List<RESTAttribute> getAttributes()
- Returns:
- the attributes
-
setAttributes
public void setAttributes(java.util.List<RESTAttribute> attributes)
- Parameters:
attributes- the attributes to set
-
getStyle
public RESTStyle getStyle()
- Returns:
- the style
-
setStyle
public void setStyle(RESTStyle style)
- Parameters:
style- the style to set
-
-