com.esri.arcgisws
Class MobileLayerInfo

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

public class MobileLayerInfo
extends Object
implements Serializable

Java class for MobileLayerInfo complex type.

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

 <complexType name="MobileLayerInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LayerID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DataType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DisplayField" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="GeometryType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriGeometryType"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LayerType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FeatureDatasetName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FeatureClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MinScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="MaxScale" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="IsFeatureLayer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsAnnotationLayer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsRasterLayer" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="IsComposite" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Extent" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope" minOccurs="0"/>
         <element name="Fields" type="{http://www.esri.com/schemas/ArcGIS/10.0}Fields" minOccurs="0"/>
         <element name="FieldAliases" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MobileLayerInfo()
          MobileLayerInfo default constructor.
MobileLayerInfo(int layerID, String name, String dataType, String displayField, EsriGeometryType geometryType, String description, String layerType, String featureDatasetName, String featureClassName, double minScale, double maxScale, boolean isFeatureLayer, boolean isAnnotationLayer, boolean isRasterLayer, boolean isComposite, Envelope extent, Fields fields, String[] fieldAliases)
          Deprecated. 
 
Method Summary
 String getDataType()
          Gets the value of the dataType property.
 String getDescription()
          Gets the value of the description property.
 String getDisplayField()
          Gets the value of the displayField property.
 Envelope getExtent()
          Gets the value of the extent property.
 String getFeatureClassName()
          Gets the value of the featureClassName property.
 String getFeatureDatasetName()
          Gets the value of the featureDatasetName property.
 String[] getFieldAliases()
          Gets the value of the fieldAliases property.
 Fields getFields()
          Gets the value of the fields property.
 EsriGeometryType getGeometryType()
          Gets the value of the geometryType property.
 int getLayerID()
          The layer identifier.
 String getLayerType()
          The layer type.
 double getMaxScale()
          Gets the value of the maxScale property.
 double getMinScale()
          Gets the value of the minScale property.
 String getName()
          Gets the value of the name property.
 boolean isIsAnnotationLayer()
          Gets the value of the isAnnotationLayer property.
 boolean isIsComposite()
          Gets the value of the isComposite property.
 boolean isIsFeatureLayer()
          Gets the value of the isFeatureLayer property.
 boolean isIsRasterLayer()
          Gets the value of the isRasterLayer property.
 void setDataType(String value)
          Sets the value of the dataType property.
 void setDescription(String value)
          Sets the value of the description property.
 void setDisplayField(String value)
          Sets the value of the displayField property.
 void setExtent(Envelope value)
          Sets the value of the extent property.
 void setFeatureClassName(String value)
          Sets the value of the featureClassName property.
 void setFeatureDatasetName(String value)
          Sets the value of the featureDatasetName property.
 void setFieldAliases(String[] value)
          Sets the value of the fieldAliases property.
 void setFields(Fields value)
          Sets the value of the fields property.
 void setGeometryType(EsriGeometryType value)
          Sets the value of the geometryType property.
 void setIsAnnotationLayer(boolean value)
          Sets the value of the isAnnotationLayer property.
 void setIsComposite(boolean value)
          Sets the value of the isComposite property.
 void setIsFeatureLayer(boolean value)
          Sets the value of the isFeatureLayer property.
 void setIsRasterLayer(boolean value)
          Sets the value of the isRasterLayer property.
 void setLayerID(int value)
          The layer identifier.
 void setLayerType(String value)
          The layer type.
 void setMaxScale(double value)
          Sets the value of the maxScale property.
 void setMinScale(double value)
          Sets the value of the minScale 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

MobileLayerInfo

@Deprecated
public MobileLayerInfo(int layerID,
                                  String name,
                                  String dataType,
                                  String displayField,
                                  EsriGeometryType geometryType,
                                  String description,
                                  String layerType,
                                  String featureDatasetName,
                                  String featureClassName,
                                  double minScale,
                                  double maxScale,
                                  boolean isFeatureLayer,
                                  boolean isAnnotationLayer,
                                  boolean isRasterLayer,
                                  boolean isComposite,
                                  Envelope extent,
                                  Fields fields,
                                  String[] fieldAliases)
Deprecated. 

MobileLayerInfo constructor.


MobileLayerInfo

public MobileLayerInfo()
MobileLayerInfo default constructor.

Method Detail

getLayerID

public int getLayerID()
The layer identifier. This ID is used throughout to uniquely identify the layer for all requests. Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
The layer identifier. This ID is used throughout to uniquely identify the layer for all requests. Sets the value of the layerID property.


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

getDataType

public String getDataType()
Gets the value of the dataType property.

Returns:
possible object is String

setDataType

public void setDataType(String value)
Sets the value of the dataType property.

Parameters:
value - allowed object is String

getDisplayField

public String getDisplayField()
Gets the value of the displayField property.

Returns:
possible object is String

setDisplayField

public void setDisplayField(String value)
Sets the value of the displayField property.

Parameters:
value - allowed object is String

getGeometryType

public EsriGeometryType getGeometryType()
Gets the value of the geometryType property.

Returns:
possible object is EsriGeometryType

setGeometryType

public void setGeometryType(EsriGeometryType value)
Sets the value of the geometryType property.

Parameters:
value - allowed object is EsriGeometryType

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getLayerType

public String getLayerType()
The layer type. Gets the value of the layerType property.

Returns:
possible object is String

setLayerType

public void setLayerType(String value)
The layer type. Sets the value of the layerType property.

Parameters:
value - allowed object is String

getFeatureDatasetName

public String getFeatureDatasetName()
Gets the value of the featureDatasetName property.

Returns:
possible object is String

setFeatureDatasetName

public void setFeatureDatasetName(String value)
Sets the value of the featureDatasetName property.

Parameters:
value - allowed object is String

getFeatureClassName

public String getFeatureClassName()
Gets the value of the featureClassName property.

Returns:
possible object is String

setFeatureClassName

public void setFeatureClassName(String value)
Sets the value of the featureClassName property.

Parameters:
value - allowed object is String

getMinScale

public double getMinScale()
Gets the value of the minScale property.


setMinScale

public void setMinScale(double value)
Sets the value of the minScale property.


getMaxScale

public double getMaxScale()
Gets the value of the maxScale property.


setMaxScale

public void setMaxScale(double value)
Sets the value of the maxScale property.


isIsFeatureLayer

public boolean isIsFeatureLayer()
Gets the value of the isFeatureLayer property.


setIsFeatureLayer

public void setIsFeatureLayer(boolean value)
Sets the value of the isFeatureLayer property.


isIsAnnotationLayer

public boolean isIsAnnotationLayer()
Gets the value of the isAnnotationLayer property.


setIsAnnotationLayer

public void setIsAnnotationLayer(boolean value)
Sets the value of the isAnnotationLayer property.


isIsRasterLayer

public boolean isIsRasterLayer()
Gets the value of the isRasterLayer property.


setIsRasterLayer

public void setIsRasterLayer(boolean value)
Sets the value of the isRasterLayer property.


isIsComposite

public boolean isIsComposite()
Gets the value of the isComposite property.


setIsComposite

public void setIsComposite(boolean value)
Sets the value of the isComposite property.


getExtent

public Envelope getExtent()
Gets the value of the extent property.

Returns:
possible object is Envelope

setExtent

public void setExtent(Envelope value)
Sets the value of the extent property.

Parameters:
value - allowed object is Envelope

getFields

public Fields getFields()
Gets the value of the fields property.

Returns:
possible object is Fields

setFields

public void setFields(Fields value)
Sets the value of the fields property.

Parameters:
value - allowed object is Fields

getFieldAliases

public String[] getFieldAliases()
Gets the value of the fieldAliases property.

Returns:
possible object is []

setFieldAliases

public void setFieldAliases(String[] value)
Sets the value of the fieldAliases property.

Parameters:
value - allowed object is []