|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ControllerMembership
com.esri.arcgisws.GeometricNetworkMembership
public class GeometricNetworkMembership
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.
| 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 |
|---|
@Deprecated
public GeometricNetworkMembership(String geometricNetworkName,
String enabledFieldName,
String ancillaryRoleFieldName,
EsriNetworkClassAncillaryRole networkClassAncillaryRole)
public GeometricNetworkMembership()
| Method Detail |
|---|
public String getGeometricNetworkName()
Stringpublic void setGeometricNetworkName(String value)
value - allowed object is
Stringpublic String getEnabledFieldName()
Stringpublic void setEnabledFieldName(String value)
value - allowed object is
Stringpublic String getAncillaryRoleFieldName()
Stringpublic void setAncillaryRoleFieldName(String value)
value - allowed object is
Stringpublic EsriNetworkClassAncillaryRole getNetworkClassAncillaryRole()
EsriNetworkClassAncillaryRolepublic void setNetworkClassAncillaryRole(EsriNetworkClassAncillaryRole value)
value - allowed object is
EsriNetworkClassAncillaryRole
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||