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

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

public class Job
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Job

public Job()

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)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getId

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

Returns:
id

setId

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

Parameters:
id -

getAquaMapList

public AquaMapArray getAquaMapList()
Gets the aquaMapList value for this Job.

Returns:
aquaMapList

setAquaMapList

public void setAquaMapList(AquaMapArray aquaMapList)
Sets the aquaMapList value for this Job.

Parameters:
aquaMapList -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getHspec

public Resource getHspec()
Gets the hspec value for this Job.

Returns:
hspec

setHspec

public void setHspec(Resource hspec)
Sets the hspec value for this Job.

Parameters:
hspec -

getHspen

public Resource getHspen()
Gets the hspen value for this Job.

Returns:
hspen

setHspen

public void setHspen(Resource hspen)
Sets the hspen value for this Job.

Parameters:
hspen -

getHcaf

public Resource getHcaf()
Gets the hcaf value for this Job.

Returns:
hcaf

setHcaf

public void setHcaf(Resource hcaf)
Sets the hcaf value for this Job.

Parameters:
hcaf -

getSelectedSpecies

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

Returns:
selectedSpecies

setSelectedSpecies

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

Parameters:
selectedSpecies -

getEnvelopCustomization

public PerturbationArray getEnvelopCustomization()
Gets the envelopCustomization value for this Job.

Returns:
envelopCustomization

setEnvelopCustomization

public void setEnvelopCustomization(PerturbationArray envelopCustomization)
Sets the envelopCustomization value for this Job.

Parameters:
envelopCustomization -

getSelectedAreas

public AreasArray getSelectedAreas()
Gets the selectedAreas value for this Job.

Returns:
selectedAreas

setSelectedAreas

public void setSelectedAreas(AreasArray selectedAreas)
Sets the selectedAreas value for this Job.

Parameters:
selectedAreas -

getWeights

public EnvelopeWeightArray getWeights()
Gets the weights value for this Job.

Returns:
weights

setWeights

public void setWeights(EnvelopeWeightArray weights)
Sets the weights value for this Job.

Parameters:
weights -

getAuthor

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

Returns:
author

setAuthor

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

Parameters:
author -

getDate

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

Returns:
date

setDate

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

Parameters:
date -

getRelatedResources

public FileArray getRelatedResources()
Gets the relatedResources value for this Job.

Returns:
relatedResources

setRelatedResources

public void setRelatedResources(FileArray relatedResources)
Sets the relatedResources value for this Job.

Parameters:
relatedResources -

isGis

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

Returns:
gis

setGis

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

Parameters:
gis -

getGroupId

public String getGroupId()
Gets the groupId value for this Job.

Returns:
groupId

setGroupId

public void setGroupId(String groupId)
Sets the groupId value for this Job.

Parameters:
groupId -

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.