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

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

public class AquaMap
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AquaMap()
           
AquaMap(FileArray additionalFiles, String algorithmType, String author, String boundingBox, long date, boolean gis, int id, FileArray images, LayerArray layers, String name, SpeciesArray selectedSpecies, String status, float threshold, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 FileArray getAdditionalFiles()
          Gets the additionalFiles value for this AquaMap.
 String getAlgorithmType()
          Gets the algorithmType value for this AquaMap.
 String getAuthor()
          Gets the author value for this AquaMap.
 String getBoundingBox()
          Gets the boundingBox value for this AquaMap.
 long getDate()
          Gets the date value for this AquaMap.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this AquaMap.
 FileArray getImages()
          Gets the images value for this AquaMap.
 LayerArray getLayers()
          Gets the layers value for this AquaMap.
 String getName()
          Gets the name value for this AquaMap.
 SpeciesArray getSelectedSpecies()
          Gets the selectedSpecies value for this AquaMap.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getStatus()
          Gets the status value for this AquaMap.
 float getThreshold()
          Gets the threshold value for this AquaMap.
 String getType()
          Gets the type value for this AquaMap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isGis()
          Gets the gis value for this AquaMap.
 void setAdditionalFiles(FileArray additionalFiles)
          Sets the additionalFiles value for this AquaMap.
 void setAlgorithmType(String algorithmType)
          Sets the algorithmType value for this AquaMap.
 void setAuthor(String author)
          Sets the author value for this AquaMap.
 void setBoundingBox(String boundingBox)
          Sets the boundingBox value for this AquaMap.
 void setDate(long date)
          Sets the date value for this AquaMap.
 void setGis(boolean gis)
          Sets the gis value for this AquaMap.
 void setId(int id)
          Sets the id value for this AquaMap.
 void setImages(FileArray images)
          Sets the images value for this AquaMap.
 void setLayers(LayerArray layers)
          Sets the layers value for this AquaMap.
 void setName(String name)
          Sets the name value for this AquaMap.
 void setSelectedSpecies(SpeciesArray selectedSpecies)
          Sets the selectedSpecies value for this AquaMap.
 void setStatus(String status)
          Sets the status value for this AquaMap.
 void setThreshold(float threshold)
          Sets the threshold value for this AquaMap.
 void setType(String type)
          Sets the type value for this AquaMap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AquaMap

public AquaMap()

AquaMap

public AquaMap(FileArray additionalFiles,
               String algorithmType,
               String author,
               String boundingBox,
               long date,
               boolean gis,
               int id,
               FileArray images,
               LayerArray layers,
               String name,
               SpeciesArray selectedSpecies,
               String status,
               float threshold,
               String type)
Method Detail

getBoundingBox

public String getBoundingBox()
Gets the boundingBox value for this AquaMap.

Returns:
boundingBox

setBoundingBox

public void setBoundingBox(String boundingBox)
Sets the boundingBox value for this AquaMap.

Parameters:
boundingBox -

getName

public String getName()
Gets the name value for this AquaMap.

Returns:
name

setName

public void setName(String name)
Sets the name value for this AquaMap.

Parameters:
name -

getAuthor

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

Returns:
author

setAuthor

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

Parameters:
author -

getDate

public long getDate()
Gets the date value for this AquaMap.

Returns:
date

setDate

public void setDate(long date)
Sets the date value for this AquaMap.

Parameters:
date -

getId

public int getId()
Gets the id value for this AquaMap.

Returns:
id

setId

public void setId(int id)
Sets the id value for this AquaMap.

Parameters:
id -

getType

public String getType()
Gets the type value for this AquaMap.

Returns:
type

setType

public void setType(String type)
Sets the type value for this AquaMap.

Parameters:
type -

getSelectedSpecies

public SpeciesArray getSelectedSpecies()
Gets the selectedSpecies value for this AquaMap.

Returns:
selectedSpecies

setSelectedSpecies

public void setSelectedSpecies(SpeciesArray selectedSpecies)
Sets the selectedSpecies value for this AquaMap.

Parameters:
selectedSpecies -

getLayers

public LayerArray getLayers()
Gets the layers value for this AquaMap.

Returns:
layers

setLayers

public void setLayers(LayerArray layers)
Sets the layers value for this AquaMap.

Parameters:
layers -

getImages

public FileArray getImages()
Gets the images value for this AquaMap.

Returns:
images

setImages

public void setImages(FileArray images)
Sets the images value for this AquaMap.

Parameters:
images -

getAdditionalFiles

public FileArray getAdditionalFiles()
Gets the additionalFiles value for this AquaMap.

Returns:
additionalFiles

setAdditionalFiles

public void setAdditionalFiles(FileArray additionalFiles)
Sets the additionalFiles value for this AquaMap.

Parameters:
additionalFiles -

getThreshold

public float getThreshold()
Gets the threshold value for this AquaMap.

Returns:
threshold

setThreshold

public void setThreshold(float threshold)
Sets the threshold value for this AquaMap.

Parameters:
threshold -

getStatus

public String getStatus()
Gets the status value for this AquaMap.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this AquaMap.

Parameters:
status -

isGis

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

Returns:
gis

setGis

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

Parameters:
gis -

getAlgorithmType

public String getAlgorithmType()
Gets the algorithmType value for this AquaMap.

Returns:
algorithmType

setAlgorithmType

public void setAlgorithmType(String algorithmType)
Sets the algorithmType value for this AquaMap.

Parameters:
algorithmType -

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.