|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Geometry
com.esri.arcgisws.Envelope
com.esri.arcgisws.EnvelopeB
public class EnvelopeB
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>
| 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 |
|---|
@Deprecated public EnvelopeB(byte[] bytes)
public EnvelopeB()
| Method Detail |
|---|
public byte[] getBytes()
public void setBytes(byte[] value)
value - allowed object is
byte[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||