com.esri.arcgisws
Class QueryAttachmentData

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

public class QueryAttachmentData
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MapName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TableID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="AttachmentIDs" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt"/>
         <element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriTransportType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
QueryAttachmentData()
          QueryAttachmentData default constructor.
QueryAttachmentData(String mapName, int tableID, int[] attachmentIDs, EsriTransportType transportType)
          Deprecated. 
 
Method Summary
 int[] getAttachmentIDs()
          Gets the value of the attachmentIDs property.
 String getMapName()
          Gets the value of the mapName property.
 int getTableID()
          Gets the value of the tableID property.
 EsriTransportType getTransportType()
          Gets the value of the transportType property.
 void setAttachmentIDs(int[] value)
          Sets the value of the attachmentIDs property.
 void setMapName(String value)
          Sets the value of the mapName property.
 void setTableID(int value)
          Sets the value of the tableID property.
 void setTransportType(EsriTransportType value)
          Sets the value of the transportType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryAttachmentData

@Deprecated
public QueryAttachmentData(String mapName,
                                      int tableID,
                                      int[] attachmentIDs,
                                      EsriTransportType transportType)
Deprecated. 

QueryAttachmentData constructor.


QueryAttachmentData

public QueryAttachmentData()
QueryAttachmentData default constructor.

Method Detail

getMapName

public String getMapName()
Gets the value of the mapName property.

Returns:
possible object is String

setMapName

public void setMapName(String value)
Sets the value of the mapName property.

Parameters:
value - allowed object is String

getTableID

public int getTableID()
Gets the value of the tableID property.


setTableID

public void setTableID(int value)
Sets the value of the tableID property.


getAttachmentIDs

public int[] getAttachmentIDs()
Gets the value of the attachmentIDs property.

Returns:
possible object is []

setAttachmentIDs

public void setAttachmentIDs(int[] value)
Sets the value of the attachmentIDs property.

Parameters:
value - allowed object is []

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