|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerRow
public class MapServerRow
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>
| 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 |
|---|
@Deprecated
public MapServerRow(String name,
PropertySet properties,
MapServerRelationship[] relationships,
Integer featureID)
public MapServerRow()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic PropertySet getProperties()
PropertySetpublic void setProperties(PropertySet value)
value - allowed object is
PropertySetpublic MapServerRelationship[] getRelationships()
[] public void setRelationships(MapServerRelationship[] value)
value - allowed object is
[] public Integer getFeatureID()
Integerpublic void setFeatureID(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||