com.esri.arcgisws
Class QueryAttachmentData2

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

public class QueryAttachmentData2
extends java.lang.Object
implements java.io.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="MapTableDescription" type="{http://www.esri.com/schemas/ArcGIS/10.3}MapTableDescription"/>
         <element name="AttachmentIDs" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfInt"/>
         <element name="TransportType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriTransportType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
QueryAttachmentData2()
          QueryAttachmentData2 default constructor.
QueryAttachmentData2(java.lang.String mapName, MapTableDescription mapTableDescription, int[] attachmentIDs, EsriTransportType transportType)
          Deprecated. 
 
Method Summary
 int[] getAttachmentIDs()
          Gets the value of the attachmentIDs property.
 java.lang.String getMapName()
          Gets the value of the mapName property.
 MapTableDescription getMapTableDescription()
          Gets the value of the mapTableDescription property.
 EsriTransportType getTransportType()
          Gets the value of the transportType property.
 void setAttachmentIDs(int[] value)
          Sets the value of the attachmentIDs property.
 void setMapName(java.lang.String value)
          Sets the value of the mapName property.
 void setMapTableDescription(MapTableDescription value)
          Sets the value of the mapTableDescription 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

QueryAttachmentData2

@Deprecated
public QueryAttachmentData2(java.lang.String mapName,
                                       MapTableDescription mapTableDescription,
                                       int[] attachmentIDs,
                                       EsriTransportType transportType)
Deprecated. 

QueryAttachmentData2 constructor.


QueryAttachmentData2

public QueryAttachmentData2()
QueryAttachmentData2 default constructor.

Method Detail

getMapName

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

Returns:
possible object is String

setMapName

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

Parameters:
value - allowed object is String

getMapTableDescription

public MapTableDescription getMapTableDescription()
Gets the value of the mapTableDescription property.

Returns:
possible object is MapTableDescription

setMapTableDescription

public void setMapTableDescription(MapTableDescription value)
Sets the value of the mapTableDescription property.

Parameters:
value - allowed object is MapTableDescription

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