|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.FindUnitsByWKID
public class FindUnitsByWKID
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="authority" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="WKID" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FindUnitsByWKID()
FindUnitsByWKID default constructor. |
|
FindUnitsByWKID(String authority,
int wkid)
Deprecated. |
|
| Method Summary | |
|---|---|
String |
getAuthority()
Gets the value of the authority property. |
int |
getWKID()
Gets the value of the wkid property. |
void |
setAuthority(String value)
Sets the value of the authority property. |
void |
setWKID(int value)
Sets the value of the wkid property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public FindUnitsByWKID(String authority,
int wkid)
public FindUnitsByWKID()
| Method Detail |
|---|
public String getAuthority()
Stringpublic void setAuthority(String value)
value - allowed object is
Stringpublic int getWKID()
public void setWKID(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||