com.esri.arcgisws
Class EnvelopeB

java.lang.Object
  extended bycom.esri.arcgisws.Geometry
      extended bycom.esri.arcgisws.Envelope
          extended bycom.esri.arcgisws.EnvelopeB
All Implemented Interfaces:
java.io.Serializable

public class EnvelopeB
extends Envelope
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EnvelopeB()
           
EnvelopeB(byte[] bytes)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte[] getBytes()
          Gets the bytes value for this EnvelopeB.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBytes(byte[] bytes)
          Sets the bytes value for this EnvelopeB.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopeB

public EnvelopeB()

EnvelopeB

public EnvelopeB(byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()
Gets the bytes value for this EnvelopeB.

Returns:
bytes

setBytes

public void setBytes(byte[] bytes)
Sets the bytes value for this EnvelopeB.

Parameters:
bytes -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Envelope

hashCode

public int hashCode()
Overrides:
hashCode in class Envelope

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer