|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerRelationship
public class MapServerRelationship
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>
| 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 |
|---|
@Deprecated
public MapServerRelationship(String name,
MapServerRow[] rows)
public MapServerRelationship()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic MapServerRow[] getRows()
[] public void setRows(MapServerRow[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||