com.esri.arcgisws
Class DECadastralFabric

java.lang.Object
  extended bycom.esri.arcgisws.DataElement
      extended bycom.esri.arcgisws.DEDataset
          extended bycom.esri.arcgisws.DEGeoDataset
              extended bycom.esri.arcgisws.DECadastralFabric
All Implemented Interfaces:
java.io.Serializable

public class DECadastralFabric
extends DEGeoDataset
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DECadastralFabric()
           
DECadastralFabric(java.lang.String catalogPath, java.lang.String name, java.lang.Boolean childrenExpanded, java.lang.Boolean fullPropsRetrieved, java.lang.Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, java.lang.Integer DSID, java.lang.Boolean versioned, java.lang.Boolean canVersion, Envelope extent, SpatialReference spatialReference, java.lang.String configurationKeyword, int defaultAccuracy, CadastralFieldEdits[] cadastralFieldEditsCollection)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CadastralFieldEdits[] getCadastralFieldEditsCollection()
          Gets the cadastralFieldEditsCollection value for this DECadastralFabric.
 java.lang.String getConfigurationKeyword()
          Gets the configurationKeyword value for this DECadastralFabric.
 int getDefaultAccuracy()
          Gets the defaultAccuracy value for this DECadastralFabric.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCadastralFieldEditsCollection(CadastralFieldEdits[] cadastralFieldEditsCollection)
          Sets the cadastralFieldEditsCollection value for this DECadastralFabric.
 void setConfigurationKeyword(java.lang.String configurationKeyword)
          Sets the configurationKeyword value for this DECadastralFabric.
 void setDefaultAccuracy(int defaultAccuracy)
          Sets the defaultAccuracy value for this DECadastralFabric.
 
Methods inherited from class com.esri.arcgisws.DEGeoDataset
getExtent, getSpatialReference, setExtent, setSpatialReference
 
Methods inherited from class com.esri.arcgisws.DEDataset
getCanVersion, getDatasetType, getDSID, getVersioned, setCanVersion, setDatasetType, setDSID, setVersioned
 
Methods inherited from class com.esri.arcgisws.DataElement
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DECadastralFabric

public DECadastralFabric()

DECadastralFabric

public DECadastralFabric(java.lang.String catalogPath,
                         java.lang.String name,
                         java.lang.Boolean childrenExpanded,
                         java.lang.Boolean fullPropsRetrieved,
                         java.lang.Boolean metadataRetrieved,
                         XmlPropertySet metadata,
                         DataElement[] children,
                         EsriDatasetType datasetType,
                         java.lang.Integer DSID,
                         java.lang.Boolean versioned,
                         java.lang.Boolean canVersion,
                         Envelope extent,
                         SpatialReference spatialReference,
                         java.lang.String configurationKeyword,
                         int defaultAccuracy,
                         CadastralFieldEdits[] cadastralFieldEditsCollection)
Method Detail

getConfigurationKeyword

public java.lang.String getConfigurationKeyword()
Gets the configurationKeyword value for this DECadastralFabric.

Returns:
configurationKeyword

setConfigurationKeyword

public void setConfigurationKeyword(java.lang.String configurationKeyword)
Sets the configurationKeyword value for this DECadastralFabric.

Parameters:
configurationKeyword -

getDefaultAccuracy

public int getDefaultAccuracy()
Gets the defaultAccuracy value for this DECadastralFabric.

Returns:
defaultAccuracy

setDefaultAccuracy

public void setDefaultAccuracy(int defaultAccuracy)
Sets the defaultAccuracy value for this DECadastralFabric.

Parameters:
defaultAccuracy -

getCadastralFieldEditsCollection

public CadastralFieldEdits[] getCadastralFieldEditsCollection()
Gets the cadastralFieldEditsCollection value for this DECadastralFabric.

Returns:
cadastralFieldEditsCollection

setCadastralFieldEditsCollection

public void setCadastralFieldEditsCollection(CadastralFieldEdits[] cadastralFieldEditsCollection)
Sets the cadastralFieldEditsCollection value for this DECadastralFabric.

Parameters:
cadastralFieldEditsCollection -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class DEGeoDataset

hashCode

public int hashCode()
Overrides:
hashCode in class DEGeoDataset

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer