com.esri.arcgisws
Class GetStandardizedIntersectionFieldsResponse

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

public class GetStandardizedIntersectionFieldsResponse
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="StandardizedFieldsInfo" type="{http://www.esri.com/schemas/ArcGIS/10.0}Fields"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetStandardizedIntersectionFieldsResponse()
          GetStandardizedIntersectionFieldsResponse default constructor.
GetStandardizedIntersectionFieldsResponse(Fields standardizedFieldsInfo)
          Deprecated. 
 
Method Summary
 Fields getStandardizedFieldsInfo()
          Gets the value of the standardizedFieldsInfo property.
 void setStandardizedFieldsInfo(Fields value)
          Sets the value of the standardizedFieldsInfo property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetStandardizedIntersectionFieldsResponse

@Deprecated
public GetStandardizedIntersectionFieldsResponse(Fields standardizedFieldsInfo)
Deprecated. 

GetStandardizedIntersectionFieldsResponse constructor.


GetStandardizedIntersectionFieldsResponse

public GetStandardizedIntersectionFieldsResponse()
GetStandardizedIntersectionFieldsResponse default constructor.

Method Detail

getStandardizedFieldsInfo

public Fields getStandardizedFieldsInfo()
Gets the value of the standardizedFieldsInfo property.

Returns:
possible object is Fields

setStandardizedFieldsInfo

public void setStandardizedFieldsInfo(Fields value)
Sets the value of the standardizedFieldsInfo property.

Parameters:
value - allowed object is Fields