public class Job extends Object implements Serializable
| Constructor and Description |
|---|
Job() |
Job(AquaMapArray aquaMapList,
String author,
long date,
PerturbationArray envelopCustomization,
boolean gis,
String groupId,
Resource hcaf,
Resource hspec,
Resource hspen,
int id,
String name,
FileArray relatedResources,
AreasArray selectedAreas,
SpeciesArray selectedSpecies,
String status,
EnvelopeWeightArray weights) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AquaMapArray |
getAquaMapList()
Gets the aquaMapList value for this Job.
|
String |
getAuthor()
Gets the author value for this Job.
|
long |
getDate()
Gets the date value for this Job.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
PerturbationArray |
getEnvelopCustomization()
Gets the envelopCustomization value for this Job.
|
String |
getGroupId()
Gets the groupId value for this Job.
|
Resource |
getHcaf()
Gets the hcaf value for this Job.
|
Resource |
getHspec()
Gets the hspec value for this Job.
|
Resource |
getHspen()
Gets the hspen value for this Job.
|
int |
getId()
Gets the id value for this Job.
|
String |
getName()
Gets the name value for this Job.
|
FileArray |
getRelatedResources()
Gets the relatedResources value for this Job.
|
AreasArray |
getSelectedAreas()
Gets the selectedAreas value for this Job.
|
SpeciesArray |
getSelectedSpecies()
Gets the selectedSpecies value for this Job.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this Job.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
EnvelopeWeightArray |
getWeights()
Gets the weights value for this Job.
|
int |
hashCode() |
boolean |
isGis()
Gets the gis value for this Job.
|
void |
setAquaMapList(AquaMapArray aquaMapList)
Sets the aquaMapList value for this Job.
|
void |
setAuthor(String author)
Sets the author value for this Job.
|
void |
setDate(long date)
Sets the date value for this Job.
|
void |
setEnvelopCustomization(PerturbationArray envelopCustomization)
Sets the envelopCustomization value for this Job.
|
void |
setGis(boolean gis)
Sets the gis value for this Job.
|
void |
setGroupId(String groupId)
Sets the groupId value for this Job.
|
void |
setHcaf(Resource hcaf)
Sets the hcaf value for this Job.
|
void |
setHspec(Resource hspec)
Sets the hspec value for this Job.
|
void |
setHspen(Resource hspen)
Sets the hspen value for this Job.
|
void |
setId(int id)
Sets the id value for this Job.
|
void |
setName(String name)
Sets the name value for this Job.
|
void |
setRelatedResources(FileArray relatedResources)
Sets the relatedResources value for this Job.
|
void |
setSelectedAreas(AreasArray selectedAreas)
Sets the selectedAreas value for this Job.
|
void |
setSelectedSpecies(SpeciesArray selectedSpecies)
Sets the selectedSpecies value for this Job.
|
void |
setStatus(String status)
Sets the status value for this Job.
|
void |
setWeights(EnvelopeWeightArray weights)
Sets the weights value for this Job.
|
public Job()
public Job(AquaMapArray aquaMapList, String author, long date, PerturbationArray envelopCustomization, boolean gis, String groupId, Resource hcaf, Resource hspec, Resource hspen, int id, String name, FileArray relatedResources, AreasArray selectedAreas, SpeciesArray selectedSpecies, String status, EnvelopeWeightArray weights)
public String getName()
public void setName(String name)
name - public int getId()
public void setId(int id)
id - public AquaMapArray getAquaMapList()
public void setAquaMapList(AquaMapArray aquaMapList)
aquaMapList - public String getStatus()
public void setStatus(String status)
status - public Resource getHspec()
public void setHspec(Resource hspec)
hspec - public Resource getHspen()
public void setHspen(Resource hspen)
hspen - public Resource getHcaf()
public void setHcaf(Resource hcaf)
hcaf - public SpeciesArray getSelectedSpecies()
public void setSelectedSpecies(SpeciesArray selectedSpecies)
selectedSpecies - public PerturbationArray getEnvelopCustomization()
public void setEnvelopCustomization(PerturbationArray envelopCustomization)
envelopCustomization - public AreasArray getSelectedAreas()
public void setSelectedAreas(AreasArray selectedAreas)
selectedAreas - public EnvelopeWeightArray getWeights()
public void setWeights(EnvelopeWeightArray weights)
weights - public String getAuthor()
public void setAuthor(String author)
author - public long getDate()
public void setDate(long date)
date - public FileArray getRelatedResources()
public void setRelatedResources(FileArray relatedResources)
relatedResources - public boolean isGis()
public void setGis(boolean gis)
gis - public String getGroupId()
public void setGroupId(String groupId)
groupId - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.