|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NACandidateFieldMap
public class NACandidateFieldMap
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>
| 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 |
|---|
@Deprecated
public NACandidateFieldMap(String fieldName,
Object defaultValue,
String[] candidateFieldNames)
public NACandidateFieldMap()
| Method Detail |
|---|
public String getFieldName()
Stringpublic void setFieldName(String value)
value - allowed object is
Stringpublic Object getDefaultValue()
Objectpublic void setDefaultValue(Object value)
value - allowed object is
Objectpublic String[] getCandidateFieldNames()
[] public void setCandidateFieldNames(String[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||