public class AquaMap extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public 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)
public String getBoundingBox()
public void setBoundingBox(String boundingBox)
boundingBox - public String getName()
public void setName(String name)
name - public String getAuthor()
public void setAuthor(String author)
author - public long getDate()
public void setDate(long date)
date - public int getId()
public void setId(int id)
id - public String getType()
public void setType(String type)
type - public SpeciesArray getSelectedSpecies()
public void setSelectedSpecies(SpeciesArray selectedSpecies)
selectedSpecies - public LayerArray getLayers()
public void setLayers(LayerArray layers)
layers - public FileArray getImages()
public void setImages(FileArray images)
images - public FileArray getAdditionalFiles()
public void setAdditionalFiles(FileArray additionalFiles)
additionalFiles - public float getThreshold()
public void setThreshold(float threshold)
threshold - public String getStatus()
public void setStatus(String status)
status - public boolean isGis()
public void setGis(boolean gis)
gis - public String getAlgorithmType()
public void setAlgorithmType(String algorithmType)
algorithmType - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.