org.gcube.application.aquamaps.aquamapsservice.stubs
Class CalculateEnvelopeRequestType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.CalculateEnvelopeRequestType
All Implemented Interfaces:
Serializable

public class CalculateEnvelopeRequestType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CalculateEnvelopeRequestType()
           
CalculateEnvelopeRequestType(double boundingEast, double boundingNorth, double boundingSouth, double boundingWest, String faoAreas, String speciesID, boolean useBottomSeaTempAndSalinity, boolean useBounding, boolean useFAO)
           
 
Method Summary
 boolean equals(Object obj)
           
 double getBoundingEast()
          Gets the boundingEast value for this CalculateEnvelopeRequestType.
 double getBoundingNorth()
          Gets the boundingNorth value for this CalculateEnvelopeRequestType.
 double getBoundingSouth()
          Gets the boundingSouth value for this CalculateEnvelopeRequestType.
 double getBoundingWest()
          Gets the boundingWest value for this CalculateEnvelopeRequestType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFaoAreas()
          Gets the faoAreas value for this CalculateEnvelopeRequestType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSpeciesID()
          Gets the speciesID value for this CalculateEnvelopeRequestType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isUseBottomSeaTempAndSalinity()
          Gets the useBottomSeaTempAndSalinity value for this CalculateEnvelopeRequestType.
 boolean isUseBounding()
          Gets the useBounding value for this CalculateEnvelopeRequestType.
 boolean isUseFAO()
          Gets the useFAO value for this CalculateEnvelopeRequestType.
 void setBoundingEast(double boundingEast)
          Sets the boundingEast value for this CalculateEnvelopeRequestType.
 void setBoundingNorth(double boundingNorth)
          Sets the boundingNorth value for this CalculateEnvelopeRequestType.
 void setBoundingSouth(double boundingSouth)
          Sets the boundingSouth value for this CalculateEnvelopeRequestType.
 void setBoundingWest(double boundingWest)
          Sets the boundingWest value for this CalculateEnvelopeRequestType.
 void setFaoAreas(String faoAreas)
          Sets the faoAreas value for this CalculateEnvelopeRequestType.
 void setSpeciesID(String speciesID)
          Sets the speciesID value for this CalculateEnvelopeRequestType.
 void setUseBottomSeaTempAndSalinity(boolean useBottomSeaTempAndSalinity)
          Sets the useBottomSeaTempAndSalinity value for this CalculateEnvelopeRequestType.
 void setUseBounding(boolean useBounding)
          Sets the useBounding value for this CalculateEnvelopeRequestType.
 void setUseFAO(boolean useFAO)
          Sets the useFAO value for this CalculateEnvelopeRequestType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculateEnvelopeRequestType

public CalculateEnvelopeRequestType()

CalculateEnvelopeRequestType

public CalculateEnvelopeRequestType(double boundingEast,
                                    double boundingNorth,
                                    double boundingSouth,
                                    double boundingWest,
                                    String faoAreas,
                                    String speciesID,
                                    boolean useBottomSeaTempAndSalinity,
                                    boolean useBounding,
                                    boolean useFAO)
Method Detail

getSpeciesID

public String getSpeciesID()
Gets the speciesID value for this CalculateEnvelopeRequestType.

Returns:
speciesID

setSpeciesID

public void setSpeciesID(String speciesID)
Sets the speciesID value for this CalculateEnvelopeRequestType.

Parameters:
speciesID -

getFaoAreas

public String getFaoAreas()
Gets the faoAreas value for this CalculateEnvelopeRequestType.

Returns:
faoAreas

setFaoAreas

public void setFaoAreas(String faoAreas)
Sets the faoAreas value for this CalculateEnvelopeRequestType.

Parameters:
faoAreas -

getBoundingNorth

public double getBoundingNorth()
Gets the boundingNorth value for this CalculateEnvelopeRequestType.

Returns:
boundingNorth

setBoundingNorth

public void setBoundingNorth(double boundingNorth)
Sets the boundingNorth value for this CalculateEnvelopeRequestType.

Parameters:
boundingNorth -

getBoundingSouth

public double getBoundingSouth()
Gets the boundingSouth value for this CalculateEnvelopeRequestType.

Returns:
boundingSouth

setBoundingSouth

public void setBoundingSouth(double boundingSouth)
Sets the boundingSouth value for this CalculateEnvelopeRequestType.

Parameters:
boundingSouth -

getBoundingEast

public double getBoundingEast()
Gets the boundingEast value for this CalculateEnvelopeRequestType.

Returns:
boundingEast

setBoundingEast

public void setBoundingEast(double boundingEast)
Sets the boundingEast value for this CalculateEnvelopeRequestType.

Parameters:
boundingEast -

getBoundingWest

public double getBoundingWest()
Gets the boundingWest value for this CalculateEnvelopeRequestType.

Returns:
boundingWest

setBoundingWest

public void setBoundingWest(double boundingWest)
Sets the boundingWest value for this CalculateEnvelopeRequestType.

Parameters:
boundingWest -

isUseFAO

public boolean isUseFAO()
Gets the useFAO value for this CalculateEnvelopeRequestType.

Returns:
useFAO

setUseFAO

public void setUseFAO(boolean useFAO)
Sets the useFAO value for this CalculateEnvelopeRequestType.

Parameters:
useFAO -

isUseBounding

public boolean isUseBounding()
Gets the useBounding value for this CalculateEnvelopeRequestType.

Returns:
useBounding

setUseBounding

public void setUseBounding(boolean useBounding)
Sets the useBounding value for this CalculateEnvelopeRequestType.

Parameters:
useBounding -

isUseBottomSeaTempAndSalinity

public boolean isUseBottomSeaTempAndSalinity()
Gets the useBottomSeaTempAndSalinity value for this CalculateEnvelopeRequestType.

Returns:
useBottomSeaTempAndSalinity

setUseBottomSeaTempAndSalinity

public void setUseBottomSeaTempAndSalinity(boolean useBottomSeaTempAndSalinity)
Sets the useBottomSeaTempAndSalinity value for this CalculateEnvelopeRequestType.

Parameters:
useBottomSeaTempAndSalinity -

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.