org.gcube_system.namespaces.application.aquamaps.types
Class Map

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.types.Map
All Implemented Interfaces:
Serializable

public class Map
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Map()
           
Map(String author, String coverage, long creationDate, boolean custom, String fileSetIt, boolean gis, LayerInfoType gisLayer, String layerId, String mapType, Resource resource, String speciesListCSV, FileArray staticImages, String title)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthor()
          Gets the author value for this Map.
 String getCoverage()
          Gets the coverage value for this Map.
 long getCreationDate()
          Gets the creationDate value for this Map.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFileSetIt()
          Gets the fileSetIt value for this Map.
 LayerInfoType getGisLayer()
          Gets the gisLayer value for this Map.
 String getLayerId()
          Gets the layerId value for this Map.
 String getMapType()
          Gets the mapType value for this Map.
 Resource getResource()
          Gets the resource value for this Map.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSpeciesListCSV()
          Gets the speciesListCSV value for this Map.
 FileArray getStaticImages()
          Gets the staticImages value for this Map.
 String getTitle()
          Gets the title value for this Map.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isCustom()
          Gets the custom value for this Map.
 boolean isGis()
          Gets the gis value for this Map.
 void setAuthor(String author)
          Sets the author value for this Map.
 void setCoverage(String coverage)
          Sets the coverage value for this Map.
 void setCreationDate(long creationDate)
          Sets the creationDate value for this Map.
 void setCustom(boolean custom)
          Sets the custom value for this Map.
 void setFileSetIt(String fileSetIt)
          Sets the fileSetIt value for this Map.
 void setGis(boolean gis)
          Sets the gis value for this Map.
 void setGisLayer(LayerInfoType gisLayer)
          Sets the gisLayer value for this Map.
 void setLayerId(String layerId)
          Sets the layerId value for this Map.
 void setMapType(String mapType)
          Sets the mapType value for this Map.
 void setResource(Resource resource)
          Sets the resource value for this Map.
 void setSpeciesListCSV(String speciesListCSV)
          Sets the speciesListCSV value for this Map.
 void setStaticImages(FileArray staticImages)
          Sets the staticImages value for this Map.
 void setTitle(String title)
          Sets the title value for this Map.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Map

public Map()

Map

public Map(String author,
           String coverage,
           long creationDate,
           boolean custom,
           String fileSetIt,
           boolean gis,
           LayerInfoType gisLayer,
           String layerId,
           String mapType,
           Resource resource,
           String speciesListCSV,
           FileArray staticImages,
           String title)
Method Detail

getGisLayer

public LayerInfoType getGisLayer()
Gets the gisLayer value for this Map.

Returns:
gisLayer

setGisLayer

public void setGisLayer(LayerInfoType gisLayer)
Sets the gisLayer value for this Map.

Parameters:
gisLayer -

isGis

public boolean isGis()
Gets the gis value for this Map.

Returns:
gis

setGis

public void setGis(boolean gis)
Sets the gis value for this Map.

Parameters:
gis -

getTitle

public String getTitle()
Gets the title value for this Map.

Returns:
title

setTitle

public void setTitle(String title)
Sets the title value for this Map.

Parameters:
title -

getMapType

public String getMapType()
Gets the mapType value for this Map.

Returns:
mapType

setMapType

public void setMapType(String mapType)
Sets the mapType value for this Map.

Parameters:
mapType -

getStaticImages

public FileArray getStaticImages()
Gets the staticImages value for this Map.

Returns:
staticImages

setStaticImages

public void setStaticImages(FileArray staticImages)
Sets the staticImages value for this Map.

Parameters:
staticImages -

getResource

public Resource getResource()
Gets the resource value for this Map.

Returns:
resource

setResource

public void setResource(Resource resource)
Sets the resource value for this Map.

Parameters:
resource -

getCoverage

public String getCoverage()
Gets the coverage value for this Map.

Returns:
coverage

setCoverage

public void setCoverage(String coverage)
Sets the coverage value for this Map.

Parameters:
coverage -

getCreationDate

public long getCreationDate()
Gets the creationDate value for this Map.

Returns:
creationDate

setCreationDate

public void setCreationDate(long creationDate)
Sets the creationDate value for this Map.

Parameters:
creationDate -

getAuthor

public String getAuthor()
Gets the author value for this Map.

Returns:
author

setAuthor

public void setAuthor(String author)
Sets the author value for this Map.

Parameters:
author -

getFileSetIt

public String getFileSetIt()
Gets the fileSetIt value for this Map.

Returns:
fileSetIt

setFileSetIt

public void setFileSetIt(String fileSetIt)
Sets the fileSetIt value for this Map.

Parameters:
fileSetIt -

getLayerId

public String getLayerId()
Gets the layerId value for this Map.

Returns:
layerId

setLayerId

public void setLayerId(String layerId)
Sets the layerId value for this Map.

Parameters:
layerId -

getSpeciesListCSV

public String getSpeciesListCSV()
Gets the speciesListCSV value for this Map.

Returns:
speciesListCSV

setSpeciesListCSV

public void setSpeciesListCSV(String speciesListCSV)
Sets the speciesListCSV value for this Map.

Parameters:
speciesListCSV -

isCustom

public boolean isCustom()
Gets the custom value for this Map.

Returns:
custom

setCustom

public void setCustom(boolean custom)
Sets the custom value for this Map.

Parameters:
custom -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.