com.esri.arcgisws
Class NACandidateFieldMap

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

public class NACandidateFieldMap
extends Object
implements Serializable

Java class for NACandidateFieldMap complex type.

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

 <complexType name="NACandidateFieldMap">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="CandidateFieldNames" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NACandidateFieldMap()
          NACandidateFieldMap default constructor.
NACandidateFieldMap(String fieldName, Object defaultValue, String[] candidateFieldNames)
          Deprecated. 
 
Method Summary
 String[] getCandidateFieldNames()
          Gets the value of the candidateFieldNames property.
 Object getDefaultValue()
          Gets the value of the defaultValue property.
 String getFieldName()
          Gets the value of the fieldName property.
 void setCandidateFieldNames(String[] value)
          Sets the value of the candidateFieldNames property.
 void setDefaultValue(Object value)
          Sets the value of the defaultValue property.
 void setFieldName(String value)
          Sets the value of the fieldName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NACandidateFieldMap

@Deprecated
public NACandidateFieldMap(String fieldName,
                                      Object defaultValue,
                                      String[] candidateFieldNames)
Deprecated. 

NACandidateFieldMap constructor.


NACandidateFieldMap

public NACandidateFieldMap()
NACandidateFieldMap default constructor.

Method Detail

getFieldName

public String getFieldName()
Gets the value of the fieldName property.

Returns:
possible object is String

setFieldName

public void setFieldName(String value)
Sets the value of the fieldName property.

Parameters:
value - allowed object is String

getDefaultValue

public Object getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is Object

setDefaultValue

public void setDefaultValue(Object value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is Object

getCandidateFieldNames

public String[] getCandidateFieldNames()
Gets the value of the candidateFieldNames property.

Returns:
possible object is []

setCandidateFieldNames

public void setCandidateFieldNames(String[] value)
Sets the value of the candidateFieldNames property.

Parameters:
value - allowed object is []