org.gcube_system.namespaces.application.aquamaps.gistypes
Class BoundsInfoType

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

public class BoundsInfoType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BoundsInfoType()
           
BoundsInfoType(String crs, double maxx, double maxy, double minx, double miny)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCrs()
          Gets the crs value for this BoundsInfoType.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 double getMaxx()
          Gets the maxx value for this BoundsInfoType.
 double getMaxy()
          Gets the maxy value for this BoundsInfoType.
 double getMinx()
          Gets the minx value for this BoundsInfoType.
 double getMiny()
          Gets the miny value for this BoundsInfoType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCrs(String crs)
          Sets the crs value for this BoundsInfoType.
 void setMaxx(double maxx)
          Sets the maxx value for this BoundsInfoType.
 void setMaxy(double maxy)
          Sets the maxy value for this BoundsInfoType.
 void setMinx(double minx)
          Sets the minx value for this BoundsInfoType.
 void setMiny(double miny)
          Sets the miny value for this BoundsInfoType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundsInfoType

public BoundsInfoType()

BoundsInfoType

public BoundsInfoType(String crs,
                      double maxx,
                      double maxy,
                      double minx,
                      double miny)
Method Detail

getMinx

public double getMinx()
Gets the minx value for this BoundsInfoType.

Returns:
minx

setMinx

public void setMinx(double minx)
Sets the minx value for this BoundsInfoType.

Parameters:
minx -

getMaxx

public double getMaxx()
Gets the maxx value for this BoundsInfoType.

Returns:
maxx

setMaxx

public void setMaxx(double maxx)
Sets the maxx value for this BoundsInfoType.

Parameters:
maxx -

getMiny

public double getMiny()
Gets the miny value for this BoundsInfoType.

Returns:
miny

setMiny

public void setMiny(double miny)
Sets the miny value for this BoundsInfoType.

Parameters:
miny -

getMaxy

public double getMaxy()
Gets the maxy value for this BoundsInfoType.

Returns:
maxy

setMaxy

public void setMaxy(double maxy)
Sets the maxy value for this BoundsInfoType.

Parameters:
maxy -

getCrs

public String getCrs()
Gets the crs value for this BoundsInfoType.

Returns:
crs

setCrs

public void setCrs(String crs)
Sets the crs value for this BoundsInfoType.

Parameters:
crs -

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.