com.esri.arcgisws
Class MapServerRow

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

public class MapServerRow
extends Object
implements Serializable

Java class for MapServerRow complex type.

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

 <complexType name="MapServerRow">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
         <element name="Relationships" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMapServerRelationship" minOccurs="0"/>
         <element name="FeatureID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapServerRow()
          MapServerRow default constructor.
MapServerRow(String name, PropertySet properties, MapServerRelationship[] relationships, Integer featureID)
          Deprecated. 
 
Method Summary
 Integer getFeatureID()
          Gets the value of the featureID property.
 String getName()
          Gets the value of the name property.
 PropertySet getProperties()
          A set of name-value pairs for the row's field names and values.
 MapServerRelationship[] getRelationships()
          The related rows (relationships).
 void setFeatureID(Integer value)
          Sets the value of the featureID property.
 void setName(String value)
          Sets the value of the name property.
 void setProperties(PropertySet value)
          A set of name-value pairs for the row's field names and values.
 void setRelationships(MapServerRelationship[] value)
          The related rows (relationships).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerRow

@Deprecated
public MapServerRow(String name,
                               PropertySet properties,
                               MapServerRelationship[] relationships,
                               Integer featureID)
Deprecated. 

MapServerRow constructor.


MapServerRow

public MapServerRow()
MapServerRow default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getProperties

public PropertySet getProperties()
A set of name-value pairs for the row's field names and values. Gets the value of the properties property.

Returns:
possible object is PropertySet

setProperties

public void setProperties(PropertySet value)
A set of name-value pairs for the row's field names and values. Sets the value of the properties property.

Parameters:
value - allowed object is PropertySet

getRelationships

public MapServerRelationship[] getRelationships()
The related rows (relationships). Gets the value of the relationships property.

Returns:
possible object is []

setRelationships

public void setRelationships(MapServerRelationship[] value)
The related rows (relationships). Sets the value of the relationships property.

Parameters:
value - allowed object is []

getFeatureID

public Integer getFeatureID()
Gets the value of the featureID property.

Returns:
possible object is Integer

setFeatureID

public void setFeatureID(Integer value)
Sets the value of the featureID property.

Parameters:
value - allowed object is Integer