com.esri.arcgisws
Class NAClassCandidateFieldMap

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

public class NAClassCandidateFieldMap
extends Object
implements Serializable

Java class for NAClassCandidateFieldMap complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NAClassCandidateFieldMap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NAClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="CandidateFieldMaps" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNACandidateFieldMap" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAClassCandidateFieldMap()
          NAClassCandidateFieldMap default constructor.
NAClassCandidateFieldMap(String naClassName, NACandidateFieldMap[] candidateFieldMaps)
          Deprecated. 
 
Method Summary
 NACandidateFieldMap[] getCandidateFieldMaps()
          Gets the value of the candidateFieldMaps property.
 String getNAClassName()
          Gets the value of the naClassName property.
 void setCandidateFieldMaps(NACandidateFieldMap[] value)
          Sets the value of the candidateFieldMaps property.
 void setNAClassName(String value)
          Sets the value of the naClassName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAClassCandidateFieldMap

@Deprecated
public NAClassCandidateFieldMap(String naClassName,
                                           NACandidateFieldMap[] candidateFieldMaps)
Deprecated. 

NAClassCandidateFieldMap constructor.


NAClassCandidateFieldMap

public NAClassCandidateFieldMap()
NAClassCandidateFieldMap default constructor.

Method Detail

getNAClassName

public String getNAClassName()
Gets the value of the naClassName property.

Returns:
possible object is String

setNAClassName

public void setNAClassName(String value)
Sets the value of the naClassName property.

Parameters:
value - allowed object is String

getCandidateFieldMaps

public NACandidateFieldMap[] getCandidateFieldMaps()
Gets the value of the candidateFieldMaps property.

Returns:
possible object is []

setCandidateFieldMaps

public void setCandidateFieldMaps(NACandidateFieldMap[] value)
Sets the value of the candidateFieldMaps property.

Parameters:
value - allowed object is []