com.esri.arcgisws
Class AttachmentData

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

public class AttachmentData
extends Object
implements Serializable

ESRI AttachmentData Object.

Java class for AttachmentData complex type.

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

 <complexType name="AttachmentData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element name="AttachmentInfo" type="{http://www.esri.com/schemas/ArcGIS/10.0}AttachmentInfo"/>
         <element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriTransportType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
ESRI AttachmentData Object.

See Also:
Serialized Form

Constructor Summary
AttachmentData()
          AttachmentData default constructor.
AttachmentData(byte[] data, AttachmentInfo attachmentInfo, String url, EsriTransportType transportType)
          Deprecated. 
 
Method Summary
 AttachmentInfo getAttachmentInfo()
          Gets the value of the attachmentInfo property.
 byte[] getData()
          Gets the value of the data property.
 EsriTransportType getTransportType()
          Gets the value of the transportType property.
 String getURL()
          Gets the value of the url property.
 void setAttachmentInfo(AttachmentInfo value)
          Sets the value of the attachmentInfo property.
 void setData(byte[] value)
          Sets the value of the data property.
 void setTransportType(EsriTransportType value)
          Sets the value of the transportType property.
 void setURL(String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentData

@Deprecated
public AttachmentData(byte[] data,
                                 AttachmentInfo attachmentInfo,
                                 String url,
                                 EsriTransportType transportType)
Deprecated. 

AttachmentData constructor.


AttachmentData

public AttachmentData()
AttachmentData default constructor.

Method Detail

getData

public byte[] getData()
Gets the value of the data property.

Returns:
possible object is byte[]

setData

public void setData(byte[] value)
Sets the value of the data property.

Parameters:
value - allowed object is byte[]

getAttachmentInfo

public AttachmentInfo getAttachmentInfo()
Gets the value of the attachmentInfo property.

Returns:
possible object is AttachmentInfo

setAttachmentInfo

public void setAttachmentInfo(AttachmentInfo value)
Sets the value of the attachmentInfo property.

Parameters:
value - allowed object is AttachmentInfo

getURL

public String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getTransportType

public EsriTransportType getTransportType()
Gets the value of the transportType property.

Returns:
possible object is EsriTransportType

setTransportType

public void setTransportType(EsriTransportType value)
Sets the value of the transportType property.

Parameters:
value - allowed object is EsriTransportType