com.esri.arcgisws
Class DERepresentationClass

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

public class DERepresentationClass
extends DEDataset
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DERepresentationClass()
           
DERepresentationClass(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, java.lang.String featureClassName, java.lang.String ruleIDFieldName, java.lang.String overrideFieldName, boolean requireShapeOverride, XMLPersistedObject representationRules, XMLPersistedObject classAttributes)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 XMLPersistedObject getClassAttributes()
          Gets the classAttributes value for this DERepresentationClass.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFeatureClassName()
          Gets the featureClassName value for this DERepresentationClass.
 java.lang.String getOverrideFieldName()
          Gets the overrideFieldName value for this DERepresentationClass.
 XMLPersistedObject getRepresentationRules()
          Gets the representationRules value for this DERepresentationClass.
 java.lang.String getRuleIDFieldName()
          Gets the ruleIDFieldName value for this DERepresentationClass.
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()
           
 boolean isRequireShapeOverride()
          Gets the requireShapeOverride value for this DERepresentationClass.
 void setClassAttributes(XMLPersistedObject classAttributes)
          Sets the classAttributes value for this DERepresentationClass.
 void setFeatureClassName(java.lang.String featureClassName)
          Sets the featureClassName value for this DERepresentationClass.
 void setOverrideFieldName(java.lang.String overrideFieldName)
          Sets the overrideFieldName value for this DERepresentationClass.
 void setRepresentationRules(XMLPersistedObject representationRules)
          Sets the representationRules value for this DERepresentationClass.
 void setRequireShapeOverride(boolean requireShapeOverride)
          Sets the requireShapeOverride value for this DERepresentationClass.
 void setRuleIDFieldName(java.lang.String ruleIDFieldName)
          Sets the ruleIDFieldName value for this DERepresentationClass.
 
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

DERepresentationClass

public DERepresentationClass()

DERepresentationClass

public DERepresentationClass(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,
                             java.lang.String featureClassName,
                             java.lang.String ruleIDFieldName,
                             java.lang.String overrideFieldName,
                             boolean requireShapeOverride,
                             XMLPersistedObject representationRules,
                             XMLPersistedObject classAttributes)
Method Detail

getFeatureClassName

public java.lang.String getFeatureClassName()
Gets the featureClassName value for this DERepresentationClass.

Returns:
featureClassName

setFeatureClassName

public void setFeatureClassName(java.lang.String featureClassName)
Sets the featureClassName value for this DERepresentationClass.

Parameters:
featureClassName -

getRuleIDFieldName

public java.lang.String getRuleIDFieldName()
Gets the ruleIDFieldName value for this DERepresentationClass.

Returns:
ruleIDFieldName

setRuleIDFieldName

public void setRuleIDFieldName(java.lang.String ruleIDFieldName)
Sets the ruleIDFieldName value for this DERepresentationClass.

Parameters:
ruleIDFieldName -

getOverrideFieldName

public java.lang.String getOverrideFieldName()
Gets the overrideFieldName value for this DERepresentationClass.

Returns:
overrideFieldName

setOverrideFieldName

public void setOverrideFieldName(java.lang.String overrideFieldName)
Sets the overrideFieldName value for this DERepresentationClass.

Parameters:
overrideFieldName -

isRequireShapeOverride

public boolean isRequireShapeOverride()
Gets the requireShapeOverride value for this DERepresentationClass.

Returns:
requireShapeOverride

setRequireShapeOverride

public void setRequireShapeOverride(boolean requireShapeOverride)
Sets the requireShapeOverride value for this DERepresentationClass.

Parameters:
requireShapeOverride -

getRepresentationRules

public XMLPersistedObject getRepresentationRules()
Gets the representationRules value for this DERepresentationClass.

Returns:
representationRules

setRepresentationRules

public void setRepresentationRules(XMLPersistedObject representationRules)
Sets the representationRules value for this DERepresentationClass.

Parameters:
representationRules -

getClassAttributes

public XMLPersistedObject getClassAttributes()
Gets the classAttributes value for this DERepresentationClass.

Returns:
classAttributes

setClassAttributes

public void setClassAttributes(XMLPersistedObject classAttributes)
Sets the classAttributes value for this DERepresentationClass.

Parameters:
classAttributes -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class DEDataset

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