com.esri.arcgisws
Class GeometricNetworkMembership

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

public class GeometricNetworkMembership
extends ControllerMembership
implements Serializable

The Geometric Network Membership object.

Java class for GeometricNetworkMembership complex type.

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

 <complexType name="GeometricNetworkMembership">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}ControllerMembership">
       <sequence>
         <element name="GeometricNetworkName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="EnabledFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="AncillaryRoleFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="NetworkClassAncillaryRole" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkClassAncillaryRole" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
The Geometric Network Membership object.

See Also:
Serialized Form

Constructor Summary
GeometricNetworkMembership()
          GeometricNetworkMembership default constructor.
GeometricNetworkMembership(String geometricNetworkName, String enabledFieldName, String ancillaryRoleFieldName, EsriNetworkClassAncillaryRole networkClassAncillaryRole)
          Deprecated. 
 
Method Summary
 String getAncillaryRoleFieldName()
          The ancillary role field.
 String getEnabledFieldName()
          The enabled field.
 String getGeometricNetworkName()
          The name of the Geometric Network this feature participates in.
 EsriNetworkClassAncillaryRole getNetworkClassAncillaryRole()
          Gets the value of the networkClassAncillaryRole property.
 void setAncillaryRoleFieldName(String value)
          The ancillary role field.
 void setEnabledFieldName(String value)
          The enabled field.
 void setGeometricNetworkName(String value)
          The name of the Geometric Network this feature participates in.
 void setNetworkClassAncillaryRole(EsriNetworkClassAncillaryRole value)
          Sets the value of the networkClassAncillaryRole property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeometricNetworkMembership

@Deprecated
public GeometricNetworkMembership(String geometricNetworkName,
                                             String enabledFieldName,
                                             String ancillaryRoleFieldName,
                                             EsriNetworkClassAncillaryRole networkClassAncillaryRole)
Deprecated. 

GeometricNetworkMembership constructor.


GeometricNetworkMembership

public GeometricNetworkMembership()
GeometricNetworkMembership default constructor.

Method Detail

getGeometricNetworkName

public String getGeometricNetworkName()
The name of the Geometric Network this feature participates in. Gets the value of the geometricNetworkName property.

Returns:
possible object is String

setGeometricNetworkName

public void setGeometricNetworkName(String value)
The name of the Geometric Network this feature participates in. Sets the value of the geometricNetworkName property.

Parameters:
value - allowed object is String

getEnabledFieldName

public String getEnabledFieldName()
The enabled field. Gets the value of the enabledFieldName property.

Returns:
possible object is String

setEnabledFieldName

public void setEnabledFieldName(String value)
The enabled field. Sets the value of the enabledFieldName property.

Parameters:
value - allowed object is String

getAncillaryRoleFieldName

public String getAncillaryRoleFieldName()
The ancillary role field. Gets the value of the ancillaryRoleFieldName property.

Returns:
possible object is String

setAncillaryRoleFieldName

public void setAncillaryRoleFieldName(String value)
The ancillary role field. Sets the value of the ancillaryRoleFieldName property.

Parameters:
value - allowed object is String

getNetworkClassAncillaryRole

public EsriNetworkClassAncillaryRole getNetworkClassAncillaryRole()
Gets the value of the networkClassAncillaryRole property.

Returns:
possible object is EsriNetworkClassAncillaryRole

setNetworkClassAncillaryRole

public void setNetworkClassAncillaryRole(EsriNetworkClassAncillaryRole value)
Sets the value of the networkClassAncillaryRole property.

Parameters:
value - allowed object is EsriNetworkClassAncillaryRole