| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerInfo
public class MapServerInfo
Java class for MapServerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="MapServerInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FullExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
         <element name="MapLayerInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMapLayerInfo" minOccurs="0"/>
         <element name="BackgroundColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
         <element name="Bookmarks" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMapServerBookmark" minOccurs="0"/>
         <element name="DefaultMapDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}MapDescription" minOccurs="0"/>
         <element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriUnits"/>
         <element name="SupportedImageReturnTypes" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriImageReturnType"/>
         <element name="BackgroundSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol" minOccurs="0"/>
         <element name="CopyrightText" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="StandaloneTableInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfStandaloneTableInfo" minOccurs="0"/>
         <element name="StandaloneTableDescriptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfStandaloneTableDescription" minOccurs="0"/>
         <element name="FullTimeExtent" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeExtent" minOccurs="0"/>
         <element name="DefaultTimeStepInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="DefaultTimeStepIntervalUnits" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriTimeUnits" minOccurs="0"/>
         <element name="DefaultTimeWindow" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| MapServerInfo()MapServerInfo default constructor. | |
| MapServerInfo(String name,
              String description,
              Envelope fullExtent,
              Envelope extent,
              SpatialReference spatialReference,
              MapLayerInfo[] mapLayerInfos,
              Color backgroundColor,
              MapServerBookmark[] bookmarks,
              MapDescription defaultMapDescription,
              EsriUnits units,
              EsriImageReturnType supportedImageReturnTypes,
              FillSymbol backgroundSymbol,
              String copyrightText,
              StandaloneTableInfo[] standaloneTableInfos,
              StandaloneTableDescription[] standaloneTableDescriptions,
              TimeExtent fullTimeExtent,
              Double defaultTimeStepInterval,
              EsriTimeUnits defaultTimeStepIntervalUnits,
              Double defaultTimeWindow)Deprecated. | |
| Method Summary | |
|---|---|
|  Color | getBackgroundColor()Gets the value of the backgroundColor property. | 
|  FillSymbol | getBackgroundSymbol()Gets the value of the backgroundSymbol property. | 
|  MapServerBookmark[] | getBookmarks()Gets the value of the bookmarks property. | 
|  String | getCopyrightText()Gets the value of the copyrightText property. | 
|  MapDescription | getDefaultMapDescription()Gets the value of the defaultMapDescription property. | 
|  Double | getDefaultTimeStepInterval()Gets the value of the defaultTimeStepInterval property. | 
|  EsriTimeUnits | getDefaultTimeStepIntervalUnits()Gets the value of the defaultTimeStepIntervalUnits property. | 
|  Double | getDefaultTimeWindow()Gets the value of the defaultTimeWindow property. | 
|  String | getDescription()Gets the value of the description property. | 
|  Envelope | getExtent()Gets the value of the extent property. | 
|  Envelope | getFullExtent()Gets the value of the fullExtent property. | 
|  TimeExtent | getFullTimeExtent()Gets the value of the fullTimeExtent property. | 
|  MapLayerInfo[] | getMapLayerInfos()Gets the value of the mapLayerInfos property. | 
|  String | getName()Gets the value of the name property. | 
|  SpatialReference | getSpatialReference()The spatial reference of the map (data frame). | 
|  StandaloneTableDescription[] | getStandaloneTableDescriptions()Gets the value of the standaloneTableDescriptions property. | 
|  StandaloneTableInfo[] | getStandaloneTableInfos()Gets the value of the standaloneTableInfos property. | 
|  EsriImageReturnType | getSupportedImageReturnTypes()Gets the value of the supportedImageReturnTypes property. | 
|  EsriUnits | getUnits()The units for the map (data frame). | 
|  void | setBackgroundColor(Color value)Sets the value of the backgroundColor property. | 
|  void | setBackgroundSymbol(FillSymbol value)Sets the value of the backgroundSymbol property. | 
|  void | setBookmarks(MapServerBookmark[] value)Sets the value of the bookmarks property. | 
|  void | setCopyrightText(String value)Sets the value of the copyrightText property. | 
|  void | setDefaultMapDescription(MapDescription value)Sets the value of the defaultMapDescription property. | 
|  void | setDefaultTimeStepInterval(Double value)Sets the value of the defaultTimeStepInterval property. | 
|  void | setDefaultTimeStepIntervalUnits(EsriTimeUnits value)Sets the value of the defaultTimeStepIntervalUnits property. | 
|  void | setDefaultTimeWindow(Double value)Sets the value of the defaultTimeWindow property. | 
|  void | setDescription(String value)Sets the value of the description property. | 
|  void | setExtent(Envelope value)Sets the value of the extent property. | 
|  void | setFullExtent(Envelope value)Sets the value of the fullExtent property. | 
|  void | setFullTimeExtent(TimeExtent value)Sets the value of the fullTimeExtent property. | 
|  void | setMapLayerInfos(MapLayerInfo[] value)Sets the value of the mapLayerInfos property. | 
|  void | setName(String value)Sets the value of the name property. | 
|  void | setSpatialReference(SpatialReference value)The spatial reference of the map (data frame). | 
|  void | setStandaloneTableDescriptions(StandaloneTableDescription[] value)Sets the value of the standaloneTableDescriptions property. | 
|  void | setStandaloneTableInfos(StandaloneTableInfo[] value)Sets the value of the standaloneTableInfos property. | 
|  void | setSupportedImageReturnTypes(EsriImageReturnType value)Sets the value of the supportedImageReturnTypes property. | 
|  void | setUnits(EsriUnits value)The units for the map (data frame). | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public MapServerInfo(String name,
                                String description,
                                Envelope fullExtent,
                                Envelope extent,
                                SpatialReference spatialReference,
                                MapLayerInfo[] mapLayerInfos,
                                Color backgroundColor,
                                MapServerBookmark[] bookmarks,
                                MapDescription defaultMapDescription,
                                EsriUnits units,
                                EsriImageReturnType supportedImageReturnTypes,
                                FillSymbol backgroundSymbol,
                                String copyrightText,
                                StandaloneTableInfo[] standaloneTableInfos,
                                StandaloneTableDescription[] standaloneTableDescriptions,
                                TimeExtent fullTimeExtent,
                                Double defaultTimeStepInterval,
                                EsriTimeUnits defaultTimeStepIntervalUnits,
                                Double defaultTimeWindow)
public MapServerInfo()
| Method Detail | 
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic Envelope getFullExtent()
Envelopepublic void setFullExtent(Envelope value)
value - allowed object is
     Envelopepublic Envelope getExtent()
Envelopepublic void setExtent(Envelope value)
value - allowed object is
     Envelopepublic SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
     SpatialReferencepublic MapLayerInfo[] getMapLayerInfos()
[] public void setMapLayerInfos(MapLayerInfo[] value)
value - allowed object is
     [] public Color getBackgroundColor()
Colorpublic void setBackgroundColor(Color value)
value - allowed object is
     Colorpublic MapServerBookmark[] getBookmarks()
[] public void setBookmarks(MapServerBookmark[] value)
value - allowed object is
     [] public MapDescription getDefaultMapDescription()
MapDescriptionpublic void setDefaultMapDescription(MapDescription value)
value - allowed object is
     MapDescriptionpublic EsriUnits getUnits()
EsriUnitspublic void setUnits(EsriUnits value)
value - allowed object is
     EsriUnitspublic EsriImageReturnType getSupportedImageReturnTypes()
EsriImageReturnTypepublic void setSupportedImageReturnTypes(EsriImageReturnType value)
value - allowed object is
     EsriImageReturnTypepublic FillSymbol getBackgroundSymbol()
FillSymbolpublic void setBackgroundSymbol(FillSymbol value)
value - allowed object is
     FillSymbolpublic String getCopyrightText()
Stringpublic void setCopyrightText(String value)
value - allowed object is
     Stringpublic StandaloneTableInfo[] getStandaloneTableInfos()
[] public void setStandaloneTableInfos(StandaloneTableInfo[] value)
value - allowed object is
     [] public StandaloneTableDescription[] getStandaloneTableDescriptions()
[] public void setStandaloneTableDescriptions(StandaloneTableDescription[] value)
value - allowed object is
     [] public TimeExtent getFullTimeExtent()
TimeExtentpublic void setFullTimeExtent(TimeExtent value)
value - allowed object is
     TimeExtentpublic Double getDefaultTimeStepInterval()
Doublepublic void setDefaultTimeStepInterval(Double value)
value - allowed object is
     Doublepublic EsriTimeUnits getDefaultTimeStepIntervalUnits()
EsriTimeUnitspublic void setDefaultTimeStepIntervalUnits(EsriTimeUnits value)
value - allowed object is
     EsriTimeUnitspublic Double getDefaultTimeWindow()
Doublepublic void setDefaultTimeWindow(Double value)
value - allowed object is
     Double| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||