com.esri.arcgisws
Class FeatureServerInfo

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

public class FeatureServerInfo
extends java.lang.Object
implements java.io.Serializable

Java class for FeatureServerInfo complex type.

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

 <complexType name="FeatureServerInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CopyrightText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CurrentVersion" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DocumentInfo" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet" minOccurs="0"/>
         <element name="FullExtent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope" minOccurs="0"/>
         <element name="HasVersionedData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="InitialExtent" type="{http://www.esri.com/schemas/ArcGIS/10.3}Envelope" minOccurs="0"/>
         <element name="LayerIdentities" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfTableIdentity" minOccurs="0"/>
         <element name="MaxRecordCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.3}SpatialReference" minOccurs="0"/>
         <element name="ServiceDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SupportsDisconnectedEditing" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="TableIdentities" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfTableIdentity" minOccurs="0"/>
         <element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriUnits" minOccurs="0"/>
         <element name="EnableZDefaults" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ZDefault" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="AllowGeometryUpdates" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="AllowTrueCurvesUpdates" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FeatureServerInfo()
          FeatureServerInfo default constructor.
FeatureServerInfo(java.lang.String copyrightText, java.lang.Double currentVersion, java.lang.String description, PropertySet documentInfo, Envelope fullExtent, java.lang.Boolean hasVersionedData, Envelope initialExtent, TableIdentity[] layerIdentities, java.lang.Long maxRecordCount, SpatialReference spatialReference, java.lang.String serviceDescription, java.lang.Boolean supportsDisconnectedEditing, TableIdentity[] tableIdentities, EsriUnits units, java.lang.Boolean enableZDefaults, java.lang.Double zDefault, java.lang.Boolean allowGeometryUpdates, java.lang.Boolean allowTrueCurvesUpdates)
          Deprecated. 
 
Method Summary
 java.lang.Boolean getAllowGeometryUpdates()
          Gets the value of the allowGeometryUpdates property.
 java.lang.Boolean getAllowTrueCurvesUpdates()
          Gets the value of the allowTrueCurvesUpdates property.
 java.lang.String getCopyrightText()
          Gets the value of the copyrightText property.
 java.lang.Double getCurrentVersion()
          Gets the value of the currentVersion property.
 java.lang.String getDescription()
          Gets the value of the description property.
 PropertySet getDocumentInfo()
          Gets the value of the documentInfo property.
 java.lang.Boolean getEnableZDefaults()
          Gets the value of the enableZDefaults property.
 Envelope getFullExtent()
          Gets the value of the fullExtent property.
 java.lang.Boolean getHasVersionedData()
          Gets the value of the hasVersionedData property.
 Envelope getInitialExtent()
          Gets the value of the initialExtent property.
 TableIdentity[] getLayerIdentities()
          Gets the value of the layerIdentities property.
 java.lang.Long getMaxRecordCount()
          Gets the value of the maxRecordCount property.
 java.lang.String getServiceDescription()
          Gets the value of the serviceDescription property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 java.lang.Boolean getSupportsDisconnectedEditing()
          Gets the value of the supportsDisconnectedEditing property.
 TableIdentity[] getTableIdentities()
          Gets the value of the tableIdentities property.
 EsriUnits getUnits()
          Gets the value of the units property.
 java.lang.Double getZDefault()
          Gets the value of the zDefault property.
 java.lang.Boolean isAllowGeometryUpdates()
           
 java.lang.Boolean isAllowTrueCurvesUpdates()
           
 java.lang.Boolean isEnableZDefaults()
           
 java.lang.Boolean isHasVersionedData()
           
 java.lang.Boolean isSupportsDisconnectedEditing()
           
 void setAllowGeometryUpdates(java.lang.Boolean value)
          Sets the value of the allowGeometryUpdates property.
 void setAllowTrueCurvesUpdates(java.lang.Boolean value)
          Sets the value of the allowTrueCurvesUpdates property.
 void setCopyrightText(java.lang.String value)
          Sets the value of the copyrightText property.
 void setCurrentVersion(java.lang.Double value)
          Sets the value of the currentVersion property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDocumentInfo(PropertySet value)
          Sets the value of the documentInfo property.
 void setEnableZDefaults(java.lang.Boolean value)
          Sets the value of the enableZDefaults property.
 void setFullExtent(Envelope value)
          Sets the value of the fullExtent property.
 void setHasVersionedData(java.lang.Boolean value)
          Sets the value of the hasVersionedData property.
 void setInitialExtent(Envelope value)
          Sets the value of the initialExtent property.
 void setLayerIdentities(TableIdentity[] value)
          Sets the value of the layerIdentities property.
 void setMaxRecordCount(java.lang.Long value)
          Sets the value of the maxRecordCount property.
 void setServiceDescription(java.lang.String value)
          Sets the value of the serviceDescription property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setSupportsDisconnectedEditing(java.lang.Boolean value)
          Sets the value of the supportsDisconnectedEditing property.
 void setTableIdentities(TableIdentity[] value)
          Sets the value of the tableIdentities property.
 void setUnits(EsriUnits value)
          Sets the value of the units property.
 void setZDefault(java.lang.Double value)
          Sets the value of the zDefault property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureServerInfo

@Deprecated
public FeatureServerInfo(java.lang.String copyrightText,
                                    java.lang.Double currentVersion,
                                    java.lang.String description,
                                    PropertySet documentInfo,
                                    Envelope fullExtent,
                                    java.lang.Boolean hasVersionedData,
                                    Envelope initialExtent,
                                    TableIdentity[] layerIdentities,
                                    java.lang.Long maxRecordCount,
                                    SpatialReference spatialReference,
                                    java.lang.String serviceDescription,
                                    java.lang.Boolean supportsDisconnectedEditing,
                                    TableIdentity[] tableIdentities,
                                    EsriUnits units,
                                    java.lang.Boolean enableZDefaults,
                                    java.lang.Double zDefault,
                                    java.lang.Boolean allowGeometryUpdates,
                                    java.lang.Boolean allowTrueCurvesUpdates)
Deprecated. 

FeatureServerInfo constructor.


FeatureServerInfo

public FeatureServerInfo()
FeatureServerInfo default constructor.

Method Detail

getCopyrightText

public java.lang.String getCopyrightText()
Gets the value of the copyrightText property.

Returns:
possible object is String

setCopyrightText

public void setCopyrightText(java.lang.String value)
Sets the value of the copyrightText property.

Parameters:
value - allowed object is String

getCurrentVersion

public java.lang.Double getCurrentVersion()
Gets the value of the currentVersion property.

Returns:
possible object is Double

setCurrentVersion

public void setCurrentVersion(java.lang.Double value)
Sets the value of the currentVersion property.

Parameters:
value - allowed object is Double

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String

getDocumentInfo

public PropertySet getDocumentInfo()
Gets the value of the documentInfo property.

Returns:
possible object is PropertySet

setDocumentInfo

public void setDocumentInfo(PropertySet value)
Sets the value of the documentInfo property.

Parameters:
value - allowed object is PropertySet

getFullExtent

public Envelope getFullExtent()
Gets the value of the fullExtent property.

Returns:
possible object is Envelope

setFullExtent

public void setFullExtent(Envelope value)
Sets the value of the fullExtent property.

Parameters:
value - allowed object is Envelope

getHasVersionedData

public java.lang.Boolean getHasVersionedData()
Gets the value of the hasVersionedData property.

Returns:
possible object is Boolean

isHasVersionedData

public java.lang.Boolean isHasVersionedData()

setHasVersionedData

public void setHasVersionedData(java.lang.Boolean value)
Sets the value of the hasVersionedData property.

Parameters:
value - allowed object is Boolean

getInitialExtent

public Envelope getInitialExtent()
Gets the value of the initialExtent property.

Returns:
possible object is Envelope

setInitialExtent

public void setInitialExtent(Envelope value)
Sets the value of the initialExtent property.

Parameters:
value - allowed object is Envelope

getLayerIdentities

public TableIdentity[] getLayerIdentities()
Gets the value of the layerIdentities property.

Returns:
possible object is []

setLayerIdentities

public void setLayerIdentities(TableIdentity[] value)
Sets the value of the layerIdentities property.

Parameters:
value - allowed object is []

getMaxRecordCount

public java.lang.Long getMaxRecordCount()
Gets the value of the maxRecordCount property.

Returns:
possible object is Long

setMaxRecordCount

public void setMaxRecordCount(java.lang.Long value)
Sets the value of the maxRecordCount property.

Parameters:
value - allowed object is Long

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getServiceDescription

public java.lang.String getServiceDescription()
Gets the value of the serviceDescription property.

Returns:
possible object is String

setServiceDescription

public void setServiceDescription(java.lang.String value)
Sets the value of the serviceDescription property.

Parameters:
value - allowed object is String

getSupportsDisconnectedEditing

public java.lang.Boolean getSupportsDisconnectedEditing()
Gets the value of the supportsDisconnectedEditing property.

Returns:
possible object is Boolean

isSupportsDisconnectedEditing

public java.lang.Boolean isSupportsDisconnectedEditing()

setSupportsDisconnectedEditing

public void setSupportsDisconnectedEditing(java.lang.Boolean value)
Sets the value of the supportsDisconnectedEditing property.

Parameters:
value - allowed object is Boolean

getTableIdentities

public TableIdentity[] getTableIdentities()
Gets the value of the tableIdentities property.

Returns:
possible object is []

setTableIdentities

public void setTableIdentities(TableIdentity[] value)
Sets the value of the tableIdentities property.

Parameters:
value - allowed object is []

getUnits

public EsriUnits getUnits()
Gets the value of the units property.

Returns:
possible object is EsriUnits

setUnits

public void setUnits(EsriUnits value)
Sets the value of the units property.

Parameters:
value - allowed object is EsriUnits

getEnableZDefaults

public java.lang.Boolean getEnableZDefaults()
Gets the value of the enableZDefaults property.

Returns:
possible object is Boolean

isEnableZDefaults

public java.lang.Boolean isEnableZDefaults()

setEnableZDefaults

public void setEnableZDefaults(java.lang.Boolean value)
Sets the value of the enableZDefaults property.

Parameters:
value - allowed object is Boolean

getZDefault

public java.lang.Double getZDefault()
Gets the value of the zDefault property.

Returns:
possible object is Double

setZDefault

public void setZDefault(java.lang.Double value)
Sets the value of the zDefault property.

Parameters:
value - allowed object is Double

getAllowGeometryUpdates

public java.lang.Boolean getAllowGeometryUpdates()
Gets the value of the allowGeometryUpdates property.

Returns:
possible object is Boolean

isAllowGeometryUpdates

public java.lang.Boolean isAllowGeometryUpdates()

setAllowGeometryUpdates

public void setAllowGeometryUpdates(java.lang.Boolean value)
Sets the value of the allowGeometryUpdates property.

Parameters:
value - allowed object is Boolean

getAllowTrueCurvesUpdates

public java.lang.Boolean getAllowTrueCurvesUpdates()
Gets the value of the allowTrueCurvesUpdates property.

Returns:
possible object is Boolean

isAllowTrueCurvesUpdates

public java.lang.Boolean isAllowTrueCurvesUpdates()

setAllowTrueCurvesUpdates

public void setAllowTrueCurvesUpdates(java.lang.Boolean value)
Sets the value of the allowTrueCurvesUpdates property.

Parameters:
value - allowed object is Boolean