com.esri.arcgisws
Class TopologyMembership

java.lang.Object
  extended by com.esri.arcgisws.ControllerMembership
      extended by com.esri.arcgisws.TopologyMembership
All Implemented Interfaces:
Serializable

public class TopologyMembership
extends ControllerMembership
implements Serializable

The Topology Membership object.

Java class for TopologyMembership complex type.

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

 <complexType name="TopologyMembership">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}ControllerMembership">
       <sequence>
         <element name="TopologyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Weight" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="XYRank" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ZRank" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="EventNotificationOnValidate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
The Topology Membership object.

See Also:
Serialized Form

Constructor Summary
TopologyMembership()
          TopologyMembership default constructor.
TopologyMembership(String topologyName, double weight, int xyRank, int zRank, boolean eventNotificationOnValidate)
          Deprecated. 
 
Method Summary
 String getTopologyName()
          The name of the Topology this feature class participates in.
 double getWeight()
          The weight of the feature class in the topology.
 int getXYRank()
          The XYRank of the feature class in the topology.
 int getZRank()
          The ZRank of the feature class in the topology.
 boolean isEventNotificationOnValidate()
          Indicates if event notification is fired on validate.
 void setEventNotificationOnValidate(boolean value)
          Indicates if event notification is fired on validate.
 void setTopologyName(String value)
          The name of the Topology this feature class participates in.
 void setWeight(double value)
          The weight of the feature class in the topology.
 void setXYRank(int value)
          The XYRank of the feature class in the topology.
 void setZRank(int value)
          The ZRank of the feature class in the topology.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopologyMembership

@Deprecated
public TopologyMembership(String topologyName,
                                     double weight,
                                     int xyRank,
                                     int zRank,
                                     boolean eventNotificationOnValidate)
Deprecated. 

TopologyMembership constructor.


TopologyMembership

public TopologyMembership()
TopologyMembership default constructor.

Method Detail

getTopologyName

public String getTopologyName()
The name of the Topology this feature class participates in. Gets the value of the topologyName property.

Returns:
possible object is String

setTopologyName

public void setTopologyName(String value)
The name of the Topology this feature class participates in. Sets the value of the topologyName property.

Parameters:
value - allowed object is String

getWeight

public double getWeight()
The weight of the feature class in the topology. Gets the value of the weight property.


setWeight

public void setWeight(double value)
The weight of the feature class in the topology. Sets the value of the weight property.


getXYRank

public int getXYRank()
The XYRank of the feature class in the topology. Gets the value of the xyRank property.


setXYRank

public void setXYRank(int value)
The XYRank of the feature class in the topology. Sets the value of the xyRank property.


getZRank

public int getZRank()
The ZRank of the feature class in the topology. Gets the value of the zRank property.


setZRank

public void setZRank(int value)
The ZRank of the feature class in the topology. Sets the value of the zRank property.


isEventNotificationOnValidate

public boolean isEventNotificationOnValidate()
Indicates if event notification is fired on validate. Gets the value of the eventNotificationOnValidate property.


setEventNotificationOnValidate

public void setEventNotificationOnValidate(boolean value)
Indicates if event notification is fired on validate. Sets the value of the eventNotificationOnValidate property.