|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GlobeServerFindResult
public class GlobeServerFindResult
Java class for GlobeServerFindResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlobeServerFindResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ObjectID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Shape" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
<element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GlobeServerFindResult()
GlobeServerFindResult default constructor. |
|
GlobeServerFindResult(String value,
String fieldName,
int objectID,
Geometry shape,
PropertySet properties)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getFieldName()
Gets the value of the fieldName property. |
int |
getObjectID()
Gets the value of the objectID property. |
PropertySet |
getProperties()
Gets the value of the properties property. |
Geometry |
getShape()
Gets the value of the shape property. |
String |
getValue()
Gets the value of the value property. |
void |
setFieldName(String value)
Sets the value of the fieldName property. |
void |
setObjectID(int value)
Sets the value of the objectID property. |
void |
setProperties(PropertySet value)
Sets the value of the properties property. |
void |
setShape(Geometry value)
Sets the value of the shape property. |
void |
setValue(String value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GlobeServerFindResult(String value,
String fieldName,
int objectID,
Geometry shape,
PropertySet properties)
public GlobeServerFindResult()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic int getObjectID()
public void setObjectID(int value)
public Geometry getShape()
Geometrypublic void setShape(Geometry value)
value - allowed object is
Geometrypublic PropertySet getProperties()
PropertySetpublic void setProperties(PropertySet value)
value - allowed object is
PropertySet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||