com.esri.arcgisws
Class DERepresentationClass

java.lang.Object
  extended by com.esri.arcgisws.DataElement
      extended by com.esri.arcgisws.DEDataset
          extended by com.esri.arcgisws.DERepresentationClass
All Implemented Interfaces:
Serializable

public class DERepresentationClass
extends DEDataset
implements Serializable

Representation Class Data Element object.

Java class for DERepresentationClass complex type.

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

 <complexType name="DERepresentationClass">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}DEDataset">
       <sequence>
         <element name="FeatureClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RuleIDFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="OverrideFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RequireShapeOverride" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Rules" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfRepresentationRuleInfo"/>
         <element name="GeneralAttributes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGraphicAttribute"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Representation Class Data Element object.

See Also:
Serialized Form

Constructor Summary
DERepresentationClass()
          DERepresentationClass default constructor.
DERepresentationClass(String catalogPath, String name, Boolean childrenExpanded, Boolean fullPropsRetrieved, Boolean metadataRetrieved, XmlPropertySet metadata, DataElement[] children, EsriDatasetType datasetType, Integer dsid, Boolean versioned, Boolean canVersion, String configurationKeyword, String featureClassName, String ruleIDFieldName, String overrideFieldName, boolean requireShapeOverride, RepresentationRuleInfo[] rules, GraphicAttribute[] generalAttributes)
          Deprecated. 
 
Method Summary
 String getFeatureClassName()
          The name of the attached feature class.
 GraphicAttribute[] getGeneralAttributes()
          General attributes defined at the representation class level.
 String getOverrideFieldName()
          The name of the Override field.
 String getRuleIDFieldName()
          The name of the RuleID field.
 RepresentationRuleInfo[] getRules()
          The array of representation rules.
 boolean isRequireShapeOverride()
          Indicates if a shape override is required for feature representations.
 void setFeatureClassName(String value)
          The name of the attached feature class.
 void setGeneralAttributes(GraphicAttribute[] value)
          General attributes defined at the representation class level.
 void setOverrideFieldName(String value)
          The name of the Override field.
 void setRequireShapeOverride(boolean value)
          Indicates if a shape override is required for feature representations.
 void setRuleIDFieldName(String value)
          The name of the RuleID field.
 void setRules(RepresentationRuleInfo[] value)
          The array of representation rules.
 
Methods inherited from class com.esri.arcgisws.DEDataset
getCanVersion, getConfigurationKeyword, getDatasetType, getDSID, getVersioned, isCanVersion, isVersioned, setCanVersion, setConfigurationKeyword, setDatasetType, setDSID, setVersioned
 
Methods inherited from class com.esri.arcgisws.DataElement
getCatalogPath, getChildren, getChildrenExpanded, getFullPropsRetrieved, getMetadata, getMetadataRetrieved, getName, isChildrenExpanded, isFullPropsRetrieved, isMetadataRetrieved, setCatalogPath, setChildren, setChildrenExpanded, setFullPropsRetrieved, setMetadata, setMetadataRetrieved, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERepresentationClass

@Deprecated
public DERepresentationClass(String catalogPath,
                                        String name,
                                        Boolean childrenExpanded,
                                        Boolean fullPropsRetrieved,
                                        Boolean metadataRetrieved,
                                        XmlPropertySet metadata,
                                        DataElement[] children,
                                        EsriDatasetType datasetType,
                                        Integer dsid,
                                        Boolean versioned,
                                        Boolean canVersion,
                                        String configurationKeyword,
                                        String featureClassName,
                                        String ruleIDFieldName,
                                        String overrideFieldName,
                                        boolean requireShapeOverride,
                                        RepresentationRuleInfo[] rules,
                                        GraphicAttribute[] generalAttributes)
Deprecated. 

DERepresentationClass constructor.


DERepresentationClass

public DERepresentationClass()
DERepresentationClass default constructor.

Method Detail

getFeatureClassName

public String getFeatureClassName()
The name of the attached feature class. Gets the value of the featureClassName property.

Returns:
possible object is String

setFeatureClassName

public void setFeatureClassName(String value)
The name of the attached feature class. Sets the value of the featureClassName property.

Parameters:
value - allowed object is String

getRuleIDFieldName

public String getRuleIDFieldName()
The name of the RuleID field. Gets the value of the ruleIDFieldName property.

Returns:
possible object is String

setRuleIDFieldName

public void setRuleIDFieldName(String value)
The name of the RuleID field. Sets the value of the ruleIDFieldName property.

Parameters:
value - allowed object is String

getOverrideFieldName

public String getOverrideFieldName()
The name of the Override field. Gets the value of the overrideFieldName property.

Returns:
possible object is String

setOverrideFieldName

public void setOverrideFieldName(String value)
The name of the Override field. Sets the value of the overrideFieldName property.

Parameters:
value - allowed object is String

isRequireShapeOverride

public boolean isRequireShapeOverride()
Indicates if a shape override is required for feature representations. Gets the value of the requireShapeOverride property.


setRequireShapeOverride

public void setRequireShapeOverride(boolean value)
Indicates if a shape override is required for feature representations. Sets the value of the requireShapeOverride property.


getRules

public RepresentationRuleInfo[] getRules()
The array of representation rules. Gets the value of the rules property.

Returns:
possible object is []

setRules

public void setRules(RepresentationRuleInfo[] value)
The array of representation rules. Sets the value of the rules property.

Parameters:
value - allowed object is []

getGeneralAttributes

public GraphicAttribute[] getGeneralAttributes()
General attributes defined at the representation class level. Gets the value of the generalAttributes property.

Returns:
possible object is []

setGeneralAttributes

public void setGeneralAttributes(GraphicAttribute[] value)
General attributes defined at the representation class level. Sets the value of the generalAttributes property.

Parameters:
value - allowed object is []