com.esri.arcgisws
Class EnvelopeB

java.lang.Object
  extended by com.esri.arcgisws.Geometry
      extended by com.esri.arcgisws.Envelope
          extended by com.esri.arcgisws.EnvelopeB
All Implemented Interfaces:
Serializable

public class EnvelopeB
extends Envelope
implements Serializable

Java class for EnvelopeB complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EnvelopeB">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope">
       <sequence>
         <element name="Bytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
EnvelopeB()
          EnvelopeB default constructor.
EnvelopeB(byte[] bytes)
          Deprecated. 
 
Method Summary
 byte[] getBytes()
          Gets the value of the bytes property.
 void setBytes(byte[] value)
          Sets the value of the bytes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvelopeB

@Deprecated
public EnvelopeB(byte[] bytes)
Deprecated. 

EnvelopeB constructor.


EnvelopeB

public EnvelopeB()
EnvelopeB default constructor.

Method Detail

getBytes

public byte[] getBytes()
Gets the value of the bytes property.

Returns:
possible object is byte[]

setBytes

public void setBytes(byte[] value)
Sets the value of the bytes property.

Parameters:
value - allowed object is byte[]