|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.FeatureServerInfo
public class FeatureServerInfo
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>
| 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 |
|---|
@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)
public FeatureServerInfo()
| Method Detail |
|---|
public java.lang.String getCopyrightText()
Stringpublic void setCopyrightText(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getCurrentVersion()
Doublepublic void setCurrentVersion(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic PropertySet getDocumentInfo()
PropertySetpublic void setDocumentInfo(PropertySet value)
value - allowed object is
PropertySetpublic Envelope getFullExtent()
Envelopepublic void setFullExtent(Envelope value)
value - allowed object is
Envelopepublic java.lang.Boolean getHasVersionedData()
Booleanpublic java.lang.Boolean isHasVersionedData()
public void setHasVersionedData(java.lang.Boolean value)
value - allowed object is
Booleanpublic Envelope getInitialExtent()
Envelopepublic void setInitialExtent(Envelope value)
value - allowed object is
Envelopepublic TableIdentity[] getLayerIdentities()
[] public void setLayerIdentities(TableIdentity[] value)
value - allowed object is
[] public java.lang.Long getMaxRecordCount()
Longpublic void setMaxRecordCount(java.lang.Long value)
value - allowed object is
Longpublic SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic java.lang.String getServiceDescription()
Stringpublic void setServiceDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getSupportsDisconnectedEditing()
Booleanpublic java.lang.Boolean isSupportsDisconnectedEditing()
public void setSupportsDisconnectedEditing(java.lang.Boolean value)
value - allowed object is
Booleanpublic TableIdentity[] getTableIdentities()
[] public void setTableIdentities(TableIdentity[] value)
value - allowed object is
[] public EsriUnits getUnits()
EsriUnitspublic void setUnits(EsriUnits value)
value - allowed object is
EsriUnitspublic java.lang.Boolean getEnableZDefaults()
Booleanpublic java.lang.Boolean isEnableZDefaults()
public void setEnableZDefaults(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getZDefault()
Doublepublic void setZDefault(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Boolean getAllowGeometryUpdates()
Booleanpublic java.lang.Boolean isAllowGeometryUpdates()
public void setAllowGeometryUpdates(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getAllowTrueCurvesUpdates()
Booleanpublic java.lang.Boolean isAllowTrueCurvesUpdates()
public void setAllowTrueCurvesUpdates(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||