.. rst-class:: phpdoctorst .. role:: php(code) :language: php CompleteStatusResponseEvent =========================== .. php:namespace:: Firstred\PostNL\Entity\Response .. php:class:: CompleteStatusResponseEvent :Parent: :php:class:`Firstred\\PostNL\\Entity\\AbstractEntity` Summary ------- Methods ~~~~~~~ * :php:meth:`public \_\_construct\($Code, $Description, $DestinationLocationCode, $LocationCode, $RouteCode, $RouteName, $TimeStamp\)` * :php:meth:`public getCode\(\)` * :php:meth:`public setCode\($Code\)` * :php:meth:`public getDescription\(\)` * :php:meth:`public setDescription\($Description\)` * :php:meth:`public getDestinationLocationCode\(\)` * :php:meth:`public setDestinationLocationCode\($DestinationLocationCode\)` * :php:meth:`public getLocationCode\(\)` * :php:meth:`public setLocationCode\($LocationCode\)` * :php:meth:`public getRouteCode\(\)` * :php:meth:`public setRouteCode\($RouteCode\)` * :php:meth:`public getRouteName\(\)` * :php:meth:`public setRouteName\($RouteName\)` * :php:meth:`public getTimeStamp\(\)` * :php:meth:`public setTimeStamp\($TimeStamp\)` Properties ---------- .. php:attr:: protected static Code :Type: string | null .. php:attr:: protected static Description :Type: string | null .. php:attr:: protected static DestinationLocationCode :Type: string | null .. php:attr:: protected static LocationCode :Type: string | null .. php:attr:: protected static RouteCode :Type: string | null .. php:attr:: protected static RouteName :Type: string | null .. php:attr:: protected static TimeStamp :Type: :any:`\\DateTimeInterface ` | null Methods ------- .. rst-class:: public .. php:method:: public __construct( $Code=null, $Description=null, $DestinationLocationCode=null, $LocationCode=null, $RouteCode=null, $RouteName=null, $TimeStamp=null) :Throws: :any:`\\Firstred\\PostNL\\Exception\\InvalidArgumentException ` .. rst-class:: public .. php:method:: public getCode() :Returns: string | null .. rst-class:: public .. php:method:: public setCode( $Code) :Parameters: * **$Code** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getDescription() :Returns: string | null .. rst-class:: public .. php:method:: public setDescription( $Description) :Parameters: * **$Description** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getDestinationLocationCode() :Returns: string | null .. rst-class:: public .. php:method:: public setDestinationLocationCode( $DestinationLocationCode) :Parameters: * **$DestinationLocationCode** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getLocationCode() :Returns: string | null .. rst-class:: public .. php:method:: public setLocationCode( $LocationCode) :Parameters: * **$LocationCode** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getRouteCode() :Returns: string | null .. rst-class:: public .. php:method:: public setRouteCode( $RouteCode) :Parameters: * **$RouteCode** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getRouteName() :Returns: string | null .. rst-class:: public .. php:method:: public setRouteName( $RouteName) :Parameters: * **$RouteName** (string | null) :Returns: static .. rst-class:: public .. php:method:: public getTimeStamp() :Returns: :any:`\\DateTimeInterface ` | null .. rst-class:: public .. php:method:: public setTimeStamp(string|\\DateTimeInterface|null $TimeStamp=null) :Throws: :any:`\\Firstred\\PostNL\\Exception\\InvalidArgumentException ` :Since: 1.2.0