org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements
Class CalculateEnvelopeRequestType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements.CalculateEnvelopeRequestType

public class CalculateEnvelopeRequestType
extends Object


Constructor Summary
CalculateEnvelopeRequestType()
           
CalculateEnvelopeRequestType(String speciesID, String faoAreas, double boundingNorth, double boundingSouth, double boundingEast, double boundingWest, boolean useFAO, boolean useBounding, boolean useBottomSeaTempAndSalinity)
           
 
Method Summary
 double boundingEast()
           
 void boundingEast(double boundingEast)
           
 double boundingNorth()
           
 void boundingNorth(double boundingNorth)
           
 double boundingSouth()
           
 void boundingSouth(double boundingSouth)
           
 double boundingWest()
           
 void boundingWest(double boundingWest)
           
 String faoAreas()
           
 void faoAreas(String faoAreas)
           
 String speciesID()
           
 void speciesID(String speciesID)
           
 String toString()
           
 boolean useBottomSeaTempAndSalinity()
           
 void useBottomSeaTempAndSalinity(boolean useBottomSeaTempAndSalinity)
           
 boolean useBounding()
           
 void useBounding(boolean useBounding)
           
 boolean useFAO()
           
 void useFAO(boolean useFAO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CalculateEnvelopeRequestType

public CalculateEnvelopeRequestType()

CalculateEnvelopeRequestType

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

speciesID

public String speciesID()

speciesID

public void speciesID(String speciesID)

faoAreas

public String faoAreas()
Returns:
the faoAreas

faoAreas

public void faoAreas(String faoAreas)
Parameters:
faoAreas - the faoAreas to set

boundingNorth

public double boundingNorth()
Returns:
the boundingNorth

boundingNorth

public void boundingNorth(double boundingNorth)
Parameters:
boundingNorth - the boundingNorth to set

boundingSouth

public double boundingSouth()
Returns:
the boundingSouth

boundingSouth

public void boundingSouth(double boundingSouth)
Parameters:
boundingSouth - the boundingSouth to set

boundingEast

public double boundingEast()
Returns:
the boundingEast

boundingEast

public void boundingEast(double boundingEast)
Parameters:
boundingEast - the boundingEast to set

boundingWest

public double boundingWest()
Returns:
the boundingWest

boundingWest

public void boundingWest(double boundingWest)
Parameters:
boundingWest - the boundingWest to set

useFAO

public boolean useFAO()
Returns:
the useFAO

useFAO

public void useFAO(boolean useFAO)
Parameters:
useFAO - the useFAO to set

useBounding

public boolean useBounding()
Returns:
the useBounding

useBounding

public void useBounding(boolean useBounding)
Parameters:
useBounding - the useBounding to set

useBottomSeaTempAndSalinity

public boolean useBottomSeaTempAndSalinity()
Returns:
the useBottomSeaTempAndSalinity

useBottomSeaTempAndSalinity

public void useBottomSeaTempAndSalinity(boolean useBottomSeaTempAndSalinity)
Parameters:
useBottomSeaTempAndSalinity - the useBottomSeaTempAndSalinity to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.