com.esri.arcgisws
Class MultipointB

java.lang.Object
  extended by com.esri.arcgisws.Geometry
      extended by com.esri.arcgisws.Multipoint
          extended by com.esri.arcgisws.MultipointB
All Implemented Interfaces:
Serializable

public class MultipointB
extends Multipoint
implements Serializable

Java class for MultipointB complex type.

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

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

See Also:
Serialized Form

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

MultipointB

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

MultipointB constructor.


MultipointB

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