|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.UpdateImageServer
public class UpdateImageServer
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="FIDs" type="{http://www.esri.com/schemas/ArcGIS/10.3}FIDSet"/> <element name="ItemDescriptions" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfRasterItemDescription"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
UpdateImageServer()
UpdateImageServer default constructor. |
|
UpdateImageServer(FIDSet fiDs,
RasterItemDescription[] itemDescriptions)
Deprecated. |
Method Summary | |
---|---|
FIDSet |
getFIDs()
Gets the value of the fiDs property. |
RasterItemDescription[] |
getItemDescriptions()
Gets the value of the itemDescriptions property. |
void |
setFIDs(FIDSet value)
Sets the value of the fiDs property. |
void |
setItemDescriptions(RasterItemDescription[] value)
Sets the value of the itemDescriptions property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public UpdateImageServer(FIDSet fiDs, RasterItemDescription[] itemDescriptions)
public UpdateImageServer()
Method Detail |
---|
public FIDSet getFIDs()
FIDSet
public void setFIDs(FIDSet value)
value
- allowed object is
FIDSet
public RasterItemDescription[] getItemDescriptions()
[]
public void setItemDescriptions(RasterItemDescription[] value)
value
- allowed object is
[]
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |