|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GeocodeAddresses
public class GeocodeAddresses
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="AddressTable" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet"/>
<element name="AddressFieldMapping" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet"/>
<element name="PropMods" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GeocodeAddresses()
GeocodeAddresses default constructor. |
|
GeocodeAddresses(RecordSet addressTable,
PropertySet addressFieldMapping,
PropertySet propMods)
Deprecated. |
|
| Method Summary | |
|---|---|
PropertySet |
getAddressFieldMapping()
Gets the value of the addressFieldMapping property. |
RecordSet |
getAddressTable()
Gets the value of the addressTable property. |
PropertySet |
getPropMods()
Gets the value of the propMods property. |
void |
setAddressFieldMapping(PropertySet value)
Sets the value of the addressFieldMapping property. |
void |
setAddressTable(RecordSet value)
Sets the value of the addressTable property. |
void |
setPropMods(PropertySet value)
Sets the value of the propMods property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GeocodeAddresses(RecordSet addressTable,
PropertySet addressFieldMapping,
PropertySet propMods)
public GeocodeAddresses()
| Method Detail |
|---|
public RecordSet getAddressTable()
RecordSetpublic void setAddressTable(RecordSet value)
value - allowed object is
RecordSetpublic PropertySet getAddressFieldMapping()
PropertySetpublic void setAddressFieldMapping(PropertySet value)
value - allowed object is
PropertySetpublic PropertySet getPropMods()
PropertySetpublic void setPropMods(PropertySet value)
value - allowed object is
PropertySet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||