isPrimary = $isPrimary; $this->referenceId = $referenceId; $this->sequence = $sequence; } /** * @return bool */ public function isPrimary(): bool { return $this->isPrimary; } /** * @return string */ public function getReferenceId(): string { return $this->referenceId; } /** * @return float */ public function getSequence(): float { return $this->sequence; } }