/AWS1/CL_NWPADDRESS¶
Information about an address.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_city TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The city for this address.
iv_country TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The country for this address.
iv_name TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The recipient's name for this address.
iv_postalcode TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The postal code for this address.
iv_stateorprovince TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The state or province for this address.
iv_street1 TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The first line of the street address.
Optional arguments:¶
iv_company TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The company name for this address.
iv_phonenumber TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The recipient's phone number.
iv_street2 TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The second line of the street address.
iv_street3 TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The third line of the street address.
iv_emailaddress TYPE /AWS1/NWPADDRESSCONTENT /AWS1/NWPADDRESSCONTENT¶
The recipient's email address.
Queryable Attributes¶
city¶
The city for this address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CITY() |
Getter for CITY, with configurable default |
ASK_CITY() |
Getter for CITY w/ exceptions if field has no value |
HAS_CITY() |
Determine if CITY has a value |
company¶
The company name for this address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPANY() |
Getter for COMPANY, with configurable default |
ASK_COMPANY() |
Getter for COMPANY w/ exceptions if field has no value |
HAS_COMPANY() |
Determine if COMPANY has a value |
country¶
The country for this 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 |
name¶
The recipient's name for this address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
phoneNumber¶
The recipient's phone number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHONENUMBER() |
Getter for PHONENUMBER, with configurable default |
ASK_PHONENUMBER() |
Getter for PHONENUMBER w/ exceptions if field has no value |
HAS_PHONENUMBER() |
Determine if PHONENUMBER has a value |
postalCode¶
The postal code for this 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 |
stateOrProvince¶
The state or province for this address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEORPROVINCE() |
Getter for STATEORPROVINCE, with configurable default |
ASK_STATEORPROVINCE() |
Getter for STATEORPROVINCE w/ exceptions if field has no val |
HAS_STATEORPROVINCE() |
Determine if STATEORPROVINCE has a value |
street1¶
The first line of the street address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREET1() |
Getter for STREET1, with configurable default |
ASK_STREET1() |
Getter for STREET1 w/ exceptions if field has no value |
HAS_STREET1() |
Determine if STREET1 has a value |
street2¶
The second line of the street address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREET2() |
Getter for STREET2, with configurable default |
ASK_STREET2() |
Getter for STREET2 w/ exceptions if field has no value |
HAS_STREET2() |
Determine if STREET2 has a value |
street3¶
The third line of the street address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREET3() |
Getter for STREET3, with configurable default |
ASK_STREET3() |
Getter for STREET3 w/ exceptions if field has no value |
HAS_STREET3() |
Determine if STREET3 has a value |
emailAddress¶
The recipient's email address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILADDRESS() |
Getter for EMAILADDRESS, with configurable default |
ASK_EMAILADDRESS() |
Getter for EMAILADDRESS w/ exceptions if field has no value |
HAS_EMAILADDRESS() |
Determine if EMAILADDRESS has a value |