|
|||||||||
| 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.3}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.3}esriNetworkClassAncillaryRole" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
The Geometric Network Membership object.
| Constructor Summary | |
|---|---|
GeometricNetworkMembership()
GeometricNetworkMembership default constructor. |
|
GeometricNetworkMembership(java.lang.String geometricNetworkName,
java.lang.String enabledFieldName,
java.lang.String ancillaryRoleFieldName,
EsriNetworkClassAncillaryRole networkClassAncillaryRole)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAncillaryRoleFieldName()
The ancillary role field. |
java.lang.String |
getEnabledFieldName()
The enabled field. |
java.lang.String |
getGeometricNetworkName()
The name of the Geometric Network this feature participates in. |
EsriNetworkClassAncillaryRole |
getNetworkClassAncillaryRole()
Gets the value of the networkClassAncillaryRole property. |
void |
setAncillaryRoleFieldName(java.lang.String value)
The ancillary role field. |
void |
setEnabledFieldName(java.lang.String value)
The enabled field. |
void |
setGeometricNetworkName(java.lang.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(java.lang.String geometricNetworkName,
java.lang.String enabledFieldName,
java.lang.String ancillaryRoleFieldName,
EsriNetworkClassAncillaryRole networkClassAncillaryRole)
public GeometricNetworkMembership()
| Method Detail |
|---|
public java.lang.String getGeometricNetworkName()
Stringpublic void setGeometricNetworkName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnabledFieldName()
Stringpublic void setEnabledFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAncillaryRoleFieldName()
Stringpublic void setAncillaryRoleFieldName(java.lang.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 | ||||||||