public class CalculateEnvelopeRequestType extends Object
| Constructor and Description |
|---|
CalculateEnvelopeRequestType() |
CalculateEnvelopeRequestType(String speciesID,
String faoAreas,
double boundingNorth,
double boundingSouth,
double boundingEast,
double boundingWest,
boolean useFAO,
boolean useBounding,
boolean useBottomSeaTempAndSalinity) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public String speciesID()
public void speciesID(String speciesID)
public String faoAreas()
public void faoAreas(String faoAreas)
faoAreas - the faoAreas to setpublic double boundingNorth()
public void boundingNorth(double boundingNorth)
boundingNorth - the boundingNorth to setpublic double boundingSouth()
public void boundingSouth(double boundingSouth)
boundingSouth - the boundingSouth to setpublic double boundingEast()
public void boundingEast(double boundingEast)
boundingEast - the boundingEast to setpublic double boundingWest()
public void boundingWest(double boundingWest)
boundingWest - the boundingWest to setpublic boolean useFAO()
public void useFAO(boolean useFAO)
useFAO - the useFAO to setpublic boolean useBounding()
public void useBounding(boolean useBounding)
useBounding - the useBounding to setpublic boolean useBottomSeaTempAndSalinity()
public void useBottomSeaTempAndSalinity(boolean useBottomSeaTempAndSalinity)
useBottomSeaTempAndSalinity - the useBottomSeaTempAndSalinity to setCopyright © 2018. All Rights Reserved.