public class CalculateEnvelopeRequestType extends Object implements Serializable
| Constructor and Description |
|---|
CalculateEnvelopeRequestType() |
CalculateEnvelopeRequestType(double boundingEast,
double boundingNorth,
double boundingSouth,
double boundingWest,
String faoAreas,
String speciesID,
boolean useBottomSeaTempAndSalinity,
boolean useBounding,
boolean useFAO) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getSpeciesID()
public void setSpeciesID(String speciesID)
speciesID - public String getFaoAreas()
public void setFaoAreas(String faoAreas)
faoAreas - public double getBoundingNorth()
public void setBoundingNorth(double boundingNorth)
boundingNorth - public double getBoundingSouth()
public void setBoundingSouth(double boundingSouth)
boundingSouth - public double getBoundingEast()
public void setBoundingEast(double boundingEast)
boundingEast - public double getBoundingWest()
public void setBoundingWest(double boundingWest)
boundingWest - public boolean isUseFAO()
public void setUseFAO(boolean useFAO)
useFAO - public boolean isUseBounding()
public void setUseBounding(boolean useBounding)
useBounding - public boolean isUseBottomSeaTempAndSalinity()
public void setUseBottomSeaTempAndSalinity(boolean useBottomSeaTempAndSalinity)
useBottomSeaTempAndSalinity - 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.