com.esri.arcgisws
Class GetIntersectionCandidateFieldsResponse

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

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

See Also:
Serialized Form

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

Constructor Detail

GetIntersectionCandidateFieldsResponse

@Deprecated
public GetIntersectionCandidateFieldsResponse(Fields candidateIntersectionFieldsInfo)
Deprecated. 

GetIntersectionCandidateFieldsResponse constructor.


GetIntersectionCandidateFieldsResponse

public GetIntersectionCandidateFieldsResponse()
GetIntersectionCandidateFieldsResponse default constructor.

Method Detail

getCandidateIntersectionFieldsInfo

public Fields getCandidateIntersectionFieldsInfo()
Gets the value of the candidateIntersectionFieldsInfo property.

Returns:
possible object is Fields

setCandidateIntersectionFieldsInfo

public void setCandidateIntersectionFieldsInfo(Fields value)
Sets the value of the candidateIntersectionFieldsInfo property.

Parameters:
value - allowed object is Fields