Skip to content

/AWS1/CL_IDSADDRESS

The address associated with the specified user.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_streetaddress TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE

The street of the address.

iv_locality TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE

A string of the address locality.

iv_region TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE

The region of the address.

iv_postalcode TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE

The postal code of the address.

iv_country TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE

The country of the address.

iv_formatted TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE

A string containing a formatted version of the address for display.

iv_type TYPE /AWS1/IDSSENSITIVESTRINGTYPE /AWS1/IDSSENSITIVESTRINGTYPE

A string representing the type of address. For example, "Home."

iv_primary TYPE /AWS1/IDSSENSITIVEBOOLEANTYPE /AWS1/IDSSENSITIVEBOOLEANTYPE

A Boolean value representing whether this is the primary address for the associated resource.


Queryable Attributes

StreetAddress

The street of the address.

Accessible with the following methods

Method Description
GET_STREETADDRESS() Getter for STREETADDRESS, with configurable default
ASK_STREETADDRESS() Getter for STREETADDRESS w/ exceptions if field has no value
HAS_STREETADDRESS() Determine if STREETADDRESS has a value

Locality

A string of the address locality.

Accessible with the following methods

Method Description
GET_LOCALITY() Getter for LOCALITY, with configurable default
ASK_LOCALITY() Getter for LOCALITY w/ exceptions if field has no value
HAS_LOCALITY() Determine if LOCALITY has a value

Region

The region of the address.

Accessible with the following methods

Method Description
GET_REGION() Getter for REGION, with configurable default
ASK_REGION() Getter for REGION w/ exceptions if field has no value
HAS_REGION() Determine if REGION has a value

PostalCode

The postal code of the address.

Accessible with the following methods

Method Description
GET_POSTALCODE() Getter for POSTALCODE, with configurable default
ASK_POSTALCODE() Getter for POSTALCODE w/ exceptions if field has no value
HAS_POSTALCODE() Determine if POSTALCODE has a value

Country

The country of the address.

Accessible with the following methods

Method Description
GET_COUNTRY() Getter for COUNTRY, with configurable default
ASK_COUNTRY() Getter for COUNTRY w/ exceptions if field has no value
HAS_COUNTRY() Determine if COUNTRY has a value

Formatted

A string containing a formatted version of the address for display.

Accessible with the following methods

Method Description
GET_FORMATTED() Getter for FORMATTED, with configurable default
ASK_FORMATTED() Getter for FORMATTED w/ exceptions if field has no value
HAS_FORMATTED() Determine if FORMATTED has a value

Type

A string representing the type of address. For example, "Home."

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Primary

A Boolean value representing whether this is the primary address for the associated resource.

Accessible with the following methods

Method Description
GET_PRIMARY() Getter for PRIMARY

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_ADDRESSES

TYPES TT_ADDRESSES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IDSADDRESS WITH DEFAULT KEY
.