com.esri.arcgisws
Class FindSRByWKID

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

public class FindSRByWKID
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"/>
         <element name="WKID_Z" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="DefaultXYResolution" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="DefaultXYTolerance" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FindSRByWKID()
          FindSRByWKID default constructor.
FindSRByWKID(String authority, int wkid, int wkidz, boolean defaultXYResolution, boolean defaultXYTolerance)
          Deprecated. 
 
Method Summary
 String getAuthority()
          Gets the value of the authority property.
 int getWKID()
          Gets the value of the wkid property.
 int getWKIDZ()
          Gets the value of the wkidz property.
 boolean isDefaultXYResolution()
          Gets the value of the defaultXYResolution property.
 boolean isDefaultXYTolerance()
          Gets the value of the defaultXYTolerance property.
 void setAuthority(String value)
          Sets the value of the authority property.
 void setDefaultXYResolution(boolean value)
          Sets the value of the defaultXYResolution property.
 void setDefaultXYTolerance(boolean value)
          Sets the value of the defaultXYTolerance property.
 void setWKID(int value)
          Sets the value of the wkid property.
 void setWKIDZ(int value)
          Sets the value of the wkidz property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindSRByWKID

@Deprecated
public FindSRByWKID(String authority,
                               int wkid,
                               int wkidz,
                               boolean defaultXYResolution,
                               boolean defaultXYTolerance)
Deprecated. 

FindSRByWKID constructor.


FindSRByWKID

public FindSRByWKID()
FindSRByWKID 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.


getWKIDZ

public int getWKIDZ()
Gets the value of the wkidz property.


setWKIDZ

public void setWKIDZ(int value)
Sets the value of the wkidz property.


isDefaultXYResolution

public boolean isDefaultXYResolution()
Gets the value of the defaultXYResolution property.


setDefaultXYResolution

public void setDefaultXYResolution(boolean value)
Sets the value of the defaultXYResolution property.


isDefaultXYTolerance

public boolean isDefaultXYTolerance()
Gets the value of the defaultXYTolerance property.


setDefaultXYTolerance

public void setDefaultXYTolerance(boolean value)
Sets the value of the defaultXYTolerance property.