com.esri.arcgisws
Class FindUnitsByWKID

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

public class FindUnitsByWKID
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

FindUnitsByWKID

@Deprecated
public FindUnitsByWKID(String authority,
                                  int wkid)
Deprecated. 

FindUnitsByWKID constructor.


FindUnitsByWKID

public FindUnitsByWKID()
FindUnitsByWKID default constructor.

Method Detail

getAuthority

public String getAuthority()
Gets the value of the authority property.

Returns:
possible object is String

setAuthority

public void setAuthority(String value)
Sets the value of the authority property.

Parameters:
value - allowed object is String

getWKID

public int getWKID()
Gets the value of the wkid property.


setWKID

public void setWKID(int value)
Sets the value of the wkid property.