com.esri.arcgisws
Class XMLPersistedObject

java.lang.Object
  extended by com.esri.arcgisws.XMLPersistedObject
All Implemented Interfaces:
Serializable

public class XMLPersistedObject
extends Object
implements Serializable

Java class for XMLPersistedObject complex type.

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

 <complexType name="XMLPersistedObject">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Bytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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

XMLPersistedObject

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

XMLPersistedObject constructor.


XMLPersistedObject

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