com.esri.arcgisws
Class TerrainMembership

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

public class TerrainMembership
extends ControllerMembership
implements Serializable

Java class for TerrainMembership complex type.

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

 <complexType name="TerrainMembership">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}ControllerMembership">
       <sequence>
         <element name="TerrainName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TerrainMembership()
          TerrainMembership default constructor.
TerrainMembership(String terrainName)
          Deprecated. 
 
Method Summary
 String getTerrainName()
          Gets the value of the terrainName property.
 void setTerrainName(String value)
          Sets the value of the terrainName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerrainMembership

@Deprecated
public TerrainMembership(String terrainName)
Deprecated. 

TerrainMembership constructor.


TerrainMembership

public TerrainMembership()
TerrainMembership default constructor.

Method Detail

getTerrainName

public String getTerrainName()
Gets the value of the terrainName property.

Returns:
possible object is String

setTerrainName

public void setTerrainName(String value)
Sets the value of the terrainName property.

Parameters:
value - allowed object is String