com.esri.arcgisws
Class MapServerRelationship

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

public class MapServerRelationship
extends Object
implements Serializable

Java class for MapServerRelationship complex type.

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

 <complexType name="MapServerRelationship">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Rows" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfMapServerRow" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MapServerRelationship()
          MapServerRelationship default constructor.
MapServerRelationship(String name, MapServerRow[] rows)
          Deprecated. 
 
Method Summary
 String getName()
          Gets the value of the name property.
 MapServerRow[] getRows()
          Gets the value of the rows property.
 void setName(String value)
          Sets the value of the name property.
 void setRows(MapServerRow[] value)
          Sets the value of the rows property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerRelationship

@Deprecated
public MapServerRelationship(String name,
                                        MapServerRow[] rows)
Deprecated. 

MapServerRelationship constructor.


MapServerRelationship

public MapServerRelationship()
MapServerRelationship 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

getRows

public MapServerRow[] getRows()
Gets the value of the rows property.

Returns:
possible object is []

setRows

public void setRows(MapServerRow[] value)
Sets the value of the rows property.

Parameters:
value - allowed object is []