|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.AISRequest
public class AISRequest
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>
| 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 |
|---|
@Deprecated
public AISRequest(String name,
GeoImageDescription geoImageDescription,
String[] arguments)
public AISRequest()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic GeoImageDescription getGeoImageDescription()
GeoImageDescriptionpublic void setGeoImageDescription(GeoImageDescription value)
value - allowed object is
GeoImageDescriptionpublic String[] getArguments()
[] public void setArguments(String[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||