PHP Class Metaregistrar\EPP\ficoraEppContactPostalInfo

Inheritance: extends Metaregistrar\EPP\eppContactPostalInfo
Show file Open project: metaregistrar/php-epp-client

Public Methods

Method Description
__construct ( $name = null, $city = null, $countrycode = null, $organisationName = null, $street = null, $province = null, $zipcode = null, $type = eppContact::TYPE_AUTO, $firstName = null, $lastName = null, $isFinnish = null, $identity = null, $birthDate = null, $registerNumber = null )
getBirthDate ( ) : string Gets the birth date of the person
getFirstName ( ) : string Gets the first name of the person
getIdentity ( ) : string Gets the identity (social security number) of the person
getIsFinnish ( ) : string Gets "is finnish" status of the contact
getLastName ( ) : string Gets the last name of the person
getPersonName ( ) : string | null Gets the name of the person
getRegisterNumber ( ) : string Gets the register number of the organisation
setBirthDate ( string $birthDate ) Sets the birth of the (foreign) person
setFirstName ( string $firstName ) Sets the first name of the person
setIdentity ( string $identity ) Sets the identity (social security number) of the person
setIsFinnish ( string $isFinnish ) Sets the "is finnish" status of the contact
setLastName ( string $lastName ) Sets the last name of the person
setRegisterNumber ( string $registerNumber ) Sets the register number of the organisation

Method Details

__construct() public method

public __construct ( $name = null, $city = null, $countrycode = null, $organisationName = null, $street = null, $province = null, $zipcode = null, $type = eppContact::TYPE_AUTO, $firstName = null, $lastName = null, $isFinnish = null, $identity = null, $birthDate = null, $registerNumber = null )

getBirthDate() public method

Gets the birth date of the person
public getBirthDate ( ) : string
return string

getFirstName() public method

Gets the first name of the person
public getFirstName ( ) : string
return string

getIdentity() public method

Gets the identity (social security number) of the person
public getIdentity ( ) : string
return string

getIsFinnish() public method

Gets "is finnish" status of the contact
public getIsFinnish ( ) : string
return string

getLastName() public method

Gets the last name of the person
public getLastName ( ) : string
return string

getPersonName() public method

Gets the name of the person
public getPersonName ( ) : string | null
return string | null

getRegisterNumber() public method

Gets the register number of the organisation
public getRegisterNumber ( ) : string
return string

setBirthDate() public method

Sets the birth of the (foreign) person
public setBirthDate ( string $birthDate )
$birthDate string

setFirstName() public method

Sets the first name of the person
public setFirstName ( string $firstName )
$firstName string

setIdentity() public method

Sets the identity (social security number) of the person
public setIdentity ( string $identity )
$identity string

setIsFinnish() public method

Sets the "is finnish" status of the contact
public setIsFinnish ( string $isFinnish )
$isFinnish string

setLastName() public method

Sets the last name of the person
public setLastName ( string $lastName )
$lastName string

setRegisterNumber() public method

Sets the register number of the organisation
public setRegisterNumber ( string $registerNumber )
$registerNumber string