|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAClassCandidateFieldMap
public class NAClassCandidateFieldMap
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>
| 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 |
|---|
@Deprecated
public NAClassCandidateFieldMap(String naClassName,
NACandidateFieldMap[] candidateFieldMaps)
public NAClassCandidateFieldMap()
| Method Detail |
|---|
public String getNAClassName()
Stringpublic void setNAClassName(String value)
value - allowed object is
Stringpublic NACandidateFieldMap[] getCandidateFieldMaps()
[] public void setCandidateFieldMaps(NACandidateFieldMap[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||