com.esri.arcgisws
Class PointB

java.lang.Object
  extended by com.esri.arcgisws.Geometry
      extended by com.esri.arcgisws.Point
          extended by com.esri.arcgisws.PointB
All Implemented Interfaces:
Serializable

public class PointB
extends Point
implements Serializable

Java class for PointB complex type.

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

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

See Also:
Serialized Form

Constructor Summary
PointB()
          PointB default constructor.
PointB(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

PointB

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

PointB constructor.


PointB

public PointB()
PointB 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[]