Packagecom.esri.baserver
Classpublic class RecordSetByAddress
InheritanceRecordSetByAddress Inheritance Object
Implements IJsonObject

The RecordSetByAddress class specifies a feature record with address parameters. The customerID parameter is specified for customer records only. The storeID parameter is an ID of the store if this is a store record and it is an ID of a store associated with a customer if this is a customer record.

See also

CreateRecordSetByAddressesParameters


Public Properties
 PropertyDefined By
  address : String
Postal address field.
RecordSetByAddress
  city : String
City field.
RecordSetByAddress
  customerID : String
Customer ID field.
RecordSetByAddress
  description : String
Description field.
RecordSetByAddress
  name : String
Name field.
RecordSetByAddress
  state : String
State field.
RecordSetByAddress
  storeID : String
Store ID field.
RecordSetByAddress
  ZIP : String
ZIP field.
RecordSetByAddress
Public Methods
 MethodDefined By
  
Creates a new instance of the RecordSetByAddress class.
RecordSetByAddress
Property Detail
addressproperty
address:String

Postal address field.


Implementation
    public function get address():String
    public function set address(value:String):void
cityproperty 
city:String

City field.


Implementation
    public function get city():String
    public function set city(value:String):void
customerIDproperty 
customerID:String

Customer ID field.


Implementation
    public function get customerID():String
    public function set customerID(value:String):void
descriptionproperty 
description:String

Description field.


Implementation
    public function get description():String
    public function set description(value:String):void
nameproperty 
name:String

Name field.


Implementation
    public function get name():String
    public function set name(value:String):void
stateproperty 
state:String

State field.


Implementation
    public function get state():String
    public function set state(value:String):void
storeIDproperty 
storeID:String

Store ID field.


Implementation
    public function get storeID():String
    public function set storeID(value:String):void
ZIPproperty 
ZIP:String

ZIP field.


Implementation
    public function get ZIP():String
    public function set ZIP(value:String):void
Constructor Detail
RecordSetByAddress()Constructor
public function RecordSetByAddress()

Creates a new instance of the RecordSetByAddress class.