Skip to content

/AWS1/CL_SE2SOARECORD

An object that contains information about the start of authority (SOA) record associated with the identity.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_primarynameserver TYPE /AWS1/SE2PRIMARYNAMESERVER /AWS1/SE2PRIMARYNAMESERVER

Primary name server specified in the SOA record.

iv_adminemail TYPE /AWS1/SE2ADMINEMAIL /AWS1/SE2ADMINEMAIL

Administrative contact email from the SOA record.

iv_serialnumber TYPE /AWS1/SE2SERIALNUMBER /AWS1/SE2SERIALNUMBER

Serial number from the SOA record.


Queryable Attributes

PrimaryNameServer

Primary name server specified in the SOA record.

Accessible with the following methods

Method Description
GET_PRIMARYNAMESERVER() Getter for PRIMARYNAMESERVER, with configurable default
ASK_PRIMARYNAMESERVER() Getter for PRIMARYNAMESERVER w/ exceptions if field has no v
HAS_PRIMARYNAMESERVER() Determine if PRIMARYNAMESERVER has a value

AdminEmail

Administrative contact email from the SOA record.

Accessible with the following methods

Method Description
GET_ADMINEMAIL() Getter for ADMINEMAIL, with configurable default
ASK_ADMINEMAIL() Getter for ADMINEMAIL w/ exceptions if field has no value
HAS_ADMINEMAIL() Determine if ADMINEMAIL has a value

SerialNumber

Serial number from the SOA record.

Accessible with the following methods

Method Description
GET_SERIALNUMBER() Getter for SERIALNUMBER