com.esri.arcgisws
Class AISRequest

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

public class AISRequest
extends Object
implements Serializable

Java class for AISRequest complex type.

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

 <complexType name="AISRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="GeoImageDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}GeoImageDescription" minOccurs="0"/>
         <element name="Arguments" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AISRequest()
          AISRequest default constructor.
AISRequest(String name, GeoImageDescription geoImageDescription, String[] arguments)
          Deprecated. 
 
Method Summary
 String[] getArguments()
          Gets the value of the arguments property.
 GeoImageDescription getGeoImageDescription()
          Gets the value of the geoImageDescription property.
 String getName()
          Gets the value of the name property.
 void setArguments(String[] value)
          Sets the value of the arguments property.
 void setGeoImageDescription(GeoImageDescription value)
          Sets the value of the geoImageDescription property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AISRequest

@Deprecated
public AISRequest(String name,
                             GeoImageDescription geoImageDescription,
                             String[] arguments)
Deprecated. 

AISRequest constructor.


AISRequest

public AISRequest()
AISRequest default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getGeoImageDescription

public GeoImageDescription getGeoImageDescription()
Gets the value of the geoImageDescription property.

Returns:
possible object is GeoImageDescription

setGeoImageDescription

public void setGeoImageDescription(GeoImageDescription value)
Sets the value of the geoImageDescription property.

Parameters:
value - allowed object is GeoImageDescription

getArguments

public String[] getArguments()
Gets the value of the arguments property.

Returns:
possible object is []

setArguments

public void setArguments(String[] value)
Sets the value of the arguments property.

Parameters:
value - allowed object is []